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