import { BlockquoteProps } from './types';
declare const Blockquote: ({ text, author, footerAlign, size, cite, className, style, }: BlockquoteProps) => import("react/jsx-runtime").JSX.Element;
export default Blockquote;
