export declare const __io: symbol; export declare const __state: symbol; export interface BehaviorConfig { selector: string; state?: any; template?: any; } export declare function Behavior(config: BehaviorConfig): (target: any) => any;