/// import { BoxProps } from '../Box'; export declare type LocalParagraphProps = {}; export declare type ParagraphProps = BoxProps & LocalParagraphProps; export declare const Paragraph: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };