import { ParagraphProps } from './types'; declare const _default: (props: ParagraphProps) => JSX.Element; export default _default;