import { TransferState } from '@angular/core';
import { AnimationFilename } from './symbols';
import * as i0 from "@angular/core";
export declare class LottieTransferState {
    private transferState;
    constructor(transferState: TransferState);
    get<T>(animation: AnimationFilename): T | null;
    static ɵfac: i0.ɵɵFactoryDeclaration<LottieTransferState, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LottieTransferState>;
}
