import { CssVarsTheme, Theme } from '@mui/material/styles'; /** * Because there is no targetable component for the outermost element of the Date Pickers, we have * to style them in the context of their parent container(s). This is one of the possible containers * that could be used to render a DatePicker component. */ declare const _default: { defaultProps?: Partial | undefined; styleOverrides?: Partial & CssVarsTheme>> | undefined; } | undefined; export default _default;