declare const isElementVisible: (element: HTMLElement, offset?: number) => boolean;
export default isElementVisible;
