/// type HeroNameProps = { id: number; }; export declare function HeroName({ id }: HeroNameProps): JSX.Element; export {};