export declare const fakeEvent: () => { nativeEvent: { stopImmediatePropagation(): void; }; stopPropagation(): void; preventDefault(): void; }; export declare const fakeKeyDownEventForKey: (key: string) => { key: string; nativeEvent: { stopImmediatePropagation(): void; }; stopPropagation(): void; preventDefault(): void; }; export declare const fakeKeyDownEvent: (eventAttribute?: {}) => { nativeEvent: { stopImmediatePropagation(): void; }; stopPropagation(): void; preventDefault(): void; }; //# sourceMappingURL=fakeEvents.d.ts.map