import { SxProps as MuiSxProps, Theme } from "@mui/material"; import { FlattenInterpolation, ThemeProps } from "@mui/styled-engine-sc"; export type ThemedFlattenInterpolation = FlattenInterpolation>; export type SxProps = MuiSxProps;