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