import { OptionsService } from './service';
import { ToastService } from '../../toast/toast.service';
export declare class OptionsConfigurationTabComponent {
    private _optionsService;
    private _toastService;
    enableHover: boolean;
    displayGadgetOptionsInSideBar: boolean;
    constructor(_optionsService: OptionsService, _toastService: ToastService);
    onHooverOptionChange(value: any): void;
    onDisplayGadgetOptionsInSideBarChange(value: any): void;
}
