/// <reference types="react" />
import type { Props } from "./types";
declare const ModalCloseButton: ({ onClick, dataTest, title }: Props) => JSX.Element;
export default ModalCloseButton;
