import React from "react";
import { MobileServiceItemProps } from "./mobileTypes";
declare function ServiceItemPBMobile({ serviceItem, onBookButtonPress, colors, busStage, orignLabel, destinationLabel, amenitiesData, setShowDropdown, showDropdown, setAmenetiesAtomValue, }: MobileServiceItemProps): React.ReactElement;
export default ServiceItemPBMobile;
