import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconMegaphoneLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconMegaphoneLight = ReturnType; export default IconMegaphoneLight;