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