export declare function Event(): (context: any, _: any, emitter: any) => () => void;
export declare namespace Event {
    var props: {
        reapplyWhenUpdate: boolean;
    };
}
