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