/**
 * Custom MUI theme for DataTable, including tooltip overrides and any other component-specific styles.
 * Extend this theme as needed for further DataTable customizations.
 */
declare const dataTableTheme: import('@mui/material').Theme;
export default dataTableTheme;
