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