import type { NodeStyle, TextStyle } from 'ricos-schema'; import type { RicosContentBlock, RicosEntityMap } from '../../../types'; export declare const getEntity: (key: string | number, entityMap: RicosEntityMap) => any; export declare const getTextStyle: (blockData?: RicosContentBlock['data']) => TextStyle; export declare const getNodeStyle: (blockData?: RicosContentBlock['data']) => NodeStyle | undefined; //# sourceMappingURL=getRicosEntityData.d.ts.map