import { PropType, VNode } from 'vue'; export declare const timeSelectProps: { readonly class: { type: PropType | any[]>; }; readonly style: { type: PropType | any[]>; }; readonly prop: { type: PropType; }; readonly postfix: { type: PropType VNode)>; }; readonly as: { type: PropType; }; readonly conditionSortIndex: { type: PropType; }; readonly dynamicFields: { type: PropType<(option: { query: Record; }) => Record | void>; }; readonly formDynamicFields: { type: PropType<(option: { query: Record; }) => Record | void>; }; readonly slotDefault: { type: PropType VNode)>; }; readonly slotBefore: { type: PropType VNode)>; }; readonly slotAfter: { type: PropType VNode)>; }; readonly fields: { readonly type: PropType; }; readonly backfillToValue: { readonly type: PropType<(values: string | string[], fields: string | string[], backfill?: Record) => string | string[]>; readonly default: (v: any) => any; }; readonly options: { readonly type: PropType[]>; readonly default: () => never[]; }; readonly getOptions: { readonly type: PropType; }; readonly field: { readonly type: PropType; readonly required: true; }; readonly multiple: { readonly type: PropType; readonly default: undefined; }; readonly query: { readonly type: PropType>; readonly required: true; }; readonly backfill: { readonly type: PropType>; }; readonly disabled: { readonly type: PropType; }; readonly hide: { readonly type: PropType; }; readonly depend: { readonly type: PropType; }; readonly resetByDependValueChange: { readonly type: PropType) => boolean)>; readonly default: true; }; readonly dependFields: { readonly type: PropType; }; readonly dependWatchOption: { readonly type: PropType; }; readonly optionsDepend: { readonly type: PropType; }; readonly optionsDependFields: { readonly type: PropType; }; readonly resetToInitialValue: { readonly type: PropType; }; readonly emptyValue: { readonly type: PropType; readonly default: undefined; }; readonly validator: { readonly type: PropType<((query: Record) => any) | ((query: Record) => Promise)>; }; readonly customGetQuery: { readonly type: PropType; }; readonly defaultValue: { readonly type: PropType, backfill?: Record) => import('@xiaohaih/condition-core').ValueType)>; readonly default: undefined; }; readonly emptyValues: ArrayConstructor; readonly valueOnClear: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: undefined; }; readonly format: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: "HH:mm"; }; readonly modelValue: StringConstructor; readonly editable: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: true; }; readonly effect: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: "light"; }; readonly clearable: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: true; }; readonly size: { readonly type: PropType<"" | "default" | "small" | "large">; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: StringConstructor; readonly start: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: "09:00"; }; readonly end: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: "18:00"; }; readonly step: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: "00:30"; }; readonly minTime: StringConstructor; readonly maxTime: StringConstructor; readonly includeEndTime: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: false; }; readonly name: StringConstructor; readonly prefixIcon: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: () => any; }; readonly clearIcon: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; } & { readonly default: () => any; }; };