import { TextProps, WordsWithWidth } from '../types'; export default function useText(props: TextProps): { wordsByLines: WordsWithWidth[]; startDy: string; transform: string; }; //# sourceMappingURL=useText.d.ts.map