declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ icon: any; title: any; description: any; right: { isHover: boolean; }; }> & { icon: any; title: any; description: any; right: { isHover: boolean; }; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly validator: (value: number | string) => boolean; readonly default: "100%"; }; readonly height: { readonly type: import('vue').PropType; readonly validator: (value: number | string) => boolean; readonly default: "auto"; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: () => any; }, string, import('vue').PublicProps, Readonly; readonly validator: (value: number | string) => boolean; readonly default: "100%"; }; readonly height: { readonly type: import('vue').PropType; readonly validator: (value: number | string) => boolean; readonly default: "auto"; }; }>> & Readonly<{ onClick?: (() => any) | undefined; }>, { readonly clickable: boolean; readonly link: boolean; readonly title: string; readonly width: string | number; readonly height: string | number; readonly icon: string; readonly description: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };