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