import * as React from 'react';
export interface ISelectDayProps {
    onSelected: (date: Date) => void;
    value?: Date;
}
export declare const SelectDay: React.FunctionComponent<ISelectDayProps>;
//# sourceMappingURL=SelectDay.d.ts.map