export declare class CommonPdfButtonComponent { pdfText: string; pdfInput: string; constructor(); ngOnInit(): void; setPdfInput(_pdfInput: string): void; openPdfWindow(event: any): void; }