import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A sci-fi animation that warps elements through a dimensional gateway. */ export declare function portal(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=portal.d.ts.map