import { HotelbedsQuery } from '../order-product-compute'; export declare function Index(props: any): any; export declare namespace Index { var getInitialProps: (context: any) => Promise<{ query: HotelbedsQuery; }>; } export default Index;