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