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