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