declare const _sfc_main: import("vue").DefineComponent<{ type: { type: StringConstructor; validator(value: string): boolean; }; disabled: BooleanConstructor; underline: BooleanConstructor; }, { attrs: { [x: string]: unknown; }; styleClass: import("vue").ComputedRef<{ [x: string]: string | boolean | undefined; 'is-disabled': boolean; 'is-underline': boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { disabled: boolean; underline: boolean; }>; export default _sfc_main;