export { lettersCutStyleByVariant } from './hooks/lettersCutStyleByVariant'; export { useHeadingStyle } from './hooks/useHeadingStyle'; export { useTextStyle } from './hooks/useTextStyle'; export type { HeadingStyleProps, TextCommonProps, TextStyleProps, TextVariantStyle, TextStyle, } from './types'; //# sourceMappingURL=index.d.ts.map