import { HTMLProps } from "react"; /** * * @param props works together with the PopupStateContext * @constructor */ export declare function PopupCloseButton(props: HTMLProps): JSX.Element;