import { CSSProperties } from 'react'; import { SlideKeyframe } from './icons'; export default function Loop(props: { length: number; }) { return
; }