import React, { FunctionComponent } from 'react'; import './styles.css'; interface NotLinkedProps { space: any; floorMap: any; snackBars: any; currentBuilding: any; border?: boolean; containerStyle?: React.CSSProperties; } declare const NotLinked: FunctionComponent; export default NotLinked;