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