import React from 'react'; export const TodoFooter = (props: any) => { const itemCount = 3; return ( ); };