import type { CardProps } from './card'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { extra?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_5) => any; } & { footer?: (props: typeof __VLS_7) => any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { size: "small" | "default" | "large"; loading: boolean; shadow: import("./card").CardShadow; bordered: boolean; hoverable: boolean; bodyPadding: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };