import type { ExtractPropTypes } from "vue"; export interface likeItem { label: string; value: string | number; } export declare const selectLikeInputProps: { 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 likeOptions: import("/xplus/es/utils/props").BuildPropReturn, () => { label: string; value: number; }[], unknown, unknown, unknown>; readonly config: import("/xplus/es/utils/props").BuildPropReturn { key: string; like: string; value: string; }, unknown, unknown, unknown>; readonly leftWidth: import("/xplus/es/utils/props").BuildPropReturn; readonly rightWidth: import("/xplus/es/utils/props").BuildPropReturn; readonly noEmpty: import("/xplus/es/utils/props").BuildPropReturn; readonly selectProps: import("/xplus/es/utils/props").BuildPropReturn; }; export declare type SelectLikeInputProps = ExtractPropTypes;