declare const _sfc_main: import("vue").DefineComponent<{ type: { type: StringConstructor; validator(value: string): boolean; }; plain: BooleanConstructor; round: BooleanConstructor; disabled: BooleanConstructor; icon: StringConstructor; iconPosition: StringConstructor; size: { type: StringConstructor; validator(value: string): boolean; }; }, { props: any; styleClass: import("vue").ComputedRef<{ [x: string]: string | boolean | undefined; "is-plain": boolean; "is-round": boolean; "is-disabled": boolean; }>; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { plain: boolean; round: boolean; disabled: boolean; }>; export default _sfc_main;