type BlogQuoteBlockProps = Readonly<{ variant?: "default" | "emphasized"; author?: string; }> & React.ComponentProps<"blockquote">; export declare const BlogQuoteBlock: ({ variant, author, children, className, ...rest }: BlogQuoteBlockProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=BlogQuoteBlock.d.ts.map