import { OnInit, ElementRef } from '@angular/core';
import { ModelService } from '../../services/model.service';
import { Variable } from '../../services/objects';
import { HelperService } from '../../services/helper.service';
import { MenuService } from '../../menu/menu.service';
import { InteractionsService } from '../../services/interactions.service';
import * as i0 from "@angular/core";
export declare class ParameterComponent implements OnInit {
    model: ModelService;
    helper: HelperService;
    menuService: MenuService;
    intearctionService: InteractionsService;
    element: ElementRef;
    firstDateTimeButton: ElementRef;
    doubleDateTimeButton: ElementRef;
    rangeFrom: ElementRef;
    private _params;
    constructor(model: ModelService, helper: HelperService, menuService: MenuService, intearctionService: InteractionsService);
    ngOnInit(): void;
    get params(): Variable;
    set params(params: Variable);
    get showParameterInTwoRows(): boolean;
    getReadOnlyCheckbox(): boolean;
    getFirstTextBoxValue(): string;
    firstGuidAction(): void;
    doubleDateTimeAction(event: any): void;
    firstDateTimeAction(event: any): void;
    dropDownButtonAction(event: any): void;
    onCloseMenuEvent(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ParameterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ParameterComponent, "sti-parameter", never, { "params": { "alias": "params"; "required": false; }; }, {}, never, never, false, never>;
}
