import React from 'react'; import type { AnimationDriver } from './animation/types'; import type { CircleLayoutContextType } from './types'; /** * A context for the circle layout component. */ export declare const CircleLayoutContext: React.Context>>; //# sourceMappingURL=CircleLayoutContext.d.ts.map