import type { Plugin } from 'tippy.js';
import { Props } from '../Popover.types';
export type PopperBlurPluginProps = Props & {
    isChildPopoverOpen?: boolean;
};
export declare const hideOnBlurPlugin: Plugin;
