///
import { AnimationTrajectory } from '@visx/react-spring';
import { BaseGridProps } from './BaseGrid';
export declare type AnimatedGridProps = Omit & {
/** Animation trajectory of grid lines. */
animationTrajectory?: AnimationTrajectory;
};
export default function AnimatedGrid({ animationTrajectory, ...props }: AnimatedGridProps): JSX.Element;
//# sourceMappingURL=AnimatedGrid.d.ts.map