import type { ButtonGroupDirection } from './interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { FightingSize } from '../../_interface'; declare const _sfc_main: DefineComponent<{ readonly size: BasicType, 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; }>; export default _sfc_main;