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