import { VariantProps } from 'class-variance-authority'; export declare const cardRootVariants: (props?: ({ fullBleed?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const cardStripeVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const cardHeaderVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const cardTitleVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const cardContentVariants: (props?: ({ fullBleed?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const cardFooterVariants: (props?: ({ fullBleed?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type CardVariantProps = VariantProps; export type CardContentVariantProps = VariantProps; export type CardFooterVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map