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