export interface Props { mode?: string; color?: string; padding?: string | number; paddingPosition?: string; height?: '' | 'full' | number | string; checked?: boolean; shadow?: boolean; trigger?: 'hover' | 'always'; clip?: boolean; link?: boolean; width?: string | number; flex?: boolean; } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { mode: string; color: string; flex: boolean; width: string | number; link: boolean; shadow: boolean; height: "" | "full" | number | string; padding: string | number; paddingPosition: string; checked: boolean; trigger: "hover" | "always"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };