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