import { EditorState } from '@tiptap/pm/state';
export declare function isActive(state: EditorState, name: string | null, attributes?: Record<string, any>): boolean;
