import React, { ComponentPropsWithoutRef } from 'react'; interface Props { error?: React.ReactNode; label?: React.ReactNode; locale?: string; onTimeChange(date: string): void; } export type TimepickerProps = Props & ComponentPropsWithoutRef<'input'>; export declare const Timepicker: React.MemoExoticComponent, HTMLInputElement>, "ref"> & React.RefAttributes>>; export {}; //# sourceMappingURL=Timepicker.d.ts.map