import type { ICnEmbedPicker, ITimeOptions } from '../types';
export declare const DEFAULT_FORMAT = "HH:mm:ss";
export declare function getTimeOption(props: ICnEmbedPicker): ITimeOptions;
