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