import { FC, PropsWithChildren } from "react";

//#region src/editor/EditorProvider.d.ts
declare const EditorProvider: FC<PropsWithChildren>;
//#endregion
export { EditorProvider };
//# sourceMappingURL=EditorProvider.d.ts.map