import { FunctionComponent } from 'react'; interface BookableSpaceAttributesProps { space: any; } declare const BookableSpaceAttributes: FunctionComponent; export default BookableSpaceAttributes;