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