import type { FunctionalComponent } from 'vue'; declare const Microphone: FunctionalComponent<{}, {}>; export default Microphone;