import type { BaseSyntheticEvent } from 'react'; /** Builds base syntentic event stub, with prop values as inspected in RN runtime. */ export declare function baseSyntheticEvent(): Partial>;