import type { Components, JSX } from "../types/components"; interface DsIconEdit extends Components.DsIconEdit, HTMLElement {} export const DsIconEdit: { prototype: DsIconEdit; new (): DsIconEdit; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;