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