import * as React from "react"; //#region src/body.d.ts type BodyProps = Readonly>; declare const Body: React.ForwardRefExoticComponent> & React.RefAttributes>; //#endregion export { Body, BodyProps }; //# sourceMappingURL=index.d.ts.map