import { SxProps } from '@mui/material'; type ContentProps = { children: React.ReactNode; sx?: SxProps; }; declare function Content(props: ContentProps): import("react/jsx-runtime").JSX.Element; export { Content }; //# sourceMappingURL=Content.d.ts.map