export declare const AmisCrud: ({ columns, url, apidata, searchList }: { columns: any; url: any; apidata: any; searchList: any; }) => { type: string; id: string; body: { type: string; body: { type: string; footerToolbar: { type: string; }[]; columns: any; api: { method: string; headers: { Authorization: string; }; url: any; data: any; }; syncLocation: boolean; id: string; filter: { title: string; body: { type: string; body: any[]; id: string; }[]; actions: ({ type: string; label: string; id: string; level?: undefined; } | { type: string; level: string; label: string; id: string; })[]; id: string; panelClassName: string; }; keepItemSelectionOnPageChange: boolean; affixHeader: boolean; messages: {}; }[]; id: string; actionType: string; name: string; }[]; style: { padding: string; backgroundColor: string; }; className: string; };