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