import type { NodeViewRendererProps } from '@tiptap/core'; /** Parse a px width off a wrapper element's inline style (used by parseHTML). */ export declare function parseEmbedWidth(el: HTMLElement): number | null; export declare function embedResizeNodeView(): (props: NodeViewRendererProps) => { dom: HTMLElement; ignoreMutation: () => boolean; update: (updated: import("@tiptap/pm/model").Node) => boolean; selectNode: () => void; deselectNode: () => void; }; //# sourceMappingURL=resizable-embed.d.ts.map