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