import React from "react"; export type MicOnProps = React.SVGProps & { volume?: number; }; export declare const MicOn: (props: MicOnProps & { htmlColor?: string; }) => React.JSX.Element; //# sourceMappingURL=MicOn.d.ts.map