import { KeyInfoClause } from './key_infos/index.js'; import { XmlSignatureCollection } from './xml_object.js'; /** * Represents the element of an XML signature. * * ```xml * * * * * * * * * * * * * * * * ``` */ /** * Represents an XML digital signature or XML encryption element. */ export declare class KeyInfo extends XmlSignatureCollection { Id: string; protected OnLoadXml(element: Element): void; }