/// <reference types="react" />
declare const materialSlots: {
    columnMenuUngroupIcon: import("react").JSXElementConstructor<any>;
    columnMenuGroupIcon: import("react").JSXElementConstructor<any>;
    columnMenuAggregationIcon: import("react").JSXElementConstructor<any>;
};
export default materialSlots;
