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