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