import * as React from 'react'; export type ParagraphProps = React.HTMLAttributes & { /** * if `true` is passed, the margins will be removed */ readonly noMargin?: boolean; }; declare const _default: React.ForwardRefExoticComponent & { /** * if `true` is passed, the margins will be removed */ readonly noMargin?: boolean | undefined; } & React.RefAttributes>; export default _default;