import { ElementType } from 'react'; import type { PopoverCloseProps } from './types'; /** * Close button component that automatically closes the popover */ export declare const PopoverClose: { ({ as, children, onClick, ref, ...props }: PopoverCloseProps): import("react/jsx-runtime").JSX.Element; displayName: string; };