import type { ContentBlock } from 'draft-js'; declare const blockStyleFn: (block: ContentBlock, customBlockStyles?: { [key: string]: string; }[] | undefined) => string; export default blockStyleFn;