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