/**
 * React-native-svg hit-tests a shape only once a responder prop marked it
 * responsible, and accepts any truthy one. Returning false makes the shape
 * hit-testable without ever claiming the responder from its ancestors.
 */
export declare const svgHitTestResponder: (() => boolean) | undefined;
//# sourceMappingURL=platform.native.d.ts.map