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