import { EpPropFinalized, EpPropMergeType } from "../../../../utils/vue/props/types.js"; import "../../../../utils/index.js"; import * as vue from "vue"; import dayjs from "dayjs"; //#region ../../packages/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts declare const __VLS_export: vue.DefineComponent; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly visible: BooleanConstructor; readonly actualVisible: EpPropFinalized; readonly format: EpPropFinalized; }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, { pick: (...args: any[]) => void; "select-range": (...args: any[]) => void; "set-picker-option": (...args: any[]) => void; }, string, vue.PublicProps, Readonly; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly visible: BooleanConstructor; readonly actualVisible: EpPropFinalized; readonly format: EpPropFinalized; }>> & Readonly<{ onPick?: ((...args: any[]) => any) | undefined; "onSelect-range"?: ((...args: any[]) => any) | undefined; "onSet-picker-option"?: ((...args: any[]) => any) | undefined; }>, { readonly visible: boolean; readonly format: string; readonly actualVisible: EpPropMergeType; }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; //#endregion export { _default };