import * as React from 'react'; export interface IWeeklyDayPickerInlineExampleState { selectedDate?: Date; } export declare class WeeklyDayPickerInlineExample extends React.Component<{}, IWeeklyDayPickerInlineExampleState> { constructor(props: {}); render(): JSX.Element; private _onSelectDate; private _goPrevious; private _goNext; }