/// <reference types="react" />
import type { Icon } from './icon.d.ts';
declare const MicrophoneFilled: ({ size, color }: Icon) => JSX.Element;
export default MicrophoneFilled;
