export declare class ContainerAttributes {
    static regAttribute(_class: any, name: string): void;
    static findAttribute(name: string): any | null;
}
