import { BaseTextField } from '../text-field'; import { ITimeFieldInternalState, ITimeFieldInternalProps } from './timefield.interface'; export declare class TimeField extends BaseTextField { static readonly defaultProps: ITimeFieldInternalProps & Partial>; protected getFieldMask(): (string | RegExp)[]; protected getFieldPattern(): string; private get dateTimeSettings(); }