import * as React from "react"; /** This is similar to MUI's `StyledEngineProvider` but with a custom Emotion cache. */ export declare function StyledEngineProvider({ children }: React.PropsWithChildren): React.JSX.Element;