import React from 'react'; import type { ResolvedPageData } from '../types/index.js'; export declare function TestProvider({ children, customPageData, }: React.PropsWithChildren<{ customPageData?: Partial; }>): React.JSX.Element; //# sourceMappingURL=TestProvider.d.ts.map