/// <reference types="react" />
declare const Repeat: (props: any, ref: any) => JSX.Element;
export default Repeat;
