export { Text, Body, Caption, Title as TitleText, Code, CustomText } from './components'; export type { TextProps, TextType, TextSize, TextWeight, BodySize, CaptionSize, CodeSize, BaseSize, } from '../../shared/types/text'; export type { BodyProps, CaptionProps, CodeProps, CustomTextProps } from './components'; //# sourceMappingURL=index.d.ts.map