import React from 'react'; type Props = { onClose: () => void; }; export declare const ExtensionPrompt: React.FC; export {};