import { SVGIconDef } from './types';
declare const TodoOutlined: SVGIconDef;
export default TodoOutlined;
