import { FunctionComponent } from 'react';
import { WebTimeSelectProps } from "../../types";
export declare const TimeSelect: FunctionComponent<Partial<WebTimeSelectProps>>;
