import React from 'react'; import { DateFieldProps } from 'react-admin'; import { LabeledFieldProps } from '../../../config'; type TimeFieldProps = DateFieldProps; export declare function TimeField(props: LabeledFieldProps): React.JSX.Element; export {};