import { SVGProps } from "react";
declare const RITodoLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { RITodoLine };
