import * as React from "react"; declare const Body: ({ className, ...props }: React.HTMLAttributes) => React.JSX.Element; export { Body };