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