/** * @file useTimeView */ import { Time } from '@co-hooks/date'; export declare function useTimeView(): Time;