import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import { BaseDirective } from './base.directive';
import * as i0 from "@angular/core";
export declare class LottieComponent extends BaseDirective implements OnChanges {
    width: import("@angular/core").InputSignal<string | null>;
    height: import("@angular/core").InputSignal<string | null>;
    container: ElementRef<HTMLElement>;
    ngOnChanges(changes: SimpleChanges): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<LottieComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LottieComponent, "ng-lottie", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
