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