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