import React from 'react'; const TemplateCopy = (props: any) => { const { fill } = props; return ( <> ); }; export default TemplateCopy;