import { ElementRef, Renderer2 } from '@angular/core'; import { BooleanInput } from '@uib/angular/core'; import { SafetyLineContentDirective } from './directives/safety-line-content.directive'; import { SafetyLineState } from './models'; import * as i0 from "@angular/core"; /** * Uib SafetyLine */ export declare class SafetyLineComponent { readonly element: ElementRef; readonly renderer: Renderer2; static ngAcceptInputType_isOpen: BooleanInput; state?: SafetyLineState | null; isOpen: boolean; content: SafetyLineContentDirective | null; constructor(element: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=safety-line.component.d.ts.map