import { FC } from 'react'; type Props = { onActive: () => void; }; export declare const LazyDetector: FC; export {};