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