/**
 * Checks if a press event occurred near the close button area.
 * The x coordinate is relative to the gesture handler view.
 */
export declare const isPressNearCloseButton: ({ x, viewWidth, }: {
    x: number;
    viewWidth: number;
}) => boolean;
//# sourceMappingURL=press-utils.d.ts.map