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