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