export default withRegistryProvider; /** * This is the core of having a multi-editor Gutenberg experience. * * We create a sub registry that contains copies of `core/block-editor`, `core/editor`, and STORE_NAME. These are specific to the editor instance and * provide the content for each editor, as well as overriding some core functions * * The key `persistenceKey` from the settings is used as the `localStorage` key to save Gutenberg preferences */ declare const withRegistryProvider: (Inner: import("react").FC<{}>) => (props: any) => import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map