/** * Executes a callback when an element becomes visible. */ export declare function onVisible(element: HTMLElement, callback: () => void): () => void;