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