import React, { PropsWithChildren } from 'react'; export type IxApplicationContextProps = PropsWithChildren; export declare class IxApplicationContext extends React.Component { private delegate; constructor(props: IxApplicationContextProps); render(): import("react/jsx-runtime").JSX.Element; }