import type { ButtonType } from '../..'; import type { ComponentSize } from '../../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly size: { readonly type: PropType; readonly default: ""; }; readonly type: { readonly type: PropType; readonly default: ""; }; }, void, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: ""; }; readonly type: { readonly type: PropType; readonly default: ""; }; }>>, { readonly size: ComponentSize; readonly type: ButtonType; }, {}>; export default _sfc_main;