import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ScichartFallbackComponent {
    title: string;
    rootRef: ElementRef<HTMLDivElement>;
    style: Object;
    ngAfterViewInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ScichartFallbackComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ScichartFallbackComponent, "scichart-fallback", never, {}, {}, never, never, true, never>;
}
