import type { NativeSyntheticEvent, NativeTouchEvent } from 'react-native';
import type { Params } from './useClearByFocusCell.common';
export declare const useClearByFocusCell: (params: Params) => readonly [{
    onPressOut: (event: NativeSyntheticEvent<NativeTouchEvent>) => void;
}, (index: number) => (event: import("react-native").LayoutChangeEvent) => void];
