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