import React from 'react'; import type IconProps from './prop_types'; interface MicProps extends IconProps { small?: boolean; strike?: boolean; } export declare function IconMic({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, size, small, strike, tight, title }: MicProps): React.JSX.Element; export {};