import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Microphone: import("svelte").Component; type Microphone = ReturnType; export default Microphone; //# sourceMappingURL=microphone.svelte.d.ts.map