import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RWidgetControlComponent implements OnInit {
    control?: any;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<RWidgetControlComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RWidgetControlComponent, "r-widget-control", never, { "control": "control"; }, {}, never, ["*"]>;
}
