export declare class FocusOut { private readonly host; private readonly callback; constructor(args: { host: HTMLElement; callback: () => void; }); handler: (e: FocusEvent) => any; }