import { TimeInputProps } from 'react-admin'; declare function TimeInput({ parse, format, ...props }: TimeInputProps): JSX.Element; export { TimeInput }; export type { TimeInputProps }; //# sourceMappingURL=TimeInput.d.ts.map