import type ICustomElement from "../interfaces/custom-element"; export declare const PROTOTYPE_METADATA: unique symbol; export default class PrototypeMetadata { attributeChangedCallback?: ICustomElement["attributeChangedCallback"]; static from(target: object): PrototypeMetadata; inherit(): PrototypeMetadata; }