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