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