import { type ComponentType } from 'react'; import { type TextProps } from 'react-native'; declare const PrimitiveSpan: ComponentType; declare const PrimitiveP: ComponentType; declare const PrimitiveStrong: ComponentType; declare const PrimitiveCode: ComponentType; export { PrimitiveP, PrimitiveSpan, PrimitiveCode, PrimitiveStrong };