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