import type { PopoverHeaderProps } from './types'; export declare function PopoverHeader(props: PopoverHeaderProps): React.ReactElement | null;