import { FC } from "react";
interface ReadDoneIconProps {
}
declare const ReadDoneIcon: FC<ReadDoneIconProps>;
export default ReadDoneIcon;
