export declare const DOUBLE_PRESS_TIMEOUT_MS = 2000;
export declare function useDoublePress(setPending: (pending: boolean) => void, onDoublePress: () => void, onFirstPress?: () => void): () => void;
