import { CardProps } from './Card'; import { CardImgProps } from './CardImg'; export declare const CardStyle: import("styled-components").StyledComponent<"div", any, CardProps, never>; export declare const CardContentStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const CardImageStyle: import("styled-components").StyledComponent<"div", any, CardImgProps, never>; export declare const CardTitleStyle: import("styled-components").StyledComponent<"h3", any, {}, never>; export declare const CardDescStyle: import("styled-components").StyledComponent<"small", any, {}, never>; export declare const CardDividerStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const CardFooterStyle: import("styled-components").StyledComponent<"div", any, {}, never>;