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