import type { Components, JSX } from "../types/components"; interface RuxIconMicNone extends Components.RuxIconMicNone, HTMLElement {} export const RuxIconMicNone: { prototype: RuxIconMicNone; new (): RuxIconMicNone; };