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