/// <reference types="react" />
import { CompositeDecorator } from "draft-js";
export declare const createLinkDecorator: () => CompositeDecorator;
declare const DraftLinkInline: ({ children, entityKey, blockKey, ...props }: {
    [x: string]: any;
    children: any;
    entityKey: any;
    blockKey: any;
}) => JSX.Element;
export default DraftLinkInline;
