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