import { SsgoiTransitionContext } from '../types/index.ts'; /** * Applies common styles for outgoing page elements * Makes the element absolute positioned to allow the incoming page to take its place */ export declare const prepareOutgoing: (element: HTMLElement, context?: Pick) => void; //# sourceMappingURL=prepare-outgoing.d.ts.map