/**
 * Types of controls available to render time part
 */
export declare enum TimeDisplayControlType {
    /**
     * masked edit
     */
    Text = 0,
    /**
     * dropdown
     */
    Dropdown = 1
}
//# sourceMappingURL=TimeDisplayControlType.d.ts.map