import * as react from 'react'; import { PopperCloseProps } from '../popper/types.js'; declare const PopoverClose: ({ children }: PopperCloseProps) => string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | react.ReactElement> | null | undefined; export { PopoverClose };