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