import type { PropsWithChildren } from 'react'; import type { ChildAppReactConfig } from '@tramvai/tokens-child-app'; type Props = { config: ChildAppReactConfig; }; export declare const ChildAppErrorBoundaryWrapper: (props: PropsWithChildren) => import("react").JSX.Element; export {}; //# sourceMappingURL=childAppErrorBoundaryWrapper.d.ts.map