import { NativeParagraphProps } from './types'; export declare const Paragraph: import("styled-components").StyledComponent<"p", any, NativeParagraphProps, never>; export declare const ParagraphItalic: import("styled-components").StyledComponent<"p", any, NativeParagraphProps, never>; export declare const ParagraphBold: import("styled-components").StyledComponent<"p", any, NativeParagraphProps, never>; export declare const ParagraphBoldItalic: import("styled-components").StyledComponent<"p", any, NativeParagraphProps, never>; export declare const ParagraphThin: import("styled-components").StyledComponent<"p", any, NativeParagraphProps, never>;