export default function SpaceInfoFooter({ noteModalHandler, showActions, noteHoldHandler, reservable, BPO, }: { noteModalHandler: any; showActions: any; noteHoldHandler: any; reservable: any; BPO?: boolean | undefined; }): JSX.Element;