import { HeroAction, HeroProps } from "./type.mjs";
import Hero from "./Hero.mjs";
export { type HeroAction, type HeroProps, Hero as default };