import type { Context } from 'react'; import type { EmptyObject } from './ContextExProviderProps.ts'; import type { ContextExState } from './State.ts'; export declare const createContextEx: () => Context>; //# sourceMappingURL=create.d.ts.map