import type { AssetsResultProps } from '@grapesjs/react'; /** * The main {@link AssetManager} that users see when they double click an image component in the editor. */ export declare const EditorAssetManager: ((props: AssetsResultProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; };