import { type IconProps } from "../../../base/index.ts";
declare const Microphone: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type Microphone = ReturnType<typeof Microphone>;
export default Microphone;
