type $$ComponentProps = { size?: number; muted?: boolean; }; declare const MicIcon: import("svelte").Component<$$ComponentProps, {}, "">; type MicIcon = ReturnType; export default MicIcon;