import React from 'react';
import { HeroBodyProps } from './types';
export default function Body({ children, className, ...otherProps }: HeroBodyProps): React.JSX.Element;
