/** * Reads the value of the data-now attribute and converts it to a number. * `undefined` results in NaN. * @param element */ export declare const readDataNow: (element: HTMLElement) => number; //# sourceMappingURL=data-now.d.ts.map