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