import { TextLoopProps } from "./types.js"; import React from "react"; //#region src/text-loop/text-loop.d.ts declare const TextLoop: React.ForwardRefExoticComponent>; //#endregion export { TextLoop }; //# sourceMappingURL=text-loop.d.ts.map