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