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