import * as React from 'react'; import { BoxProps } from '../../box'; type PopoverHeaderProps = BoxProps & { children: React.ReactNode; closeButton?: boolean; }; declare const _default: React.FC; export default _default;