declare const materialSlots: { columnMenuUngroupIcon: React.JSXElementConstructor; columnMenuGroupIcon: React.JSXElementConstructor; columnMenuAggregationIcon: React.JSXElementConstructor; pivotIcon: React.JSXElementConstructor; pivotSearchIcon: React.JSXElementConstructor; pivotSearchClearIcon: React.JSXElementConstructor; pivotMenuAddIcon: React.JSXElementConstructor; pivotMenuMoveUpIcon: React.JSXElementConstructor; pivotMenuMoveDownIcon: React.JSXElementConstructor; pivotMenuMoveToTopIcon: React.JSXElementConstructor; pivotMenuMoveToBottomIcon: React.JSXElementConstructor; pivotMenuCheckIcon: React.JSXElementConstructor; pivotMenuRemoveIcon: React.JSXElementConstructor; sidebarCloseIcon: React.JSXElementConstructor; collapsibleIcon: React.JSXElementConstructor; aiAssistantIcon: React.JSXElementConstructor; aiAssistantPanelCloseIcon: React.JSXElementConstructor; aiAssistantPanelNewConversationIcon: React.JSXElementConstructor; aiAssistantPanelHistoryIcon: React.JSXElementConstructor; promptIcon: React.JSXElementConstructor; promptSendIcon: React.JSXElementConstructor; promptSpeechRecognitionIcon: React.JSXElementConstructor; promptSpeechRecognitionOffIcon: React.JSXElementConstructor; promptRerunIcon: React.JSXElementConstructor; promptSortAscIcon: React.JSXElementConstructor; promptSortDescIcon: React.JSXElementConstructor; promptChartsIcon: React.JSXElementConstructor; promptGroupIcon: React.JSXElementConstructor; promptFilterIcon: React.JSXElementConstructor; promptPivotIcon: React.JSXElementConstructor; promptAggregationIcon: React.JSXElementConstructor; promptChangesToggleIcon: React.JSXElementConstructor; chartsIcon: React.JSXElementConstructor; chartsSearchIcon: React.JSXElementConstructor; chartsSearchClearIcon: React.JSXElementConstructor; chartsMenuMoveUpIcon: React.JSXElementConstructor; chartsMenuMoveDownIcon: React.JSXElementConstructor; chartsMenuMoveToTopIcon: React.JSXElementConstructor; chartsMenuMoveToBottomIcon: React.JSXElementConstructor; chartsMenuAddIcon: React.JSXElementConstructor; chartsMenuRemoveIcon: React.JSXElementConstructor; chartsSyncIcon: React.JSXElementConstructor; chartsSyncDisabledIcon: React.JSXElementConstructor; }; export default materialSlots;