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