/// interface IProps { width?: string; height?: string; } declare function SvgMic(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;