export declare const keyboardEventsMap: Map<"onStart" | "onMove" | "onEnd" | "onInteractive", string>;
export declare const focusedInputEventsMap: Map<"onChangeText" | "onSelectionChange", string>;
