declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default(): any; card(): any; main(): any; icon(): any; title(): any; header(): any; footer(): any; detail(): any; cover(): any; }> & { default(): any; card(): any; main(): any; icon(): any; title(): any; header(): any; footer(): any; detail(): any; cover(): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; default: string; }; cover: { type: StringConstructor; }; coverRatio: { type: NumberConstructor; }; coverFit: { type: import('vue').PropType; default: string; }; icon: { type: import('vue').PropType; }; titleIcon: { type: import('vue').PropType; }; title: { type: StringConstructor; }; titleRow: { type: NumberConstructor; }; titleMaxRow: { type: NumberConstructor; }; detail: { type: StringConstructor; }; detailRow: { type: NumberConstructor; }; detailMaxRow: { type: NumberConstructor; }; hoverable: { type: BooleanConstructor; }; cursor: { type: import('vue').PropType; default: string; }; coverClass: { type: import('vue').PropType>; }; href: { type: StringConstructor; }; noResponsive: { type: BooleanConstructor; }; textOverflow: { type: import('vue').PropType; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; cover: { type: StringConstructor; }; coverRatio: { type: NumberConstructor; }; coverFit: { type: import('vue').PropType; default: string; }; icon: { type: import('vue').PropType; }; titleIcon: { type: import('vue').PropType; }; title: { type: StringConstructor; }; titleRow: { type: NumberConstructor; }; titleMaxRow: { type: NumberConstructor; }; detail: { type: StringConstructor; }; detailRow: { type: NumberConstructor; }; detailMaxRow: { type: NumberConstructor; }; hoverable: { type: BooleanConstructor; }; cursor: { type: import('vue').PropType; default: string; }; coverClass: { type: import('vue').PropType>; }; href: { type: StringConstructor; }; noResponsive: { type: BooleanConstructor; }; textOverflow: { type: import('vue').PropType; default: string; }; }>> & Readonly<{}>, { layout: import('./types').CardDirectionT; cursor: "auto" | "pointer"; textOverflow: "ellipsis" | "fade"; coverFit: "fill" | "none" | "contain" | "cover" | "scale-down"; hoverable: boolean; noResponsive: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };