import type { SVGProps } from "react"; export interface BlockQuoteIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BlockQuoteIcon({ className, size, color, ...props }: BlockQuoteIconProps): import("react").JSX.Element; //# sourceMappingURL=block-quote-icon.d.ts.map