import { CodeBlockOptions } from '@tiptap/extension-code-block';
export interface CodeBlockLowlightOptions extends CodeBlockOptions {
    /**
     * The lowlight instance.
     */
    lowlight: any;
}
/**
 * This extension allows you to highlight code blocks with lowlight.
 * @see https://tiptap.dev/api/nodes/code-block-lowlight
 */
export declare const CodeBlockLowlight: import("@tiptap/core").Node<CodeBlockLowlightOptions, any>;
//# sourceMappingURL=code-block-lowlight.d.ts.map