import { TransitionConfig } from '../../types/index.ts'; import { HeroResolved, NormalizedHeroOptions } from './types'; export type { HeroType, HeroVariant, NormalizedHeroOptions } from './types'; type HeroExtras = { resolved: HeroResolved; }; export declare const hero: (options: NormalizedHeroOptions) => TransitionConfig; //# sourceMappingURL=transition.d.ts.map