export declare function useInlineActionNode(stateId: any): import("prosemirror-model").Node | null; export declare function usePopper(currentEl: Element | null | undefined): ((popperInstance: any) => void)[];