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