import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const MegaphoneIcon: import("svelte").Component<Props, {}, "">;
type MegaphoneIcon = ReturnType<typeof MegaphoneIcon>;
export default MegaphoneIcon;
