import { OSGBackend } from '@jaenjs/snek-finder/src/backends/OSGBackend'; import React from 'react'; export declare const Backend: OSGBackend; export declare const SnekFinder: React.FC; export declare const withSnekFinder:

(Component: React.ComponentType>) => React.FC>;