import { Editor } from 'slate'; declare const isElementActive: (editor: Editor, format: string, blockType?: string) => boolean; export default isElementActive; //# sourceMappingURL=isActive.d.ts.map