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