import { ReactNode } from 'react'; import { PageState } from '@wix/bex-core'; export interface PageWrapperBaseProps { pageState?: PageState; children?: ReactNode; } export declare function PageWrapperBase(props: PageWrapperBaseProps): JSX.Element; //# sourceMappingURL=PageWrapperBase.d.ts.map