/// import type { IconType } from "./Icon/types"; declare function TodoDoneOff(props: IconType): JSX.Element; export default TodoDoneOff;