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