/** * Hook for getting the visible node ids from the store. * * @internal * @param onlyRenderVisible * @returns array with visible node ids */ export declare function useVisibleNodeIds(onlyRenderVisible: boolean): string[]; //# sourceMappingURL=useVisibleNodeIds.d.ts.map