import React from 'react'; import { DayAnimatedProps } from './types'; export * from './types'; export declare const DayAnimated: ({ scrolledY, daysPositions, listHeight, isScrollActive, floatingRenderedDate, renderDay, isLoading, ...rest }: DayAnimatedProps) => React.JSX.Element | null; //# sourceMappingURL=index.d.ts.map