import type { ContentBlock, ContentState } from 'draft-js';
declare const findEntitiesOf: (entityType: string) => (contentBlock: ContentBlock, callback: (start: number, end: number) => void, contentState: ContentState) => void;
export default findEntitiesOf;
