import React from 'react'; export declare const UseInViewport: ({ cb, children, }: { cb: (isInViewPort: boolean) => void; children: JSX.Element | JSX.Element[]; }) => React.JSX.Element;