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