import type { ButtonGroupDirection } from './src/interface.d'; import type { FightingSize } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import ButtonGroup from "./src/button-group"; export declare const FButtonGroup: Install, FightingSize | null>; readonly direction: BasicType, ButtonGroupDirection | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, FightingSize | null>; readonly direction: BasicType, ButtonGroupDirection | null>; }>>, { readonly size: FightingSize; readonly direction: ButtonGroupDirection; }>>; /** button-group 组件实例类型 */ export type ButtonGroupInstance = InstanceType; export * from './src/interface.d'; export default FButtonGroup;