///
import { GridRowsProps } from '@visx/grid/lib/grids/GridRows';
import { GridScale } from '@visx/grid/lib/types';
import { AnimationTrajectory } from '../types';
export default function AnimatedGridRows({ scale, width, numTicks, tickValues, offset, className, animationTrajectory, top, left, ...lineProps }: Omit, 'children'> & {
animationTrajectory?: AnimationTrajectory;
}): JSX.Element;
//# sourceMappingURL=AnimatedGridRows.d.ts.map