import { TimeEditor } from '../timeEditor'; export declare const EDITOR_TYPE = "intl-time"; /** * @private * @class IntlTimeEditor */ export declare class IntlTimeEditor extends TimeEditor { /** * Returns the unique editor type identifier for the intl-time editor. */ static get EDITOR_TYPE(): string; }