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