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; promptGroupIcon: React.JSXElementConstructor; promptFilterIcon: React.JSXElementConstructor; promptPivotIcon: React.JSXElementConstructor; promptAggregationIcon: React.JSXElementConstructor; promptChangesToggleIcon: React.JSXElementConstructor; }; export default materialSlots;