import { IShowTime, IShowTimeRange, IShowTimeOptionWithDefault } from '../types'; export declare function useShowTimeRangeOption(showTime?: IShowTimeRange): Array; export declare function useShowTimeOption(showTime?: IShowTime): IShowTimeOptionWithDefault | undefined;