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