import type { UseComponentStyleResult } from '../../theme/internal'; import { Ref } from 'vue'; export interface ComponentToken { zIndexPopup: number; colorBgDefault: string; } declare const _default: (prefixCls: Ref, injectStyle: Ref) => UseComponentStyleResult; export default _default;