import { DeepPartial } from "../helpers"; import { HeroProps } from "./HeroProps"; declare const defaults: DeepPartial; export default defaults;