import { type ReactNode } from "react"; /** * Allow deeply nested children to render at the custom location in the tree to preserve component state even if children components change */ export declare function makePermanence(): readonly [(props: { children: ReactNode; }) => import("react/jsx-runtime").JSX.Element, (props: { children: ReactNode; }) => import("react/jsx-runtime").JSX.Element | null];