import type { SyntheticEvent } from 'react'; /** * @ignore */ export default interface LivemapEvent extends Omit { nativeEvent: { value: any; }; }