import { BoxProps, CSSObject, Theme } from '@mui/material'; import React from 'react'; export declare const agGridStyles: (theme: Theme) => CSSObject; interface SkodaAgGridProviderProps extends BoxProps { } /** * A provider wrapper that applies Skoda AG Grid theming via sx. */ export declare const SkodaAgGridProvider: React.FC; export {};