import type { App } from 'vue'; import type { ArcoOptions } from '../_utils/types'; import _Card from './card'; import _CardMeta from './card-meta'; import _CardGrid from './card-grid'; declare const Card: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; }; headerStyle: { type: import("vue").PropType; default: () => {}; }; bodyStyle: { type: import("vue").PropType; default: () => {}; }; title: { type: StringConstructor; }; extra: { type: StringConstructor; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { loading: boolean; bordered: boolean; hoverable: boolean; headerStyle: import("vue").CSSProperties; bodyStyle: import("vue").CSSProperties; }, true, {}, {}, { Spin: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { loading: boolean; dot: boolean; hideIcon: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { loading: boolean; dot: boolean; hideIcon: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { loading: boolean; dot: boolean; hideIcon: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: App, options?: ArcoOptions | undefined) => void; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; headerStyle: { type: import("vue").PropType; default: () => {}; }; bodyStyle: { type: import("vue").PropType; default: () => {}; }; title: { type: StringConstructor; }; extra: { type: StringConstructor; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { loading: boolean; bordered: boolean; hoverable: boolean; headerStyle: import("vue").CSSProperties; bodyStyle: import("vue").CSSProperties; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; }; headerStyle: { type: import("vue").PropType; default: () => {}; }; bodyStyle: { type: import("vue").PropType; default: () => {}; }; title: { type: StringConstructor; }; extra: { type: StringConstructor; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { loading: boolean; bordered: boolean; hoverable: boolean; headerStyle: import("vue").CSSProperties; bodyStyle: import("vue").CSSProperties; }, {}, string, {}, { Spin: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { loading: boolean; dot: boolean; hideIcon: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { loading: boolean; dot: boolean; hideIcon: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { loading: boolean; dot: boolean; hideIcon: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: App, options?: ArcoOptions | undefined) => void; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Meta: import("vue").DefineComponent, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; Grid: import("vue").DefineComponent, { cls: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { hoverable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; install: (app: App, options?: ArcoOptions | undefined) => void; }; export declare type CardInstance = InstanceType; export declare type CardMetaInstance = InstanceType; export declare type CardGridInstance = InstanceType; export { _CardMeta as CardMeta, _CardGrid as CardGrid }; export default Card;