import React from 'react'; import './style.css'; export declare const handleClick: (e: any, editor: any, props?: { title: string; prefilled: boolean; type: any; attributes: {}; }) => any; export declare const ShortcutOpenReferenceOverlay: (event: any, editor: any, format: any, registryObj: any, props?: { title: string; prefilled: boolean; attributes: {}; }) => void; declare const ReferenceButton: (props: any) => React.JSX.Element; export default ReferenceButton; export declare const insertEmbedEntry: ({ prefilled, type, attributes, editor, entry, contentTypeUid, displayType, linkDetails }: { prefilled: any; type: any; attributes: any; editor: any; entry: any; contentTypeUid: any; displayType: any; linkDetails: any; }) => void;