import * as React from 'react'; type BodyProps = Readonly>; declare const Body: React.ForwardRefExoticComponent> & React.RefAttributes>; export { Body, type BodyProps };