export declare class AccessibilityCertification {
    CertifiedBy: string[];
    Credential: string[];
    Report: string[];
}
