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