export declare class ProcessingService { exibir: boolean; ignore: boolean; label?: string; constructor(); show(): void; hide(): void; setIgnore(value: boolean): void; } //# sourceMappingURL=processing.service.d.ts.map