import { EpPropFinalized } from "../../../../utils/vue/props/types.js"; import * as _$vue from "vue"; import { ExtractPropTypes, ExtractPublicPropTypes } from "vue"; import { Dayjs } from "dayjs"; //#region ../../packages/components/time-picker/src/props/panel-time-range.d.ts declare const panelTimeRangeProps: { readonly parsedValue: { readonly type: _$vue.PropType<[Dayjs, Dayjs]>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly visible: BooleanConstructor; readonly actualVisible: EpPropFinalized; readonly format: EpPropFinalized; }; type PanelTimeRangeProps = ExtractPropTypes; type PanelTimeRangePropsPublic = ExtractPublicPropTypes; //#endregion export { PanelTimeRangeProps, PanelTimeRangePropsPublic, panelTimeRangeProps };