/// <reference types="react" />
import { SpacingProps } from '../../../types/spacing.types';
import { Text } from '../Text';
export declare type ParagraphProps = SpacingProps & React.ComponentProps<typeof Text>;
