export declare const buttonVariants: (props?: ({ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined; size?: "default" | "sm" | "lg" | "icon" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export declare const inputVariants: (props?: ({ variant?: "error" | "default" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export declare const labelVariants: (props?: import('class-variance-authority/types').ClassProp | undefined) => string; export declare const cardVariants: (props?: ({ padding?: "sm" | "lg" | "none" | "md" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export declare const alertVariants: (props?: ({ variant?: "default" | "destructive" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export declare const badgeVariants: (props?: ({ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map