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