declare type ParagraphStyleProps = { $bold?: boolean; }; export declare const paragraphFontStyle: import("styled-components").FlattenSimpleInterpolation; export declare const ParagraphStyle: import("styled-components").FlattenInterpolation>; export declare const Paragraph: import("styled-components").StyledComponent<"p", any, ParagraphStyleProps, never>; export {};