import { Color } from '../../variants.js';
export declare const card: import("tailwind-variants").TVReturnType<{
    color: {
        [Color.DEFAULT]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.PRIMARY]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.SECONDARY]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.INFO]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.SUCCESS]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.WARNING]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.DANGER]: {
            base: string;
            title: string;
            body: string;
        };
    };
}, {
    base: string;
    title: string;
    body: string;
}, undefined, {
    color: {
        [Color.DEFAULT]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.PRIMARY]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.SECONDARY]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.INFO]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.SUCCESS]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.WARNING]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.DANGER]: {
            base: string;
            title: string;
            body: string;
        };
    };
}, {
    base: string;
    title: string;
    body: string;
}, import("tailwind-variants").TVReturnType<{
    color: {
        [Color.DEFAULT]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.PRIMARY]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.SECONDARY]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.INFO]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.SUCCESS]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.WARNING]: {
            base: string;
            title: string;
            body: string;
        };
        [Color.DANGER]: {
            base: string;
            title: string;
            body: string;
        };
    };
}, {
    base: string;
    title: string;
    body: string;
}, undefined, unknown, unknown, undefined>>;
