import { FlexAlignType } from 'react-native'; export declare const useLongPressButton: (longPressTime?: number, onFinish?: () => void) => { alignSelf: { [key: string]: FlexAlignType; }; handlePressIn: () => void; handlePressOut: () => void; number: number; scaleValue: import("react-native").Animated.Value; };