import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class WidgetValueComponent {
    observable$: Observable<unknown>;
    prop: string;
    showErrorState: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<WidgetValueComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WidgetValueComponent, "lib-widget-value", never, { "observable$": "observable$"; "prop": "prop"; "showErrorState": "showErrorState"; }, {}, never, never>;
}
