import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Microphone: React.MemoExoticComponent>; declare type MicrophoneRef = PathIconRef; declare type MicrophoneProps = PathIconProps; export { Microphone }; export type { MicrophoneRef, MicrophoneProps }; export default Microphone;