import { forwardRef, SVGProps } from 'react'; export interface LoopProps extends Omit, 'css'> {} export const Loop = forwardRef((props, ref) => ( )); Loop.displayName = 'Loop';