export declare function useSyncExternalStoreWithTracked(subscribe: (onStoreChange: () => void) => () => void, getSnapshot: () => snapshot, getServerSnapshot?: undefined | null | (() => snapshot), isEqual?: (a: selection, b: selection) => boolean): snapshot; //# sourceMappingURL=useSyncExternalStoreWithTracked.d.ts.map