import { type ToolbarImagePopuProps } from "../custom/ToolbarImagePopup.js"; import type { MToolbarBaseProps } from "../types.js"; export type MToolbarImagePopupProps = MToolbarBaseProps & Pick & { hide: () => void; }; export declare const MToolbarImagePopup: React.FC;