export declare const preventDefault: (e: { preventDefault: () => void; }) => void; export declare const stopPropagation: (e: { stopPropagation: () => void; }) => void; //# sourceMappingURL=event.d.ts.map