import { Node } from '@tiptap/core';
export interface ImagePlaceholderOptions {
    inline: boolean;
    HTMLAttributes: Record<string, unknown>;
}
export declare const inputRegex: RegExp;
export declare const ImagePlaceholder: Node<ImagePlaceholderOptions, any>;
