import React from 'react'; interface BrowserShellProps { children: React.ReactNode; title?: string; url?: string; className?: string; } export declare const BrowserShell: React.FC; export {}; //# sourceMappingURL=BrowserShell.d.ts.map