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