import { DisplayProps, GridProps, JustifyContentProps } from 'styled-system'; export declare const Title: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ContentWrapper: import("styled-components").StyledComponent<"div", any, GridProps>> & JustifyContentProps>>, never>; export declare const Price: import("styled-components").StyledComponent<"div", any, GridProps>> & DisplayProps>>, never>;