export declare const AmisTabsProduct: ({ tabsList, hcp_id, planId, proDetailDisable }: { tabsList: any; hcp_id: any; planId: any; proDetailDisable: any; }) => { type: string; id: string; body: ({ type: string; id: string; tabs: { title: string; id: string; body: { type: string; id: string; body: { type: string; label: string; title: string; content: string; id: string; source: string; proDetailDisable: any; visibleOn: string; }[]; api: { method: string; url: string; headers: { Authorization: string; }; data: { hcp_id: any; visitplan_id: any; product_id: string; }; responseData: { source: string; }; adaptor: string; }; messages: {}; data: { source: any; }; }[]; }[]; source: string; linksClassName: string; onEvent: { change: { weight: number; actions: ({ actionType: string; script: string; componentId?: undefined; args?: undefined; } | { componentId: string; args: { tabsKey: string; product_id: string; }; actionType: string; script?: undefined; })[]; }; }; visibleOn: string; tpl?: undefined; } | { type: string; tpl: string; visibleOn: string; id?: undefined; tabs?: undefined; source?: undefined; linksClassName?: undefined; onEvent?: undefined; })[]; data: { tabsList: any; }; };