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