import React from 'react'; export declare const AmbientVisualizationCard: ({ title, toggleList1, toggleList2, toggleList3, tabList, tabContent1, tabContent2, tabContent3 }: { tabContent1: any; tabContent2: any; tabContent3: any; tabList: any; title: any; toggleList1: any; toggleList2: any; toggleList3: any; }) => React.JSX.Element; //# sourceMappingURL=AmbientVisualizationCard.d.ts.map