import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Microphone01Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Microphone01Icon;
