import { ParagraphProps, TitleProps } from './types'; export declare const StyledTitle: import("styled-components").StyledComponent<"div", any, TitleProps & { fontSize: number; }, never>; export declare const StyledSubTitle: import("styled-components").StyledComponent<"div", any, TitleProps & { fontSize: number; }, never>; export declare const StyledParagraph: import("styled-components").StyledComponent<"p", any, ParagraphProps, never>;