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