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