import { SyntheticEvent } from 'react'; export interface onChange { index?: number; event?: T; } export declare type PropsEventHandler = (e?: E, props?: P) => void | Promise | boolean | Promise; //# sourceMappingURL=events.d.ts.map