interface Props { size?: number; [key: string]: any; } declare const IconMegaphone: import("svelte").Component; type IconMegaphone = ReturnType; export default IconMegaphone;