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