export { Text } from './Text'; export { Title } from './Title'; export { Body } from './Body'; export { Caption } from './Caption'; export { Code } from './Code'; export { CustomText } from './CustomText'; export type { TitleProps } from './Title'; export type { BodyProps } from './Body'; export type { CaptionProps } from './Caption'; export type { CodeProps } from './Code'; export type { CustomTextProps } from './CustomText'; //# sourceMappingURL=index.d.ts.map