/** * ZUI Display Components */ export { Text, createText, Title, Body, Caption } from './Text'; export type { TextProps } from './Text'; //# sourceMappingURL=index.d.ts.map