import { OBJECT_IDENTIFIER } from "asn1-ts";
export { tcg_registry } from "../PlatformCertificateProfile/tcg-registry.va";
/**
 * @summary tcg_registry_componentClass
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * tcg-registry-componentClass OBJECT IDENTIFIER ::= {tcg-registry 3}
 * ```
 *
 * @constant
 */
export declare const tcg_registry_componentClass: OBJECT_IDENTIFIER;
