import React, { PropsWithChildren } from 'react'; import { type BoxProps } from '@mui/material/Box'; declare const ToggleWrapper: (props: PropsWithChildren) => React.JSX.Element; export default ToggleWrapper;