import Hero, { HeroProps as THeroProps } from './Hero'; export declare type HeroProps = THeroProps; export default Hero;