import { CalendarState } from '../types'; import { TdCalendarProps, ControllerOptions } from '../type'; export declare function userController(props: TdCalendarProps, state: CalendarState): { options: import("vue").ComputedRef; configData: import("vue").ComputedRef>; visible: import("vue").ComputedRef; checkControllerVisible: (name: string) => boolean; checkControllerDisabled: (name: string, propsName: string) => boolean; emitControllerChange: () => void; };