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