/// import { CellProps } from '@jsonforms/core'; import { SpectrumInputProps } from './index'; export declare const InputTime: ({ config, data, enabled, handleChange, id, label, path, required, uischema, }: CellProps & SpectrumInputProps) => JSX.Element;