import { ITicketsViewProps } from './types'; declare const TicketsView: ({ isGettingTickets, tickets, groupedTickets, styles, onPressGetTickets, onPressApplyPromoCode, promoCodeValidationMessage, isPromoCodeValid, onSelectTicketOption, selectedTicket, isBookingTickets, texts, isGettingEvent, event, isWaitingListVisible, isGetTicketsButtonVisible, isAccessCodeEnabled, isUserLogged, onPressMyOrders, onPressLogout, areLoadingIndicatorsEnabled, onAddToWaitingListError, onAddToWaitingListSuccess, onLoadingChange, areAlertsEnabled, promoCodeCloseIcon, areTicketsGroupsShown, passwordProtectedEventData, onPressSubmitEventPassword, }: ITicketsViewProps) => import("react/jsx-runtime").JSX.Element; export default TicketsView; //# sourceMappingURL=TicketsView.d.ts.map