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