import { PropsWithChildren } from "react"; declare function Body({ children }: PropsWithChildren): JSX.Element; export default Body;