export default Spaces; declare function Spaces({ isOpen, toggle, isSignedIn }: { isOpen: any; toggle: any; isSignedIn: any; }): JSX.Element;