import * as React from 'react';
import type { IWeeklyDayPickerProps } from './WeeklyDayPicker.types';
export declare const WeeklyDayPicker: React.FunctionComponent<IWeeklyDayPickerProps>;
