/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 */
import { Dispatch } from "react";
export declare function ToolbarPlugin({ id, showToolbar, setIsLinkEditMode, }: {
    id: string;
    showToolbar: boolean;
    setIsLinkEditMode: Dispatch<boolean>;
}): import("react").ReactPortal | null;
//# sourceMappingURL=index.d.ts.map