import { PProps } from './P';
declare const Paragraph: {
    (props: PProps): import("react/jsx-runtime").JSX.Element;
    _supportsSpacingProps: boolean;
};
export default Paragraph;
