import { ElementRef } from "@angular/core"; export declare class VerifyService { static focusElement(selector: string, elementRef?: ElementRef): void; }