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