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