import React from "react";
type Props = {
    currentScrollY: number;
    childStyle: any;
    childElement: any;
};
declare const YhwViewVisibilitySensor: (props: Props) => React.JSX.Element;
export default YhwViewVisibilitySensor;
