import { Icon } from '../iconTypes';
declare const IconFileAudio: (props: Icon) => JSX.Element;
export default IconFileAudio;
