export declare const METADATA: unique symbol; export default class Metadata { isPropagatingCallback: boolean; reflectingAttribute: Set; host?: Node; static from(target: object): Metadata; }