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 declare const insertEmbedEntry: ({ prefilled, attributes, editor, contentTypeUid, displayType, entry, type, linkDetails, uid }: { prefilled: any; attributes: any; editor: any; contentTypeUid: any; displayType: any; entry: any; type: any; linkDetails: any; uid?: any; }) => void; export default ReferenceButton;