export { default as Text } from './Text'; export { default as getStringWidth } from './util/getStringWidth'; export { default as useText } from './hooks/useText'; export * from './types'; //# sourceMappingURL=index.d.ts.map