import type { Plugin } from 'vue';
import Meta from './Meta';
import Grid from './Grid';
export type { CardProps } from './Card';
export { Meta as CardMeta, Grid as CardGrid };
declare const _default: {
    new (...args: any[]): {
        $: import("vue").ComponentInternalInstance;
        $data: {};
        $props: Partial<{
            prefixCls: string;
            loading: boolean;
            bordered: boolean;
            hoverable: boolean;
            activeTabKey: string;
            defaultActiveTabKey: string;
        }> & Omit<Readonly<import("vue").ExtractPropTypes<{
            prefixCls: import("vue-types").VueTypeValidableDef<string> & {
                default: string;
            };
            title: import("vue-types").VueTypeValidableDef<any>;
            extra: import("vue-types").VueTypeValidableDef<any>;
            bordered: import("vue-types").VueTypeValidableDef<boolean> & {
                default: boolean;
            };
            bodyStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
            headStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
            loading: import("vue-types").VueTypeValidableDef<boolean> & {
                default: boolean;
            };
            hoverable: import("vue-types").VueTypeValidableDef<boolean> & {
                default: boolean;
            };
            type: {
                type: import("vue").PropType<"inner">;
            };
            size: {
                type: import("vue").PropType<import("./Card").CardSize>;
            };
            actions: import("vue-types").VueTypeValidableDef<any>;
            tabList: {
                type: import("vue").PropType<import("./Card").CardTabListType[]>;
            };
            tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
            activeTabKey: import("vue-types").VueTypeValidableDef<string> & {
                default: string;
            };
            defaultActiveTabKey: import("vue-types").VueTypeValidableDef<string> & {
                default: string;
            };
            cover: import("vue-types").VueTypeValidableDef<any>;
            onTabChange: {
                type: import("vue").PropType<(key: string) => void>;
            };
        }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "prefixCls" | "loading" | "bordered" | "hoverable" | "activeTabKey" | "defaultActiveTabKey">;
        $attrs: {
            [x: string]: unknown;
        };
        $refs: {
            [x: string]: unknown;
        };
        $slots: Readonly<{
            [name: string]: import("vue").Slot;
        }>;
        $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
        $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
        $emit: (event: string, ...args: any[]) => void;
        $el: any;
        $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
            prefixCls: import("vue-types").VueTypeValidableDef<string> & {
                default: string;
            };
            title: import("vue-types").VueTypeValidableDef<any>;
            extra: import("vue-types").VueTypeValidableDef<any>;
            bordered: import("vue-types").VueTypeValidableDef<boolean> & {
                default: boolean;
            };
            bodyStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
            headStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
            loading: import("vue-types").VueTypeValidableDef<boolean> & {
                default: boolean;
            };
            hoverable: import("vue-types").VueTypeValidableDef<boolean> & {
                default: boolean;
            };
            type: {
                type: import("vue").PropType<"inner">;
            };
            size: {
                type: import("vue").PropType<import("./Card").CardSize>;
            };
            actions: import("vue-types").VueTypeValidableDef<any>;
            tabList: {
                type: import("vue").PropType<import("./Card").CardTabListType[]>;
            };
            tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
            activeTabKey: import("vue-types").VueTypeValidableDef<string> & {
                default: string;
            };
            defaultActiveTabKey: import("vue-types").VueTypeValidableDef<string> & {
                default: string;
            };
            cover: import("vue-types").VueTypeValidableDef<any>;
            onTabChange: {
                type: import("vue").PropType<(key: string) => void>;
            };
        }>>, () => JSX.Element, unknown, {}, {}, {
            methods: {
                setState(state: {}, callback: any): void;
                __emit(...args: any[]): void;
            };
        }, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
            prefixCls: string;
            loading: boolean;
            bordered: boolean;
            hoverable: boolean;
            activeTabKey: string;
            defaultActiveTabKey: string;
        }> & {
            beforeCreate?: (() => void) | (() => void)[];
            created?: (() => void) | (() => void)[];
            beforeMount?: (() => void) | (() => void)[];
            mounted?: (() => void) | (() => void)[];
            beforeUpdate?: (() => void) | (() => void)[];
            updated?: (() => void) | (() => void)[];
            activated?: (() => void) | (() => void)[];
            deactivated?: (() => void) | (() => void)[];
            beforeDestroy?: (() => void) | (() => void)[];
            beforeUnmount?: (() => void) | (() => void)[];
            destroyed?: (() => void) | (() => void)[];
            unmounted?: (() => void) | (() => void)[];
            renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
            renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
            errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
        };
        $forceUpdate: () => void;
        $nextTick: typeof import("vue").nextTick;
        $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
    } & Readonly<import("vue").ExtractPropTypes<{
        prefixCls: import("vue-types").VueTypeValidableDef<string> & {
            default: string;
        };
        title: import("vue-types").VueTypeValidableDef<any>;
        extra: import("vue-types").VueTypeValidableDef<any>;
        bordered: import("vue-types").VueTypeValidableDef<boolean> & {
            default: boolean;
        };
        bodyStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
        headStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
        loading: import("vue-types").VueTypeValidableDef<boolean> & {
            default: boolean;
        };
        hoverable: import("vue-types").VueTypeValidableDef<boolean> & {
            default: boolean;
        };
        type: {
            type: import("vue").PropType<"inner">;
        };
        size: {
            type: import("vue").PropType<import("./Card").CardSize>;
        };
        actions: import("vue-types").VueTypeValidableDef<any>;
        tabList: {
            type: import("vue").PropType<import("./Card").CardTabListType[]>;
        };
        tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
        activeTabKey: import("vue-types").VueTypeValidableDef<string> & {
            default: string;
        };
        defaultActiveTabKey: import("vue-types").VueTypeValidableDef<string> & {
            default: string;
        };
        cover: import("vue-types").VueTypeValidableDef<any>;
        onTabChange: {
            type: import("vue").PropType<(key: string) => void>;
        };
    }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {
        [x: string]: never;
    } & {
        setState(state: {}, callback: any): void;
        __emit(...args: any[]): void;
    } & import("vue").ComponentCustomProperties;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    prefixCls: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
    title: import("vue-types").VueTypeValidableDef<any>;
    extra: import("vue-types").VueTypeValidableDef<any>;
    bordered: import("vue-types").VueTypeValidableDef<boolean> & {
        default: boolean;
    };
    bodyStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
    headStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>;
    loading: import("vue-types").VueTypeValidableDef<boolean> & {
        default: boolean;
    };
    hoverable: import("vue-types").VueTypeValidableDef<boolean> & {
        default: boolean;
    };
    type: {
        type: import("vue").PropType<"inner">;
    };
    size: {
        type: import("vue").PropType<import("./Card").CardSize>;
    };
    actions: import("vue-types").VueTypeValidableDef<any>;
    tabList: {
        type: import("vue").PropType<import("./Card").CardTabListType[]>;
    };
    tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
    activeTabKey: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
    defaultActiveTabKey: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
    cover: import("vue-types").VueTypeValidableDef<any>;
    onTabChange: {
        type: import("vue").PropType<(key: string) => void>;
    };
}>>, () => JSX.Element, unknown, {}, {}, {
    methods: {
        setState(state: {}, callback: any): void;
        __emit(...args: any[]): void;
    };
}, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
    prefixCls: string;
    loading: boolean;
    bordered: boolean;
    hoverable: boolean;
    activeTabKey: string;
    defaultActiveTabKey: string;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin & {
    readonly Meta: typeof Meta;
    readonly Grid: typeof Grid;
};
export default _default;
