import { OnInit } from '@angular/core';
export declare class PdfFindFuzzilyComponent implements OnInit {
    constructor();
    ngOnInit(): void;
}
