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