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