export declare const fadeInElements: (elements: HTMLElement[]) => void; export declare const removeElement: (element: HTMLElement, transitionTimeout: number) => void; export declare const getVerificationUrl: (url: string) => string;