import { RemoteConnectionProps, RemoteConnectionState } from '../RemoteConnection';
/**
 * Display the installation modal
 *
 * @param param.link link of the qrcode
 * @returns
 */
export declare function showInstallModal(state: RemoteConnectionState, options: RemoteConnectionProps, link: string): void;
//# sourceMappingURL=showInstallModal.d.ts.map