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