import type { MenuSection } from './menu-types'; /** Preserve the exact menu context painted during exit motion. */ export declare function snapshotMenuSections(sections: readonly MenuSection[]): MenuSection[]; //# sourceMappingURL=menu-sections.d.ts.map