import type { SearchOptionsInput } from './type';
export declare function buildListSearch(ctx: SearchOptionsInput): string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}> | import("vue").VNodeArrayChildren;
//# sourceMappingURL=module.d.ts.map