import { GridStateCommunity } from '../../models/gridStateCommunity';
/**
 * Get the theme state
 * @category Core
 */
export declare const gridThemeSelector: (state: GridStateCommunity) => import("@mui/material").Theme;
