export declare function Behavior(options?: {
    init?: boolean;
}): Function;
