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