export declare const Card: (styleProps: any) => string; export declare const CardContent: (styleProps: any) => string; export declare const CardHeader: (styleProps: any) => string; export declare const CardTitle: (styleProps: any) => string; export declare const CardFooter: (styleProps: any) => string;