import { type ToolbarFilePopupProps } from "../custom/ToolbarFilePopup.js"; import type { MToolbarBaseProps } from "../types.js"; export type MToolbarFilePopupProps = MToolbarBaseProps & Pick & { hide: () => void; }; export declare const MToolbarFilePopup: React.FC;