import { type EntryProps, type KeyValueMap } from 'contentful-management'; import { type ContentTreeNodeProps } from './ContentTreeNode'; export declare const emptyNodeProps: () => ContentTreeNodeProps; export declare const cfEntriesToNodes: (entries: Array>, titleFields: string[], stLocale: string, locales: string[], nodeContentTypes: string[], iconRegistry?: Record, parentId?: string) => ContentTreeNodeProps[];