import { TypographyProps } from '../../base'; declare const Hero: ({ children, className, as, ...rest }: TypographyProps) => import("react").JSX.Element; export default Hero;