import { Data } from '@angular/router'; import { ElementRef, OnInit } from '@angular/core'; export declare class ParticleBackgroundDirective implements OnInit { private readonly elementRef; private readonly math; readonly config: any; private elementId; constructor(elementRef: ElementRef, math: Data); ngOnInit(): void; }