declare var __VLS_86: {}, __VLS_101: { visible: any; actualVisible: any; parsedValue: any; format: any; dateFormat: any; timeFormat: any; unlinkPanels: any; type: any; defaultValue: any; showNow: any; showConfirm: any; showFooter: any; showWeekNumber: any; onMousedown: () => void; onPanelChange: any; onCalendarChange: any; onSetPickerOption: any; onSelectRange: any; onPick: any; }; type __VLS_Slots = {} & { 'range-separator'?: (props: typeof __VLS_86) => any; } & { default?: (props: typeof __VLS_101) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };