import React from 'react'; export declare const InlineReference: ({ entry, editor, element, ...props }: { [x: string]: any; entry: any; editor: any; element: any; }) => React.JSX.Element; export * from './withInlineReference'; export * from './components'; export * from './deserializer';