import type { IDatePickerOption } from "../types"; /** * 监听选项 * @param props 选项 * @param tabs 选项列表 */ export declare const useWatch: (props: { option: IDatePickerOption; sources: any; }, initData: (option: IDatePickerOption) => void, initView: () => void) => void;