import { IAttribute, IBindingContext } from '../interface/exported';
export declare class MiscAttributes implements IAttribute {
    $element: HTMLElement;
    $attribute: Attr;
    $bindingContext: IBindingContext;
    private subscribeInternal;
    private value;
    private init;
    private name;
    created(): void;
    detached(): void;
    attached(): void;
}
