import React from 'react'; import type { usePopAction } from './shared'; export declare const Open: (action: Pick, 'open' | 'scope' | 'loading' | 'field'>) => React.JSX.Element | null;