export interface Props { flex?: boolean; value?: string; type?: string; color?: string; mode?: string; link?: boolean; } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { click: (evt: MouseEvent) => any; mousedown: (evt: MouseEvent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: (evt: MouseEvent) => any; onMousedown?: (evt: MouseEvent) => any; }>, { value: string; mode: string; color: string; flex: boolean; link: boolean; type: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };