import React from 'react'; export default class extends React.Component { static getInitialProps(context: any): Promise<{ tours: import("../travelcloud").TcResponse; query: any; categories: import("../travelcloud").TcResponse; }>; state: { loading: boolean; 'categories.name/and': any; currentSelect: string; computedTour: string; }; componentDidUpdate(prevProps: any): void; menuClick({ item, key }: { item: any; key: any; }): void; onTourClick(tour: any): void; handleClick: (e: any) => void; render(): JSX.Element; }