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