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