import type { Components, JSX } from "../types/components"; interface RuxIconArtTrack extends Components.RuxIconArtTrack, HTMLElement {} export const RuxIconArtTrack: { prototype: RuxIconArtTrack; new (): RuxIconArtTrack; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;