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