import React from 'react'; /** * A toolbar component that opens the link edit dialog. * For this component to work, you must include the `linkDialogPlugin`. */ export declare const CreateLink: () => React.JSX.Element;