/**
 * 日期、时间选择器
 * @returns
 */
export declare function useDate(): {
    value: import('vue').Ref<Date | undefined, Date | undefined>;
};
