import React from 'react'; import { IPill } from '../../../../../Pills/type'; export declare function PropertyOverlayWrapper(props: any): React.JSX.Element; export declare function splitItemsOnSpace(items: IPill[]): { text: string; id: any; }[]; export declare function PropertyOverlayModal(props: any): React.JSX.Element; export declare function shortcutOpenPropertyModal(event: any, editor: any, format: any, registryObj: any): void;