export default class Hero {
    static propTypes: {
        children: any;
    };
    static jsClass: string;
    render(): any;
}
