import { TouchTimeProps } from "../components/touch-time.props";
import { UseTimeValue } from './types';
export declare const useTimeValue: (props: TouchTimeProps) => UseTimeValue;
