import React from 'react'; import { type TriggerProps } from '@atlaskit/popup'; import { type ProfileCardTriggerProps } from './types'; export declare const PopupTrigger: (props: Partial & { showProfilecard: () => void; hideProfilecard: () => void; } & Pick, "ariaLabelledBy" | "trigger" | "children"> & React.RefAttributes) => JSX.Element;