import type { XyCardClassNames, XyCardSize, XyCardStyles, XyCardType } from "./types"; type __VLS_Props = { title?: string; extra?: string; bordered?: boolean; hoverable?: boolean; loading?: boolean; size?: XyCardSize; type?: XyCardType; classNames?: XyCardClassNames; styles?: XyCardStyles; }; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_14: {}, __VLS_16: {}; type __VLS_Slots = {} & { cover?: (props: typeof __VLS_1) => any; } & { header?: (props: typeof __VLS_3) => any; } & { title?: (props: typeof __VLS_5) => any; } & { extra?: (props: typeof __VLS_7) => any; } & { default?: (props: typeof __VLS_14) => any; } & { actions?: (props: typeof __VLS_16) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { title: string; type: XyCardType; size: XyCardSize; loading: boolean; extra: string; bordered: boolean; hoverable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };