declare var __VLS_17: {}, __VLS_43: { data: any; use: any; }, __VLS_49: { data: any; }; type __VLS_Slots = {} & { avatar?: (props: typeof __VLS_17) => any; } & { actions?: (props: typeof __VLS_43) => any; } & { default?: (props: typeof __VLS_49) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly required: true; }; readonly layout: { readonly type: import("vue").PropType<"vertical" | "horizontal" | "compact">; readonly default: "vertical"; }; readonly showActions: { readonly type: BooleanConstructor; readonly default: true; }; readonly showStats: { readonly type: BooleanConstructor; readonly default: true; }; readonly favoritable: { readonly type: BooleanConstructor; readonly default: true; }; readonly selected: { readonly type: BooleanConstructor; readonly default: false; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly loading: boolean; readonly layout: "horizontal" | "vertical" | "compact"; readonly showActions: boolean; readonly showStats: boolean; readonly favoritable: boolean; readonly selected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };