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