import { NodeExtension } from "@omnia/fx/ux/richtexteditor"; export declare class LinkPickerNode extends NodeExtension { get name(): string; get schema(): any; keys(): { Space: (state: any, dispatch: any, view: any) => boolean; }; commands({ type }: { type: any; }): (attrs: any) => (state: any, dispatch: any) => void; }