import { IList } from './types/list';
export declare const List: ({ dataTestId, hasRange, selectedDate, disabledDates, ...props }: IList) => JSX.Element;
