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