export default function InternalRoomsDrawerFooter({ onClick, selectionLength, }: { onClick: any; selectionLength: any; }): JSX.Element;