import type { DataGridProcessedProps } from "../../models/props/DataGridProps.js"; export type OwnerState = DataGridProcessedProps; export declare const GridRootStyles: import("@emotion/styled").StyledComponent & { ownerState: OwnerState; }, Pick, HTMLDivElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>; export declare const supportsColorMix: boolean; export declare const colorMixIfSupported: (colorMixValue: string, fallback: string) => string;