import React from 'react'; import '../customize/styles.less'; import { Cart } from '../travelcloud'; export declare const SiteContext: React.Context<{ client: any; customer: any; order: any; cart: Cart; openCart: any; openCustom: any; }>; declare const Page: ({ Component, pageProps }: { Component: any; pageProps: any; }) => JSX.Element; export default Page;