import { FC } from "react";
import { CleanProps } from "./CleanProps";
declare const Clean: FC<CleanProps>;
export default Clean;
