import React from "react"; import type { EC3ConfigProps } from "./EC3/EC3Config"; /** * EC3 Context props * @beta */ export declare type EC3ContextProps = EC3ConfigProps & { children?: React.ReactNode; }; /** * EC3 Context required for EC3 components * @beta */ export declare const EC3Context: (props: EC3ContextProps) => JSX.Element; //# sourceMappingURL=EC3Context.d.ts.map