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