declare const InstallModal: ({ link }: {
    link: string;
    debug?: boolean | undefined;
}) => {
    unmount: () => undefined;
};
export default InstallModal;
//# sourceMappingURL=InstallModal-nonweb.d.ts.map