import { ParagraphProps } from './Paragraph.types';
declare const Paragraph: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, import("../Text/Text.types").TextProps & ParagraphProps, never>;
export default Paragraph;
