import React from 'react'; interface UninstallProps { yes: boolean; } export declare const Uninstall: React.FC; export {};