/** Do something the first time the element is visible */
export declare const onFirstVisible: (el: any, callback: any) => void;
