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