import * as React from 'react'; import { IDatePicker } from '../../common/@types'; declare const Calendar: React.FunctionComponent; declare const Clear: React.FunctionComponent; declare const LeftArrow: React.FunctionComponent; declare const RightArrow: React.FunctionComponent; declare const Time: React.FunctionComponent; declare const Up: React.FunctionComponent; declare const Down: React.FunctionComponent; export { Calendar, Clear, LeftArrow, RightArrow, Time, Up, Down };