import { FC } from "react";
import { CloseProps } from "./CloseProps";
declare const Close: FC<CloseProps>;
export default Close;
