export declare const AmisEdaList: ({ amisType, label, level, className, product_name, eDA_name, actions, context, api, sendParams }: { amisType?: number; label?: string; level?: string; className?: string; product_name?: string; eDA_name?: string; actions?: any[]; context: any; api: any; sendParams: any; }) => { type: string; label: string; onEvent: { click: { actions: { actionType: string; drawer: { type: string; title: string; body: { type: string; id: string; body: any[]; data: { context: any; }; api: { method: string; url: string; data: { query: string; }; headers: { Authorization: string; }; }; }[]; id: string; size: string; position: string; actions: { type: string; label: string; onEvent: { click: { actions: { componentId: string; args: {}; actionType: string; }[]; }; }; id: string; }[]; footerClassName: string; data: { context: string; sendParams: any; }; }; }[]; }; }; id: string; level: string; className: string; };