import { Ref } from 'vue'; export declare function getSearchWidget(searchInfo: any, widgets: any): { status: number; msg: string; result: any[]; }; export declare function getDataList(order: Ref, order_type: Ref<"asc" | "desc">, page: Ref, pageCount: Ref, searchInfo: any, formId: string): { dataList: Ref[]>; total: Ref; }; export declare const radioWidgets: string[]; export declare const inputWidgets: string[];