export declare class ContainerBehavior {
    static regBehavior(_class: any, name: string): void;
    static findBehavior(name: string): any;
}
