import type { ExtractPropTypes } from "vue"; export declare const searchMoreProps: { readonly modelValue: import("/xplus/es/utils/props").BuildPropReturn; readonly morePlaceholder: import("/xplus/es/utils/props").BuildPropReturn; readonly disabledRows: import("/xplus/es/utils/props").BuildPropReturn; }; export declare type SearchMoreProps = ExtractPropTypes; export declare const searchMoreEmits: { "update:modelValue": (value: string) => boolean; change: (value: string[]) => boolean; }; export declare type SearchMoreEmits = typeof searchMoreEmits;