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