import { SVGProps } from 'react'; const Loader = (props?: SVGProps) => { return ( ); }; export default Loader;