declare const textWrapProps: readonly ["wrap", "nowrap"]; export type TextWrapProps = (typeof textWrapProps)[number]; export { textWrapProps };