import React from "react"; import { TimePickerProps } from "./TimeProps"; export declare const TimePicker: React.FunctionComponent> & { defaultLabelAlign: string; RangePicker: React.FunctionComponent> & { defaultLabelAlign: string; }; };