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