import * as React from 'react'; export type BodyProps = React.HTMLAttributes; export declare const Body: React.ForwardRefExoticComponent>;