import { EpPropFinalized } from "../../../../utils/vue/props/types.js"; import { GetDisabledHours, GetDisabledMinutes, GetDisabledSeconds } from "../common/props.js"; import * as _$vue from "vue"; import { ExtractPropTypes, ExtractPublicPropTypes } from "vue"; //#region ../../packages/components/time-picker/src/props/shared.d.ts declare const disabledTimeListsProps: { readonly disabledHours: { readonly type: _$vue.PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabledMinutes: { readonly type: _$vue.PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabledSeconds: { readonly type: _$vue.PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; type DisabledTimeListsProps = ExtractPropTypes; type DisabledTimeListsPropsPublic = ExtractPublicPropTypes; declare const timePanelSharedProps: { readonly visible: BooleanConstructor; readonly actualVisible: EpPropFinalized; readonly format: EpPropFinalized; }; type TimePanelSharedProps = ExtractPropTypes; type TimePanelSharedPropsPublic = ExtractPublicPropTypes; //#endregion export { DisabledTimeListsProps, DisabledTimeListsPropsPublic, TimePanelSharedProps, TimePanelSharedPropsPublic, disabledTimeListsProps, timePanelSharedProps };