import { CloseButtonProps } from "../close-button";
export type PopoverCloseButtonProps = CloseButtonProps;
export declare const PopoverCloseButton: import("../system").ComponentWithAs<"button", CloseButtonProps>;
