import type { ChildAppRequestConfig } from '@tramvai/tokens-child-app'; declare module '@tramvai/react' { interface PageComponentOptions { childApps?: ChildAppRequestConfig[]; } interface LayoutComponentOptions { childApps?: ChildAppRequestConfig[]; } interface MetaComponentOptions { childApps?: ChildAppRequestConfig[]; } } //# sourceMappingURL=typings.d.ts.map