import React from 'react'; import type { FieldActionsMenuConfig } from './headerActionTypes'; export declare function FieldActionsPopover({ actions, buttonDataHook, menuDataHook, tooltipContent, onShow, disabledTooltip, }: FieldActionsMenuConfig): React.JSX.Element | null; //# sourceMappingURL=FieldActionsPopover.d.ts.map