export { Text } from "./Text"; export { TEXT_PROPS_TO_BLOCK, safelySpreadTextProps } from "./SafelySpreadProps"; export { type StyledTextProps, type TextBaseStyleProps, type TextElementProps, type TextPseudoStyleProps, type TextStyleProps, } from "./types"; export type { TextProps } from "./types"; //# sourceMappingURL=index.d.ts.map