export declare function stopPropagation(event: Event): void; export declare function preventDefault(event: Event, isStopPropagation?: boolean): void;