import { DateIndicatorProps } from './types';
declare const DateIndicator: (props: DateIndicatorProps) => JSX.Element;
export default DateIndicator;
