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