import { LinkToolbarProps } from "./LinkToolbarProps.js";
export declare const EditLinkMenuItems: (props: Pick<LinkToolbarProps, "url" | "text" | "editLink">) => import("react/jsx-runtime").JSX.Element;
