/** * Returns number of milliseconds since the given datetime. * If the starting datetime is not provided, the time is counted * since the moment the component has been mounted. */ export declare function useElapsed(start?: Date): number;