import type { ExtractPropTypes } from "vue"; export declare const selectComposeDatePickerProps: { readonly modelValue: import("/xplus/es/utils/props").BuildPropReturn; readonly options: import("/xplus/es/utils/props").BuildPropReturn[]>, () => never[], unknown, unknown, unknown>; readonly labelKey: import("/xplus/es/utils/props").BuildPropReturn; readonly valueKey: import("/xplus/es/utils/props").BuildPropReturn; readonly config: import("/xplus/es/utils/props").BuildPropReturn { key: string; value: string; }, unknown, unknown, unknown>; readonly leftWidth: import("/xplus/es/utils/props").BuildPropReturn; readonly rightWidth: import("/xplus/es/utils/props").BuildPropReturn; readonly selectProps: import("/xplus/es/utils/props").BuildPropReturn; }; export declare type SelectComposeDatePickerProps = ExtractPropTypes;