import { EventEmitter, OnInit } from '@angular/core'; import { AnonymousConsent, ConsentTemplate } from '@spartacus/core'; import * as i0 from "@angular/core"; export declare class ConsentManagementFormComponent implements OnInit { consentGiven: boolean; consentTemplate: ConsentTemplate; requiredConsents: string[]; consent: AnonymousConsent; consentChanged: EventEmitter<{ given: boolean; template: ConsentTemplate; }>; constructor(); ngOnInit(): void; onConsentChange(): void; isRequired(templateId: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }