import { FC } from 'react';
import { CustomTimeProps } from '../common';
/**
 *  Custom time provider context hook
 *  @returns [CustomTimeProps]{@link CustomTimeProps}
 */
export declare const useCustomTime: () => CustomTimeProps;
/**
 * Custom time provider, used for setting time with second precision
 */
declare const CustomTimeProvider: FC;
export default CustomTimeProvider;
