import { ComponentPropsWithRef } from 'react'; export type BlockquoteProps = ComponentPropsWithRef<"blockquote">; export declare const Blockquote: import('react').ForwardRefExoticComponent, HTMLQuoteElement>, "ref"> & import('react').RefAttributes>; //# sourceMappingURL=blockquote.d.ts.map