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