@admin-layout/gluestack-ui-mobile 11.0.4-alpha.4 → 12.0.16-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/CHANGELOG.md +67 -13
  2. package/lib/components/AuthWrapper.js +5 -3
  3. package/lib/components/AuthWrapper.js.map +1 -1
  4. package/lib/components/WithConfiguration.js +1 -1
  5. package/lib/components/WithConfiguration.js.map +1 -1
  6. package/lib/components/ui/accordion/index.web.d.ts +209 -0
  7. package/lib/components/ui/accordion/index.web.js +156 -0
  8. package/lib/components/ui/accordion/index.web.js.map +1 -0
  9. package/lib/components/ui/actionsheet/index.web.d.ts +872 -0
  10. package/lib/components/ui/actionsheet/index.web.js +286 -0
  11. package/lib/components/ui/actionsheet/index.web.js.map +1 -0
  12. package/lib/components/ui/alert/index.web.d.ts +135 -0
  13. package/lib/components/ui/alert/index.web.js +38 -0
  14. package/lib/components/ui/alert/index.web.js.map +1 -0
  15. package/lib/components/ui/alert-dialog/index.web.d.ts +64 -0
  16. package/lib/components/ui/alert-dialog/index.web.js +139 -0
  17. package/lib/components/ui/alert-dialog/index.web.js.map +1 -0
  18. package/lib/components/ui/avatar/index.web.d.ts +21 -0
  19. package/lib/components/ui/avatar/index.web.js +92 -0
  20. package/lib/components/ui/avatar/index.web.js.map +1 -0
  21. package/lib/components/ui/badge/index.web.d.ts +382 -0
  22. package/lib/components/ui/badge/index.web.js +138 -0
  23. package/lib/components/ui/badge/index.web.js.map +1 -0
  24. package/lib/components/ui/button/index.web.d.ts +247 -0
  25. package/lib/components/ui/button/index.web.js +57 -0
  26. package/lib/components/ui/button/index.web.js.map +1 -0
  27. package/lib/components/ui/checkbox/index.web.d.ts +265 -0
  28. package/lib/components/ui/checkbox/index.web.js +77 -0
  29. package/lib/components/ui/checkbox/index.web.js.map +1 -0
  30. package/lib/components/ui/divider/index.web.d.ts +53 -0
  31. package/lib/components/ui/divider/index.web.js +21 -0
  32. package/lib/components/ui/divider/index.web.js.map +1 -0
  33. package/lib/components/ui/drawer/index.web.d.ts +174 -0
  34. package/lib/components/ui/drawer/index.web.js +65 -0
  35. package/lib/components/ui/drawer/index.web.js.map +1 -0
  36. package/lib/components/ui/fab/index.web.d.ts +520 -0
  37. package/lib/components/ui/fab/index.web.js +146 -0
  38. package/lib/components/ui/fab/index.web.js.map +1 -0
  39. package/lib/components/ui/flat-list/index.web.d.ts +21 -0
  40. package/lib/components/ui/flat-list/index.web.js +41 -0
  41. package/lib/components/ui/flat-list/index.web.js.map +1 -0
  42. package/lib/components/ui/form-control/index.web.d.ts +2071 -0
  43. package/lib/components/ui/form-control/index.web.js +290 -0
  44. package/lib/components/ui/form-control/index.web.js.map +1 -0
  45. package/lib/components/ui/image/index.web.d.ts +142 -0
  46. package/lib/components/ui/image/index.web.js +29 -0
  47. package/lib/components/ui/image/index.web.js.map +1 -0
  48. package/lib/components/ui/image-background/index.web.d.ts +8 -0
  49. package/lib/components/ui/image-background/index.web.js +23 -0
  50. package/lib/components/ui/image-background/index.web.js.map +1 -0
  51. package/lib/components/ui/input/index.web.d.ts +163 -0
  52. package/lib/components/ui/input/index.web.js +50 -0
  53. package/lib/components/ui/input/index.web.js.map +1 -0
  54. package/lib/components/ui/input-accessory-view/index.web.d.ts +9 -0
  55. package/lib/components/ui/input-accessory-view/index.web.js +16 -0
  56. package/lib/components/ui/input-accessory-view/index.web.js.map +1 -0
  57. package/lib/components/ui/keyboard-avoiding-view/index.web.d.ts +9 -0
  58. package/lib/components/ui/keyboard-avoiding-view/index.web.js +8 -0
  59. package/lib/components/ui/keyboard-avoiding-view/index.web.js.map +1 -0
  60. package/lib/components/ui/link/index.web.d.ts +365 -0
  61. package/lib/components/ui/link/index.web.js +70 -0
  62. package/lib/components/ui/link/index.web.js.map +1 -0
  63. package/lib/components/ui/menu/index.web.d.ts +142 -0
  64. package/lib/components/ui/menu/index.web.js +83 -0
  65. package/lib/components/ui/menu/index.web.js.map +1 -0
  66. package/lib/components/ui/modal/index.web.d.ts +111 -0
  67. package/lib/components/ui/modal/index.web.js +58 -0
  68. package/lib/components/ui/modal/index.web.js.map +1 -0
  69. package/lib/components/ui/popover/index.web.d.ts +309 -0
  70. package/lib/components/ui/popover/index.web.js +184 -0
  71. package/lib/components/ui/popover/index.web.js.map +1 -0
  72. package/lib/components/ui/portal/index.web.d.ts +9 -0
  73. package/lib/components/ui/portal/index.web.js +16 -0
  74. package/lib/components/ui/portal/index.web.js.map +1 -0
  75. package/lib/components/ui/pressable/index.web.d.ts +8 -0
  76. package/lib/components/ui/pressable/index.web.js +44 -0
  77. package/lib/components/ui/pressable/index.web.js.map +1 -0
  78. package/lib/components/ui/progress/index.web.d.ts +237 -0
  79. package/lib/components/ui/progress/index.web.js +73 -0
  80. package/lib/components/ui/progress/index.web.js.map +1 -0
  81. package/lib/components/ui/radio/index.web.d.ts +224 -0
  82. package/lib/components/ui/radio/index.web.js +69 -0
  83. package/lib/components/ui/radio/index.web.js.map +1 -0
  84. package/lib/components/ui/refresh-control/index.web.d.ts +14 -0
  85. package/lib/components/ui/refresh-control/index.web.js +69 -0
  86. package/lib/components/ui/refresh-control/index.web.js.map +1 -0
  87. package/lib/components/ui/safe-area-view/index.web.d.ts +6 -0
  88. package/lib/components/ui/safe-area-view/index.web.js +10 -0
  89. package/lib/components/ui/safe-area-view/index.web.js.map +1 -0
  90. package/lib/components/ui/scroll-view/index.web.d.ts +44 -0
  91. package/lib/components/ui/scroll-view/index.web.js +41 -0
  92. package/lib/components/ui/scroll-view/index.web.js.map +1 -0
  93. package/lib/components/ui/section-list/index.web.d.ts +26 -0
  94. package/lib/components/ui/section-list/index.web.js +35 -0
  95. package/lib/components/ui/section-list/index.web.js.map +1 -0
  96. package/lib/components/ui/select/index.web.d.ts +162 -0
  97. package/lib/components/ui/select/index.web.js +51 -0
  98. package/lib/components/ui/select/index.web.js.map +1 -0
  99. package/lib/components/ui/slider/index.web.d.ts +223 -0
  100. package/lib/components/ui/slider/index.web.js +189 -0
  101. package/lib/components/ui/slider/index.web.js.map +1 -0
  102. package/lib/components/ui/spinner/index.web.d.ts +176 -0
  103. package/lib/components/ui/spinner/index.web.js +55 -0
  104. package/lib/components/ui/spinner/index.web.js.map +1 -0
  105. package/lib/components/ui/status-bar/index.web.d.ts +14 -0
  106. package/lib/components/ui/status-bar/index.web.js +7 -0
  107. package/lib/components/ui/status-bar/index.web.js.map +1 -0
  108. package/lib/components/ui/switch/index.web.d.ts +71 -0
  109. package/lib/components/ui/switch/index.web.js +27 -0
  110. package/lib/components/ui/switch/index.web.js.map +1 -0
  111. package/lib/components/ui/tabs/index.web.d.ts +351 -0
  112. package/lib/components/ui/tabs/index.web.js +120 -0
  113. package/lib/components/ui/tabs/index.web.js.map +1 -0
  114. package/lib/components/ui/textarea/index.web.d.ts +162 -0
  115. package/lib/components/ui/textarea/index.web.js +50 -0
  116. package/lib/components/ui/textarea/index.web.js.map +1 -0
  117. package/lib/components/ui/toast/index.web.d.ts +225 -0
  118. package/lib/components/ui/toast/index.web.js +80 -0
  119. package/lib/components/ui/toast/index.web.js.map +1 -0
  120. package/lib/components/ui/tooltip/index.web.d.ts +86 -0
  121. package/lib/components/ui/tooltip/index.web.js +110 -0
  122. package/lib/components/ui/tooltip/index.web.js.map +1 -0
  123. package/lib/components/ui/view/index.web.d.ts +2 -0
  124. package/lib/components/ui/view/index.web.js +7 -0
  125. package/lib/components/ui/view/index.web.js.map +1 -0
  126. package/lib/components/ui/virtualized-list/index.web.d.ts +19 -0
  127. package/lib/components/ui/virtualized-list/index.web.js +30 -0
  128. package/lib/components/ui/virtualized-list/index.web.js.map +1 -0
  129. package/lib/containers/layout/DrawerBottomNavigationConfig.d.ts +47 -47
  130. package/lib/containers/layout/DrawerConfig.d.ts +31 -31
  131. package/lib/interfaces/settings.d.ts +1 -0
  132. package/lib/redux/settings.d.ts +4 -9
  133. package/lib/utils/generateMobileNavigations.js +8 -8
  134. package/lib/utils/generateMobileNavigations.js.map +1 -1
  135. package/package.json +8 -4
  136. package/src/components/AuthWrapper.tsx +6 -3
  137. package/src/components/WithConfiguration.tsx +1 -1
  138. package/src/components/ui/accordion/index.web.tsx +294 -0
  139. package/src/components/ui/actionsheet/index.web.tsx +555 -0
  140. package/src/components/ui/alert/index.web.tsx +71 -0
  141. package/src/components/ui/alert-dialog/index.web.tsx +241 -0
  142. package/src/components/ui/avatar/index.web.tsx +150 -0
  143. package/src/components/ui/badge/index.web.tsx +188 -0
  144. package/src/components/ui/button/index.web.tsx +86 -0
  145. package/src/components/ui/checkbox/index.web.tsx +151 -0
  146. package/src/components/ui/divider/index.web.tsx +37 -0
  147. package/src/components/ui/drawer/index.web.tsx +144 -0
  148. package/src/components/ui/fab/index.web.tsx +201 -0
  149. package/src/components/ui/flat-list/index.web.tsx +89 -0
  150. package/src/components/ui/form-control/index.web.tsx +451 -0
  151. package/src/components/ui/image/index.web.tsx +43 -0
  152. package/src/components/ui/image-background/index.web.tsx +43 -0
  153. package/src/components/ui/input/index.web.tsx +80 -0
  154. package/src/components/ui/input-accessory-view/index.web.tsx +31 -0
  155. package/src/components/ui/keyboard-avoiding-view/index.web.tsx +23 -0
  156. package/src/components/ui/link/index.web.tsx +103 -0
  157. package/src/components/ui/menu/index.web.tsx +159 -0
  158. package/src/components/ui/modal/index.web.tsx +135 -0
  159. package/src/components/ui/popover/index.web.tsx +326 -0
  160. package/src/components/ui/portal/index.web.tsx +34 -0
  161. package/src/components/ui/pressable/index.web.tsx +73 -0
  162. package/src/components/ui/progress/index.web.tsx +123 -0
  163. package/src/components/ui/radio/index.web.tsx +130 -0
  164. package/src/components/ui/refresh-control/index.web.tsx +104 -0
  165. package/src/components/ui/safe-area-view/index.web.tsx +24 -0
  166. package/src/components/ui/scroll-view/index.web.tsx +142 -0
  167. package/src/components/ui/section-list/index.web.tsx +93 -0
  168. package/src/components/ui/select/index.web.tsx +83 -0
  169. package/src/components/ui/slider/index.web.tsx +283 -0
  170. package/src/components/ui/spinner/index.web.tsx +81 -0
  171. package/src/components/ui/status-bar/index.web.tsx +20 -0
  172. package/src/components/ui/switch/index.web.tsx +44 -0
  173. package/src/components/ui/tabs/index.web.tsx +205 -0
  174. package/src/components/ui/textarea/index.web.tsx +86 -0
  175. package/src/components/ui/toast/index.web.tsx +132 -0
  176. package/src/components/ui/tooltip/index.web.tsx +155 -0
  177. package/src/components/ui/view/index.web.tsx +15 -0
  178. package/src/components/ui/virtualized-list/index.web.tsx +84 -0
  179. package/src/interfaces/settings.ts +1 -0
  180. package/src/utils/generateMobileNavigations.ts +23 -23
@@ -0,0 +1,2071 @@
1
+ import React from 'react';
2
+ import type { VariantProps } from '@gluestack-ui/nativewind-utils';
3
+ declare const formControlStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
4
+ size: {
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ };
9
+ } | ({
10
+ size: {
11
+ sm: string;
12
+ md: string;
13
+ lg: string;
14
+ };
15
+ } & {
16
+ size: {
17
+ sm: import("tailwind-merge").ClassNameValue | {
18
+ base?: import("tailwind-merge").ClassNameValue;
19
+ };
20
+ md: import("tailwind-merge").ClassNameValue | {
21
+ base?: import("tailwind-merge").ClassNameValue;
22
+ };
23
+ lg: import("tailwind-merge").ClassNameValue | {
24
+ base?: import("tailwind-merge").ClassNameValue;
25
+ };
26
+ };
27
+ }), undefined, "flex flex-col", import("tailwind-variants/dist/config").TVConfig<{
28
+ size: {
29
+ sm: string;
30
+ md: string;
31
+ lg: string;
32
+ };
33
+ }, {
34
+ size: {
35
+ sm: string;
36
+ md: string;
37
+ lg: string;
38
+ };
39
+ }>, {
40
+ size: {
41
+ sm: string;
42
+ md: string;
43
+ lg: string;
44
+ };
45
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
46
+ size: {
47
+ sm: string;
48
+ md: string;
49
+ lg: string;
50
+ };
51
+ }, undefined, "flex flex-col", import("tailwind-variants/dist/config").TVConfig<{
52
+ size: {
53
+ sm: string;
54
+ md: string;
55
+ lg: string;
56
+ };
57
+ }, {
58
+ size: {
59
+ sm: string;
60
+ md: string;
61
+ lg: string;
62
+ };
63
+ }>, unknown, unknown, undefined>>;
64
+ declare const formControlErrorStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex flex-row justify-start items-center mt-1 gap-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex flex-row justify-start items-center mt-1 gap-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
65
+ declare const formControlErrorTextStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
66
+ isTruncated: {
67
+ true: string;
68
+ };
69
+ bold: {
70
+ true: string;
71
+ };
72
+ underline: {
73
+ true: string;
74
+ };
75
+ strikeThrough: {
76
+ true: string;
77
+ };
78
+ size: {
79
+ '2xs': string;
80
+ xs: string;
81
+ sm: string;
82
+ md: string;
83
+ lg: string;
84
+ xl: string;
85
+ '2xl': string;
86
+ '3xl': string;
87
+ '4xl': string;
88
+ '5xl': string;
89
+ '6xl': string;
90
+ };
91
+ sub: {
92
+ true: string;
93
+ };
94
+ italic: {
95
+ true: string;
96
+ };
97
+ highlight: {
98
+ true: string;
99
+ };
100
+ } | ({
101
+ isTruncated: {
102
+ true: string;
103
+ };
104
+ bold: {
105
+ true: string;
106
+ };
107
+ underline: {
108
+ true: string;
109
+ };
110
+ strikeThrough: {
111
+ true: string;
112
+ };
113
+ size: {
114
+ '2xs': string;
115
+ xs: string;
116
+ sm: string;
117
+ md: string;
118
+ lg: string;
119
+ xl: string;
120
+ '2xl': string;
121
+ '3xl': string;
122
+ '4xl': string;
123
+ '5xl': string;
124
+ '6xl': string;
125
+ };
126
+ sub: {
127
+ true: string;
128
+ };
129
+ italic: {
130
+ true: string;
131
+ };
132
+ highlight: {
133
+ true: string;
134
+ };
135
+ } & {
136
+ isTruncated: {
137
+ true: import("tailwind-merge").ClassNameValue | {
138
+ base?: import("tailwind-merge").ClassNameValue;
139
+ };
140
+ };
141
+ bold: {
142
+ true: import("tailwind-merge").ClassNameValue | {
143
+ base?: import("tailwind-merge").ClassNameValue;
144
+ };
145
+ };
146
+ underline: {
147
+ true: import("tailwind-merge").ClassNameValue | {
148
+ base?: import("tailwind-merge").ClassNameValue;
149
+ };
150
+ };
151
+ strikeThrough: {
152
+ true: import("tailwind-merge").ClassNameValue | {
153
+ base?: import("tailwind-merge").ClassNameValue;
154
+ };
155
+ };
156
+ size: {
157
+ '2xs': import("tailwind-merge").ClassNameValue | {
158
+ base?: import("tailwind-merge").ClassNameValue;
159
+ };
160
+ xs: import("tailwind-merge").ClassNameValue | {
161
+ base?: import("tailwind-merge").ClassNameValue;
162
+ };
163
+ sm: import("tailwind-merge").ClassNameValue | {
164
+ base?: import("tailwind-merge").ClassNameValue;
165
+ };
166
+ md: import("tailwind-merge").ClassNameValue | {
167
+ base?: import("tailwind-merge").ClassNameValue;
168
+ };
169
+ lg: import("tailwind-merge").ClassNameValue | {
170
+ base?: import("tailwind-merge").ClassNameValue;
171
+ };
172
+ xl: import("tailwind-merge").ClassNameValue | {
173
+ base?: import("tailwind-merge").ClassNameValue;
174
+ };
175
+ '2xl': import("tailwind-merge").ClassNameValue | {
176
+ base?: import("tailwind-merge").ClassNameValue;
177
+ };
178
+ '3xl': import("tailwind-merge").ClassNameValue | {
179
+ base?: import("tailwind-merge").ClassNameValue;
180
+ };
181
+ '4xl': import("tailwind-merge").ClassNameValue | {
182
+ base?: import("tailwind-merge").ClassNameValue;
183
+ };
184
+ '5xl': import("tailwind-merge").ClassNameValue | {
185
+ base?: import("tailwind-merge").ClassNameValue;
186
+ };
187
+ '6xl': import("tailwind-merge").ClassNameValue | {
188
+ base?: import("tailwind-merge").ClassNameValue;
189
+ };
190
+ };
191
+ sub: {
192
+ true: import("tailwind-merge").ClassNameValue | {
193
+ base?: import("tailwind-merge").ClassNameValue;
194
+ };
195
+ };
196
+ italic: {
197
+ true: import("tailwind-merge").ClassNameValue | {
198
+ base?: import("tailwind-merge").ClassNameValue;
199
+ };
200
+ };
201
+ highlight: {
202
+ true: import("tailwind-merge").ClassNameValue | {
203
+ base?: import("tailwind-merge").ClassNameValue;
204
+ };
205
+ };
206
+ }), undefined, "text-error-700", import("tailwind-variants/dist/config").TVConfig<{
207
+ isTruncated: {
208
+ true: string;
209
+ };
210
+ bold: {
211
+ true: string;
212
+ };
213
+ underline: {
214
+ true: string;
215
+ };
216
+ strikeThrough: {
217
+ true: string;
218
+ };
219
+ size: {
220
+ '2xs': string;
221
+ xs: string;
222
+ sm: string;
223
+ md: string;
224
+ lg: string;
225
+ xl: string;
226
+ '2xl': string;
227
+ '3xl': string;
228
+ '4xl': string;
229
+ '5xl': string;
230
+ '6xl': string;
231
+ };
232
+ sub: {
233
+ true: string;
234
+ };
235
+ italic: {
236
+ true: string;
237
+ };
238
+ highlight: {
239
+ true: string;
240
+ };
241
+ }, {
242
+ isTruncated: {
243
+ true: string;
244
+ };
245
+ bold: {
246
+ true: string;
247
+ };
248
+ underline: {
249
+ true: string;
250
+ };
251
+ strikeThrough: {
252
+ true: string;
253
+ };
254
+ size: {
255
+ '2xs': string;
256
+ xs: string;
257
+ sm: string;
258
+ md: string;
259
+ lg: string;
260
+ xl: string;
261
+ '2xl': string;
262
+ '3xl': string;
263
+ '4xl': string;
264
+ '5xl': string;
265
+ '6xl': string;
266
+ };
267
+ sub: {
268
+ true: string;
269
+ };
270
+ italic: {
271
+ true: string;
272
+ };
273
+ highlight: {
274
+ true: string;
275
+ };
276
+ }>, {
277
+ isTruncated: {
278
+ true: string;
279
+ };
280
+ bold: {
281
+ true: string;
282
+ };
283
+ underline: {
284
+ true: string;
285
+ };
286
+ strikeThrough: {
287
+ true: string;
288
+ };
289
+ size: {
290
+ '2xs': string;
291
+ xs: string;
292
+ sm: string;
293
+ md: string;
294
+ lg: string;
295
+ xl: string;
296
+ '2xl': string;
297
+ '3xl': string;
298
+ '4xl': string;
299
+ '5xl': string;
300
+ '6xl': string;
301
+ };
302
+ sub: {
303
+ true: string;
304
+ };
305
+ italic: {
306
+ true: string;
307
+ };
308
+ highlight: {
309
+ true: string;
310
+ };
311
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
312
+ isTruncated: {
313
+ true: string;
314
+ };
315
+ bold: {
316
+ true: string;
317
+ };
318
+ underline: {
319
+ true: string;
320
+ };
321
+ strikeThrough: {
322
+ true: string;
323
+ };
324
+ size: {
325
+ '2xs': string;
326
+ xs: string;
327
+ sm: string;
328
+ md: string;
329
+ lg: string;
330
+ xl: string;
331
+ '2xl': string;
332
+ '3xl': string;
333
+ '4xl': string;
334
+ '5xl': string;
335
+ '6xl': string;
336
+ };
337
+ sub: {
338
+ true: string;
339
+ };
340
+ italic: {
341
+ true: string;
342
+ };
343
+ highlight: {
344
+ true: string;
345
+ };
346
+ }, undefined, "text-error-700", import("tailwind-variants/dist/config").TVConfig<{
347
+ isTruncated: {
348
+ true: string;
349
+ };
350
+ bold: {
351
+ true: string;
352
+ };
353
+ underline: {
354
+ true: string;
355
+ };
356
+ strikeThrough: {
357
+ true: string;
358
+ };
359
+ size: {
360
+ '2xs': string;
361
+ xs: string;
362
+ sm: string;
363
+ md: string;
364
+ lg: string;
365
+ xl: string;
366
+ '2xl': string;
367
+ '3xl': string;
368
+ '4xl': string;
369
+ '5xl': string;
370
+ '6xl': string;
371
+ };
372
+ sub: {
373
+ true: string;
374
+ };
375
+ italic: {
376
+ true: string;
377
+ };
378
+ highlight: {
379
+ true: string;
380
+ };
381
+ }, {
382
+ isTruncated: {
383
+ true: string;
384
+ };
385
+ bold: {
386
+ true: string;
387
+ };
388
+ underline: {
389
+ true: string;
390
+ };
391
+ strikeThrough: {
392
+ true: string;
393
+ };
394
+ size: {
395
+ '2xs': string;
396
+ xs: string;
397
+ sm: string;
398
+ md: string;
399
+ lg: string;
400
+ xl: string;
401
+ '2xl': string;
402
+ '3xl': string;
403
+ '4xl': string;
404
+ '5xl': string;
405
+ '6xl': string;
406
+ };
407
+ sub: {
408
+ true: string;
409
+ };
410
+ italic: {
411
+ true: string;
412
+ };
413
+ highlight: {
414
+ true: string;
415
+ };
416
+ }>, unknown, unknown, undefined>>;
417
+ declare const formControlHelperStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex flex-row justify-start items-center mt-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex flex-row justify-start items-center mt-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
418
+ declare const formControlHelperTextStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
419
+ isTruncated: {
420
+ true: string;
421
+ };
422
+ bold: {
423
+ true: string;
424
+ };
425
+ underline: {
426
+ true: string;
427
+ };
428
+ strikeThrough: {
429
+ true: string;
430
+ };
431
+ size: {
432
+ '2xs': string;
433
+ xs: string;
434
+ sm: string;
435
+ md: string;
436
+ lg: string;
437
+ xl: string;
438
+ '2xl': string;
439
+ '3xl': string;
440
+ '4xl': string;
441
+ '5xl': string;
442
+ '6xl': string;
443
+ };
444
+ sub: {
445
+ true: string;
446
+ };
447
+ italic: {
448
+ true: string;
449
+ };
450
+ highlight: {
451
+ true: string;
452
+ };
453
+ } | ({
454
+ isTruncated: {
455
+ true: string;
456
+ };
457
+ bold: {
458
+ true: string;
459
+ };
460
+ underline: {
461
+ true: string;
462
+ };
463
+ strikeThrough: {
464
+ true: string;
465
+ };
466
+ size: {
467
+ '2xs': string;
468
+ xs: string;
469
+ sm: string;
470
+ md: string;
471
+ lg: string;
472
+ xl: string;
473
+ '2xl': string;
474
+ '3xl': string;
475
+ '4xl': string;
476
+ '5xl': string;
477
+ '6xl': string;
478
+ };
479
+ sub: {
480
+ true: string;
481
+ };
482
+ italic: {
483
+ true: string;
484
+ };
485
+ highlight: {
486
+ true: string;
487
+ };
488
+ } & {
489
+ isTruncated: {
490
+ true: import("tailwind-merge").ClassNameValue | {
491
+ base?: import("tailwind-merge").ClassNameValue;
492
+ };
493
+ };
494
+ bold: {
495
+ true: import("tailwind-merge").ClassNameValue | {
496
+ base?: import("tailwind-merge").ClassNameValue;
497
+ };
498
+ };
499
+ underline: {
500
+ true: import("tailwind-merge").ClassNameValue | {
501
+ base?: import("tailwind-merge").ClassNameValue;
502
+ };
503
+ };
504
+ strikeThrough: {
505
+ true: import("tailwind-merge").ClassNameValue | {
506
+ base?: import("tailwind-merge").ClassNameValue;
507
+ };
508
+ };
509
+ size: {
510
+ '2xs': import("tailwind-merge").ClassNameValue | {
511
+ base?: import("tailwind-merge").ClassNameValue;
512
+ };
513
+ xs: import("tailwind-merge").ClassNameValue | {
514
+ base?: import("tailwind-merge").ClassNameValue;
515
+ };
516
+ sm: import("tailwind-merge").ClassNameValue | {
517
+ base?: import("tailwind-merge").ClassNameValue;
518
+ };
519
+ md: import("tailwind-merge").ClassNameValue | {
520
+ base?: import("tailwind-merge").ClassNameValue;
521
+ };
522
+ lg: import("tailwind-merge").ClassNameValue | {
523
+ base?: import("tailwind-merge").ClassNameValue;
524
+ };
525
+ xl: import("tailwind-merge").ClassNameValue | {
526
+ base?: import("tailwind-merge").ClassNameValue;
527
+ };
528
+ '2xl': import("tailwind-merge").ClassNameValue | {
529
+ base?: import("tailwind-merge").ClassNameValue;
530
+ };
531
+ '3xl': import("tailwind-merge").ClassNameValue | {
532
+ base?: import("tailwind-merge").ClassNameValue;
533
+ };
534
+ '4xl': import("tailwind-merge").ClassNameValue | {
535
+ base?: import("tailwind-merge").ClassNameValue;
536
+ };
537
+ '5xl': import("tailwind-merge").ClassNameValue | {
538
+ base?: import("tailwind-merge").ClassNameValue;
539
+ };
540
+ '6xl': import("tailwind-merge").ClassNameValue | {
541
+ base?: import("tailwind-merge").ClassNameValue;
542
+ };
543
+ };
544
+ sub: {
545
+ true: import("tailwind-merge").ClassNameValue | {
546
+ base?: import("tailwind-merge").ClassNameValue;
547
+ };
548
+ };
549
+ italic: {
550
+ true: import("tailwind-merge").ClassNameValue | {
551
+ base?: import("tailwind-merge").ClassNameValue;
552
+ };
553
+ };
554
+ highlight: {
555
+ true: import("tailwind-merge").ClassNameValue | {
556
+ base?: import("tailwind-merge").ClassNameValue;
557
+ };
558
+ };
559
+ }), undefined, "text-typography-500", import("tailwind-variants/dist/config").TVConfig<{
560
+ isTruncated: {
561
+ true: string;
562
+ };
563
+ bold: {
564
+ true: string;
565
+ };
566
+ underline: {
567
+ true: string;
568
+ };
569
+ strikeThrough: {
570
+ true: string;
571
+ };
572
+ size: {
573
+ '2xs': string;
574
+ xs: string;
575
+ sm: string;
576
+ md: string;
577
+ lg: string;
578
+ xl: string;
579
+ '2xl': string;
580
+ '3xl': string;
581
+ '4xl': string;
582
+ '5xl': string;
583
+ '6xl': string;
584
+ };
585
+ sub: {
586
+ true: string;
587
+ };
588
+ italic: {
589
+ true: string;
590
+ };
591
+ highlight: {
592
+ true: string;
593
+ };
594
+ }, {
595
+ isTruncated: {
596
+ true: string;
597
+ };
598
+ bold: {
599
+ true: string;
600
+ };
601
+ underline: {
602
+ true: string;
603
+ };
604
+ strikeThrough: {
605
+ true: string;
606
+ };
607
+ size: {
608
+ '2xs': string;
609
+ xs: string;
610
+ sm: string;
611
+ md: string;
612
+ lg: string;
613
+ xl: string;
614
+ '2xl': string;
615
+ '3xl': string;
616
+ '4xl': string;
617
+ '5xl': string;
618
+ '6xl': string;
619
+ };
620
+ sub: {
621
+ true: string;
622
+ };
623
+ italic: {
624
+ true: string;
625
+ };
626
+ highlight: {
627
+ true: string;
628
+ };
629
+ }>, {
630
+ isTruncated: {
631
+ true: string;
632
+ };
633
+ bold: {
634
+ true: string;
635
+ };
636
+ underline: {
637
+ true: string;
638
+ };
639
+ strikeThrough: {
640
+ true: string;
641
+ };
642
+ size: {
643
+ '2xs': string;
644
+ xs: string;
645
+ sm: string;
646
+ md: string;
647
+ lg: string;
648
+ xl: string;
649
+ '2xl': string;
650
+ '3xl': string;
651
+ '4xl': string;
652
+ '5xl': string;
653
+ '6xl': string;
654
+ };
655
+ sub: {
656
+ true: string;
657
+ };
658
+ italic: {
659
+ true: string;
660
+ };
661
+ highlight: {
662
+ true: string;
663
+ };
664
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
665
+ isTruncated: {
666
+ true: string;
667
+ };
668
+ bold: {
669
+ true: string;
670
+ };
671
+ underline: {
672
+ true: string;
673
+ };
674
+ strikeThrough: {
675
+ true: string;
676
+ };
677
+ size: {
678
+ '2xs': string;
679
+ xs: string;
680
+ sm: string;
681
+ md: string;
682
+ lg: string;
683
+ xl: string;
684
+ '2xl': string;
685
+ '3xl': string;
686
+ '4xl': string;
687
+ '5xl': string;
688
+ '6xl': string;
689
+ };
690
+ sub: {
691
+ true: string;
692
+ };
693
+ italic: {
694
+ true: string;
695
+ };
696
+ highlight: {
697
+ true: string;
698
+ };
699
+ }, undefined, "text-typography-500", import("tailwind-variants/dist/config").TVConfig<{
700
+ isTruncated: {
701
+ true: string;
702
+ };
703
+ bold: {
704
+ true: string;
705
+ };
706
+ underline: {
707
+ true: string;
708
+ };
709
+ strikeThrough: {
710
+ true: string;
711
+ };
712
+ size: {
713
+ '2xs': string;
714
+ xs: string;
715
+ sm: string;
716
+ md: string;
717
+ lg: string;
718
+ xl: string;
719
+ '2xl': string;
720
+ '3xl': string;
721
+ '4xl': string;
722
+ '5xl': string;
723
+ '6xl': string;
724
+ };
725
+ sub: {
726
+ true: string;
727
+ };
728
+ italic: {
729
+ true: string;
730
+ };
731
+ highlight: {
732
+ true: string;
733
+ };
734
+ }, {
735
+ isTruncated: {
736
+ true: string;
737
+ };
738
+ bold: {
739
+ true: string;
740
+ };
741
+ underline: {
742
+ true: string;
743
+ };
744
+ strikeThrough: {
745
+ true: string;
746
+ };
747
+ size: {
748
+ '2xs': string;
749
+ xs: string;
750
+ sm: string;
751
+ md: string;
752
+ lg: string;
753
+ xl: string;
754
+ '2xl': string;
755
+ '3xl': string;
756
+ '4xl': string;
757
+ '5xl': string;
758
+ '6xl': string;
759
+ };
760
+ sub: {
761
+ true: string;
762
+ };
763
+ italic: {
764
+ true: string;
765
+ };
766
+ highlight: {
767
+ true: string;
768
+ };
769
+ }>, unknown, unknown, undefined>>;
770
+ declare const formControlLabelStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex flex-row justify-start items-center mb-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex flex-row justify-start items-center mb-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
771
+ declare const formControlLabelTextStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
772
+ isTruncated: {
773
+ true: string;
774
+ };
775
+ bold: {
776
+ true: string;
777
+ };
778
+ underline: {
779
+ true: string;
780
+ };
781
+ strikeThrough: {
782
+ true: string;
783
+ };
784
+ size: {
785
+ '2xs': string;
786
+ xs: string;
787
+ sm: string;
788
+ md: string;
789
+ lg: string;
790
+ xl: string;
791
+ '2xl': string;
792
+ '3xl': string;
793
+ '4xl': string;
794
+ '5xl': string;
795
+ '6xl': string;
796
+ };
797
+ sub: {
798
+ true: string;
799
+ };
800
+ italic: {
801
+ true: string;
802
+ };
803
+ highlight: {
804
+ true: string;
805
+ };
806
+ } | ({
807
+ isTruncated: {
808
+ true: string;
809
+ };
810
+ bold: {
811
+ true: string;
812
+ };
813
+ underline: {
814
+ true: string;
815
+ };
816
+ strikeThrough: {
817
+ true: string;
818
+ };
819
+ size: {
820
+ '2xs': string;
821
+ xs: string;
822
+ sm: string;
823
+ md: string;
824
+ lg: string;
825
+ xl: string;
826
+ '2xl': string;
827
+ '3xl': string;
828
+ '4xl': string;
829
+ '5xl': string;
830
+ '6xl': string;
831
+ };
832
+ sub: {
833
+ true: string;
834
+ };
835
+ italic: {
836
+ true: string;
837
+ };
838
+ highlight: {
839
+ true: string;
840
+ };
841
+ } & {
842
+ isTruncated: {
843
+ true: import("tailwind-merge").ClassNameValue | {
844
+ base?: import("tailwind-merge").ClassNameValue;
845
+ };
846
+ };
847
+ bold: {
848
+ true: import("tailwind-merge").ClassNameValue | {
849
+ base?: import("tailwind-merge").ClassNameValue;
850
+ };
851
+ };
852
+ underline: {
853
+ true: import("tailwind-merge").ClassNameValue | {
854
+ base?: import("tailwind-merge").ClassNameValue;
855
+ };
856
+ };
857
+ strikeThrough: {
858
+ true: import("tailwind-merge").ClassNameValue | {
859
+ base?: import("tailwind-merge").ClassNameValue;
860
+ };
861
+ };
862
+ size: {
863
+ '2xs': import("tailwind-merge").ClassNameValue | {
864
+ base?: import("tailwind-merge").ClassNameValue;
865
+ };
866
+ xs: import("tailwind-merge").ClassNameValue | {
867
+ base?: import("tailwind-merge").ClassNameValue;
868
+ };
869
+ sm: import("tailwind-merge").ClassNameValue | {
870
+ base?: import("tailwind-merge").ClassNameValue;
871
+ };
872
+ md: import("tailwind-merge").ClassNameValue | {
873
+ base?: import("tailwind-merge").ClassNameValue;
874
+ };
875
+ lg: import("tailwind-merge").ClassNameValue | {
876
+ base?: import("tailwind-merge").ClassNameValue;
877
+ };
878
+ xl: import("tailwind-merge").ClassNameValue | {
879
+ base?: import("tailwind-merge").ClassNameValue;
880
+ };
881
+ '2xl': import("tailwind-merge").ClassNameValue | {
882
+ base?: import("tailwind-merge").ClassNameValue;
883
+ };
884
+ '3xl': import("tailwind-merge").ClassNameValue | {
885
+ base?: import("tailwind-merge").ClassNameValue;
886
+ };
887
+ '4xl': import("tailwind-merge").ClassNameValue | {
888
+ base?: import("tailwind-merge").ClassNameValue;
889
+ };
890
+ '5xl': import("tailwind-merge").ClassNameValue | {
891
+ base?: import("tailwind-merge").ClassNameValue;
892
+ };
893
+ '6xl': import("tailwind-merge").ClassNameValue | {
894
+ base?: import("tailwind-merge").ClassNameValue;
895
+ };
896
+ };
897
+ sub: {
898
+ true: import("tailwind-merge").ClassNameValue | {
899
+ base?: import("tailwind-merge").ClassNameValue;
900
+ };
901
+ };
902
+ italic: {
903
+ true: import("tailwind-merge").ClassNameValue | {
904
+ base?: import("tailwind-merge").ClassNameValue;
905
+ };
906
+ };
907
+ highlight: {
908
+ true: import("tailwind-merge").ClassNameValue | {
909
+ base?: import("tailwind-merge").ClassNameValue;
910
+ };
911
+ };
912
+ }), undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
913
+ isTruncated: {
914
+ true: string;
915
+ };
916
+ bold: {
917
+ true: string;
918
+ };
919
+ underline: {
920
+ true: string;
921
+ };
922
+ strikeThrough: {
923
+ true: string;
924
+ };
925
+ size: {
926
+ '2xs': string;
927
+ xs: string;
928
+ sm: string;
929
+ md: string;
930
+ lg: string;
931
+ xl: string;
932
+ '2xl': string;
933
+ '3xl': string;
934
+ '4xl': string;
935
+ '5xl': string;
936
+ '6xl': string;
937
+ };
938
+ sub: {
939
+ true: string;
940
+ };
941
+ italic: {
942
+ true: string;
943
+ };
944
+ highlight: {
945
+ true: string;
946
+ };
947
+ }, {
948
+ isTruncated: {
949
+ true: string;
950
+ };
951
+ bold: {
952
+ true: string;
953
+ };
954
+ underline: {
955
+ true: string;
956
+ };
957
+ strikeThrough: {
958
+ true: string;
959
+ };
960
+ size: {
961
+ '2xs': string;
962
+ xs: string;
963
+ sm: string;
964
+ md: string;
965
+ lg: string;
966
+ xl: string;
967
+ '2xl': string;
968
+ '3xl': string;
969
+ '4xl': string;
970
+ '5xl': string;
971
+ '6xl': string;
972
+ };
973
+ sub: {
974
+ true: string;
975
+ };
976
+ italic: {
977
+ true: string;
978
+ };
979
+ highlight: {
980
+ true: string;
981
+ };
982
+ }>, {
983
+ isTruncated: {
984
+ true: string;
985
+ };
986
+ bold: {
987
+ true: string;
988
+ };
989
+ underline: {
990
+ true: string;
991
+ };
992
+ strikeThrough: {
993
+ true: string;
994
+ };
995
+ size: {
996
+ '2xs': string;
997
+ xs: string;
998
+ sm: string;
999
+ md: string;
1000
+ lg: string;
1001
+ xl: string;
1002
+ '2xl': string;
1003
+ '3xl': string;
1004
+ '4xl': string;
1005
+ '5xl': string;
1006
+ '6xl': string;
1007
+ };
1008
+ sub: {
1009
+ true: string;
1010
+ };
1011
+ italic: {
1012
+ true: string;
1013
+ };
1014
+ highlight: {
1015
+ true: string;
1016
+ };
1017
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1018
+ isTruncated: {
1019
+ true: string;
1020
+ };
1021
+ bold: {
1022
+ true: string;
1023
+ };
1024
+ underline: {
1025
+ true: string;
1026
+ };
1027
+ strikeThrough: {
1028
+ true: string;
1029
+ };
1030
+ size: {
1031
+ '2xs': string;
1032
+ xs: string;
1033
+ sm: string;
1034
+ md: string;
1035
+ lg: string;
1036
+ xl: string;
1037
+ '2xl': string;
1038
+ '3xl': string;
1039
+ '4xl': string;
1040
+ '5xl': string;
1041
+ '6xl': string;
1042
+ };
1043
+ sub: {
1044
+ true: string;
1045
+ };
1046
+ italic: {
1047
+ true: string;
1048
+ };
1049
+ highlight: {
1050
+ true: string;
1051
+ };
1052
+ }, undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1053
+ isTruncated: {
1054
+ true: string;
1055
+ };
1056
+ bold: {
1057
+ true: string;
1058
+ };
1059
+ underline: {
1060
+ true: string;
1061
+ };
1062
+ strikeThrough: {
1063
+ true: string;
1064
+ };
1065
+ size: {
1066
+ '2xs': string;
1067
+ xs: string;
1068
+ sm: string;
1069
+ md: string;
1070
+ lg: string;
1071
+ xl: string;
1072
+ '2xl': string;
1073
+ '3xl': string;
1074
+ '4xl': string;
1075
+ '5xl': string;
1076
+ '6xl': string;
1077
+ };
1078
+ sub: {
1079
+ true: string;
1080
+ };
1081
+ italic: {
1082
+ true: string;
1083
+ };
1084
+ highlight: {
1085
+ true: string;
1086
+ };
1087
+ }, {
1088
+ isTruncated: {
1089
+ true: string;
1090
+ };
1091
+ bold: {
1092
+ true: string;
1093
+ };
1094
+ underline: {
1095
+ true: string;
1096
+ };
1097
+ strikeThrough: {
1098
+ true: string;
1099
+ };
1100
+ size: {
1101
+ '2xs': string;
1102
+ xs: string;
1103
+ sm: string;
1104
+ md: string;
1105
+ lg: string;
1106
+ xl: string;
1107
+ '2xl': string;
1108
+ '3xl': string;
1109
+ '4xl': string;
1110
+ '5xl': string;
1111
+ '6xl': string;
1112
+ };
1113
+ sub: {
1114
+ true: string;
1115
+ };
1116
+ italic: {
1117
+ true: string;
1118
+ };
1119
+ highlight: {
1120
+ true: string;
1121
+ };
1122
+ }>, unknown, unknown, undefined>>;
1123
+ declare const FormControlLabelAstrick: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1124
+ isTruncated: {
1125
+ true: string;
1126
+ };
1127
+ bold: {
1128
+ true: string;
1129
+ };
1130
+ underline: {
1131
+ true: string;
1132
+ };
1133
+ strikeThrough: {
1134
+ true: string;
1135
+ };
1136
+ size: {
1137
+ '2xs': string;
1138
+ xs: string;
1139
+ sm: string;
1140
+ md: string;
1141
+ lg: string;
1142
+ xl: string;
1143
+ '2xl': string;
1144
+ '3xl': string;
1145
+ '4xl': string;
1146
+ '5xl': string;
1147
+ '6xl': string;
1148
+ };
1149
+ sub: {
1150
+ true: string;
1151
+ };
1152
+ italic: {
1153
+ true: string;
1154
+ };
1155
+ highlight: {
1156
+ true: string;
1157
+ };
1158
+ } | ({
1159
+ isTruncated: {
1160
+ true: string;
1161
+ };
1162
+ bold: {
1163
+ true: string;
1164
+ };
1165
+ underline: {
1166
+ true: string;
1167
+ };
1168
+ strikeThrough: {
1169
+ true: string;
1170
+ };
1171
+ size: {
1172
+ '2xs': string;
1173
+ xs: string;
1174
+ sm: string;
1175
+ md: string;
1176
+ lg: string;
1177
+ xl: string;
1178
+ '2xl': string;
1179
+ '3xl': string;
1180
+ '4xl': string;
1181
+ '5xl': string;
1182
+ '6xl': string;
1183
+ };
1184
+ sub: {
1185
+ true: string;
1186
+ };
1187
+ italic: {
1188
+ true: string;
1189
+ };
1190
+ highlight: {
1191
+ true: string;
1192
+ };
1193
+ } & {
1194
+ isTruncated: {
1195
+ true: import("tailwind-merge").ClassNameValue | {
1196
+ base?: import("tailwind-merge").ClassNameValue;
1197
+ };
1198
+ };
1199
+ bold: {
1200
+ true: import("tailwind-merge").ClassNameValue | {
1201
+ base?: import("tailwind-merge").ClassNameValue;
1202
+ };
1203
+ };
1204
+ underline: {
1205
+ true: import("tailwind-merge").ClassNameValue | {
1206
+ base?: import("tailwind-merge").ClassNameValue;
1207
+ };
1208
+ };
1209
+ strikeThrough: {
1210
+ true: import("tailwind-merge").ClassNameValue | {
1211
+ base?: import("tailwind-merge").ClassNameValue;
1212
+ };
1213
+ };
1214
+ size: {
1215
+ '2xs': import("tailwind-merge").ClassNameValue | {
1216
+ base?: import("tailwind-merge").ClassNameValue;
1217
+ };
1218
+ xs: import("tailwind-merge").ClassNameValue | {
1219
+ base?: import("tailwind-merge").ClassNameValue;
1220
+ };
1221
+ sm: import("tailwind-merge").ClassNameValue | {
1222
+ base?: import("tailwind-merge").ClassNameValue;
1223
+ };
1224
+ md: import("tailwind-merge").ClassNameValue | {
1225
+ base?: import("tailwind-merge").ClassNameValue;
1226
+ };
1227
+ lg: import("tailwind-merge").ClassNameValue | {
1228
+ base?: import("tailwind-merge").ClassNameValue;
1229
+ };
1230
+ xl: import("tailwind-merge").ClassNameValue | {
1231
+ base?: import("tailwind-merge").ClassNameValue;
1232
+ };
1233
+ '2xl': import("tailwind-merge").ClassNameValue | {
1234
+ base?: import("tailwind-merge").ClassNameValue;
1235
+ };
1236
+ '3xl': import("tailwind-merge").ClassNameValue | {
1237
+ base?: import("tailwind-merge").ClassNameValue;
1238
+ };
1239
+ '4xl': import("tailwind-merge").ClassNameValue | {
1240
+ base?: import("tailwind-merge").ClassNameValue;
1241
+ };
1242
+ '5xl': import("tailwind-merge").ClassNameValue | {
1243
+ base?: import("tailwind-merge").ClassNameValue;
1244
+ };
1245
+ '6xl': import("tailwind-merge").ClassNameValue | {
1246
+ base?: import("tailwind-merge").ClassNameValue;
1247
+ };
1248
+ };
1249
+ sub: {
1250
+ true: import("tailwind-merge").ClassNameValue | {
1251
+ base?: import("tailwind-merge").ClassNameValue;
1252
+ };
1253
+ };
1254
+ italic: {
1255
+ true: import("tailwind-merge").ClassNameValue | {
1256
+ base?: import("tailwind-merge").ClassNameValue;
1257
+ };
1258
+ };
1259
+ highlight: {
1260
+ true: import("tailwind-merge").ClassNameValue | {
1261
+ base?: import("tailwind-merge").ClassNameValue;
1262
+ };
1263
+ };
1264
+ }), undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1265
+ isTruncated: {
1266
+ true: string;
1267
+ };
1268
+ bold: {
1269
+ true: string;
1270
+ };
1271
+ underline: {
1272
+ true: string;
1273
+ };
1274
+ strikeThrough: {
1275
+ true: string;
1276
+ };
1277
+ size: {
1278
+ '2xs': string;
1279
+ xs: string;
1280
+ sm: string;
1281
+ md: string;
1282
+ lg: string;
1283
+ xl: string;
1284
+ '2xl': string;
1285
+ '3xl': string;
1286
+ '4xl': string;
1287
+ '5xl': string;
1288
+ '6xl': string;
1289
+ };
1290
+ sub: {
1291
+ true: string;
1292
+ };
1293
+ italic: {
1294
+ true: string;
1295
+ };
1296
+ highlight: {
1297
+ true: string;
1298
+ };
1299
+ }, {
1300
+ isTruncated: {
1301
+ true: string;
1302
+ };
1303
+ bold: {
1304
+ true: string;
1305
+ };
1306
+ underline: {
1307
+ true: string;
1308
+ };
1309
+ strikeThrough: {
1310
+ true: string;
1311
+ };
1312
+ size: {
1313
+ '2xs': string;
1314
+ xs: string;
1315
+ sm: string;
1316
+ md: string;
1317
+ lg: string;
1318
+ xl: string;
1319
+ '2xl': string;
1320
+ '3xl': string;
1321
+ '4xl': string;
1322
+ '5xl': string;
1323
+ '6xl': string;
1324
+ };
1325
+ sub: {
1326
+ true: string;
1327
+ };
1328
+ italic: {
1329
+ true: string;
1330
+ };
1331
+ highlight: {
1332
+ true: string;
1333
+ };
1334
+ }>, {
1335
+ isTruncated: {
1336
+ true: string;
1337
+ };
1338
+ bold: {
1339
+ true: string;
1340
+ };
1341
+ underline: {
1342
+ true: string;
1343
+ };
1344
+ strikeThrough: {
1345
+ true: string;
1346
+ };
1347
+ size: {
1348
+ '2xs': string;
1349
+ xs: string;
1350
+ sm: string;
1351
+ md: string;
1352
+ lg: string;
1353
+ xl: string;
1354
+ '2xl': string;
1355
+ '3xl': string;
1356
+ '4xl': string;
1357
+ '5xl': string;
1358
+ '6xl': string;
1359
+ };
1360
+ sub: {
1361
+ true: string;
1362
+ };
1363
+ italic: {
1364
+ true: string;
1365
+ };
1366
+ highlight: {
1367
+ true: string;
1368
+ };
1369
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1370
+ isTruncated: {
1371
+ true: string;
1372
+ };
1373
+ bold: {
1374
+ true: string;
1375
+ };
1376
+ underline: {
1377
+ true: string;
1378
+ };
1379
+ strikeThrough: {
1380
+ true: string;
1381
+ };
1382
+ size: {
1383
+ '2xs': string;
1384
+ xs: string;
1385
+ sm: string;
1386
+ md: string;
1387
+ lg: string;
1388
+ xl: string;
1389
+ '2xl': string;
1390
+ '3xl': string;
1391
+ '4xl': string;
1392
+ '5xl': string;
1393
+ '6xl': string;
1394
+ };
1395
+ sub: {
1396
+ true: string;
1397
+ };
1398
+ italic: {
1399
+ true: string;
1400
+ };
1401
+ highlight: {
1402
+ true: string;
1403
+ };
1404
+ }, undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1405
+ isTruncated: {
1406
+ true: string;
1407
+ };
1408
+ bold: {
1409
+ true: string;
1410
+ };
1411
+ underline: {
1412
+ true: string;
1413
+ };
1414
+ strikeThrough: {
1415
+ true: string;
1416
+ };
1417
+ size: {
1418
+ '2xs': string;
1419
+ xs: string;
1420
+ sm: string;
1421
+ md: string;
1422
+ lg: string;
1423
+ xl: string;
1424
+ '2xl': string;
1425
+ '3xl': string;
1426
+ '4xl': string;
1427
+ '5xl': string;
1428
+ '6xl': string;
1429
+ };
1430
+ sub: {
1431
+ true: string;
1432
+ };
1433
+ italic: {
1434
+ true: string;
1435
+ };
1436
+ highlight: {
1437
+ true: string;
1438
+ };
1439
+ }, {
1440
+ isTruncated: {
1441
+ true: string;
1442
+ };
1443
+ bold: {
1444
+ true: string;
1445
+ };
1446
+ underline: {
1447
+ true: string;
1448
+ };
1449
+ strikeThrough: {
1450
+ true: string;
1451
+ };
1452
+ size: {
1453
+ '2xs': string;
1454
+ xs: string;
1455
+ sm: string;
1456
+ md: string;
1457
+ lg: string;
1458
+ xl: string;
1459
+ '2xl': string;
1460
+ '3xl': string;
1461
+ '4xl': string;
1462
+ '5xl': string;
1463
+ '6xl': string;
1464
+ };
1465
+ sub: {
1466
+ true: string;
1467
+ };
1468
+ italic: {
1469
+ true: string;
1470
+ };
1471
+ highlight: {
1472
+ true: string;
1473
+ };
1474
+ }>, unknown, unknown, undefined>>> & React.RefAttributes<HTMLSpanElement>>;
1475
+ export declare const UIFormControl: import("@gluestack-ui/form-control/lib/types").IFormControlComponentType<Omit<any, "ref"> & {
1476
+ context?: any;
1477
+ } & React.RefAttributes<any>, React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>, import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1478
+ fill?: import("react-native").ColorValue;
1479
+ stroke?: import("react-native").ColorValue;
1480
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1481
+ fill?: import("react-native").ColorValue;
1482
+ stroke?: import("react-native").ColorValue;
1483
+ }>), React.HTMLAttributes<HTMLLabelElement> & React.RefAttributes<HTMLLabelElement>, React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>, Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1484
+ isTruncated: {
1485
+ true: string;
1486
+ };
1487
+ bold: {
1488
+ true: string;
1489
+ };
1490
+ underline: {
1491
+ true: string;
1492
+ };
1493
+ strikeThrough: {
1494
+ true: string;
1495
+ };
1496
+ size: {
1497
+ '2xs': string;
1498
+ xs: string;
1499
+ sm: string;
1500
+ md: string;
1501
+ lg: string;
1502
+ xl: string;
1503
+ '2xl': string;
1504
+ '3xl': string;
1505
+ '4xl': string;
1506
+ '5xl': string;
1507
+ '6xl': string;
1508
+ };
1509
+ sub: {
1510
+ true: string;
1511
+ };
1512
+ italic: {
1513
+ true: string;
1514
+ };
1515
+ highlight: {
1516
+ true: string;
1517
+ };
1518
+ } | ({
1519
+ isTruncated: {
1520
+ true: string;
1521
+ };
1522
+ bold: {
1523
+ true: string;
1524
+ };
1525
+ underline: {
1526
+ true: string;
1527
+ };
1528
+ strikeThrough: {
1529
+ true: string;
1530
+ };
1531
+ size: {
1532
+ '2xs': string;
1533
+ xs: string;
1534
+ sm: string;
1535
+ md: string;
1536
+ lg: string;
1537
+ xl: string;
1538
+ '2xl': string;
1539
+ '3xl': string;
1540
+ '4xl': string;
1541
+ '5xl': string;
1542
+ '6xl': string;
1543
+ };
1544
+ sub: {
1545
+ true: string;
1546
+ };
1547
+ italic: {
1548
+ true: string;
1549
+ };
1550
+ highlight: {
1551
+ true: string;
1552
+ };
1553
+ } & {
1554
+ isTruncated: {
1555
+ true: import("tailwind-merge").ClassNameValue | {
1556
+ base?: import("tailwind-merge").ClassNameValue;
1557
+ };
1558
+ };
1559
+ bold: {
1560
+ true: import("tailwind-merge").ClassNameValue | {
1561
+ base?: import("tailwind-merge").ClassNameValue;
1562
+ };
1563
+ };
1564
+ underline: {
1565
+ true: import("tailwind-merge").ClassNameValue | {
1566
+ base?: import("tailwind-merge").ClassNameValue;
1567
+ };
1568
+ };
1569
+ strikeThrough: {
1570
+ true: import("tailwind-merge").ClassNameValue | {
1571
+ base?: import("tailwind-merge").ClassNameValue;
1572
+ };
1573
+ };
1574
+ size: {
1575
+ '2xs': import("tailwind-merge").ClassNameValue | {
1576
+ base?: import("tailwind-merge").ClassNameValue;
1577
+ };
1578
+ xs: import("tailwind-merge").ClassNameValue | {
1579
+ base?: import("tailwind-merge").ClassNameValue;
1580
+ };
1581
+ sm: import("tailwind-merge").ClassNameValue | {
1582
+ base?: import("tailwind-merge").ClassNameValue;
1583
+ };
1584
+ md: import("tailwind-merge").ClassNameValue | {
1585
+ base?: import("tailwind-merge").ClassNameValue;
1586
+ };
1587
+ lg: import("tailwind-merge").ClassNameValue | {
1588
+ base?: import("tailwind-merge").ClassNameValue;
1589
+ };
1590
+ xl: import("tailwind-merge").ClassNameValue | {
1591
+ base?: import("tailwind-merge").ClassNameValue;
1592
+ };
1593
+ '2xl': import("tailwind-merge").ClassNameValue | {
1594
+ base?: import("tailwind-merge").ClassNameValue;
1595
+ };
1596
+ '3xl': import("tailwind-merge").ClassNameValue | {
1597
+ base?: import("tailwind-merge").ClassNameValue;
1598
+ };
1599
+ '4xl': import("tailwind-merge").ClassNameValue | {
1600
+ base?: import("tailwind-merge").ClassNameValue;
1601
+ };
1602
+ '5xl': import("tailwind-merge").ClassNameValue | {
1603
+ base?: import("tailwind-merge").ClassNameValue;
1604
+ };
1605
+ '6xl': import("tailwind-merge").ClassNameValue | {
1606
+ base?: import("tailwind-merge").ClassNameValue;
1607
+ };
1608
+ };
1609
+ sub: {
1610
+ true: import("tailwind-merge").ClassNameValue | {
1611
+ base?: import("tailwind-merge").ClassNameValue;
1612
+ };
1613
+ };
1614
+ italic: {
1615
+ true: import("tailwind-merge").ClassNameValue | {
1616
+ base?: import("tailwind-merge").ClassNameValue;
1617
+ };
1618
+ };
1619
+ highlight: {
1620
+ true: import("tailwind-merge").ClassNameValue | {
1621
+ base?: import("tailwind-merge").ClassNameValue;
1622
+ };
1623
+ };
1624
+ }), undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1625
+ isTruncated: {
1626
+ true: string;
1627
+ };
1628
+ bold: {
1629
+ true: string;
1630
+ };
1631
+ underline: {
1632
+ true: string;
1633
+ };
1634
+ strikeThrough: {
1635
+ true: string;
1636
+ };
1637
+ size: {
1638
+ '2xs': string;
1639
+ xs: string;
1640
+ sm: string;
1641
+ md: string;
1642
+ lg: string;
1643
+ xl: string;
1644
+ '2xl': string;
1645
+ '3xl': string;
1646
+ '4xl': string;
1647
+ '5xl': string;
1648
+ '6xl': string;
1649
+ };
1650
+ sub: {
1651
+ true: string;
1652
+ };
1653
+ italic: {
1654
+ true: string;
1655
+ };
1656
+ highlight: {
1657
+ true: string;
1658
+ };
1659
+ }, {
1660
+ isTruncated: {
1661
+ true: string;
1662
+ };
1663
+ bold: {
1664
+ true: string;
1665
+ };
1666
+ underline: {
1667
+ true: string;
1668
+ };
1669
+ strikeThrough: {
1670
+ true: string;
1671
+ };
1672
+ size: {
1673
+ '2xs': string;
1674
+ xs: string;
1675
+ sm: string;
1676
+ md: string;
1677
+ lg: string;
1678
+ xl: string;
1679
+ '2xl': string;
1680
+ '3xl': string;
1681
+ '4xl': string;
1682
+ '5xl': string;
1683
+ '6xl': string;
1684
+ };
1685
+ sub: {
1686
+ true: string;
1687
+ };
1688
+ italic: {
1689
+ true: string;
1690
+ };
1691
+ highlight: {
1692
+ true: string;
1693
+ };
1694
+ }>, {
1695
+ isTruncated: {
1696
+ true: string;
1697
+ };
1698
+ bold: {
1699
+ true: string;
1700
+ };
1701
+ underline: {
1702
+ true: string;
1703
+ };
1704
+ strikeThrough: {
1705
+ true: string;
1706
+ };
1707
+ size: {
1708
+ '2xs': string;
1709
+ xs: string;
1710
+ sm: string;
1711
+ md: string;
1712
+ lg: string;
1713
+ xl: string;
1714
+ '2xl': string;
1715
+ '3xl': string;
1716
+ '4xl': string;
1717
+ '5xl': string;
1718
+ '6xl': string;
1719
+ };
1720
+ sub: {
1721
+ true: string;
1722
+ };
1723
+ italic: {
1724
+ true: string;
1725
+ };
1726
+ highlight: {
1727
+ true: string;
1728
+ };
1729
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1730
+ isTruncated: {
1731
+ true: string;
1732
+ };
1733
+ bold: {
1734
+ true: string;
1735
+ };
1736
+ underline: {
1737
+ true: string;
1738
+ };
1739
+ strikeThrough: {
1740
+ true: string;
1741
+ };
1742
+ size: {
1743
+ '2xs': string;
1744
+ xs: string;
1745
+ sm: string;
1746
+ md: string;
1747
+ lg: string;
1748
+ xl: string;
1749
+ '2xl': string;
1750
+ '3xl': string;
1751
+ '4xl': string;
1752
+ '5xl': string;
1753
+ '6xl': string;
1754
+ };
1755
+ sub: {
1756
+ true: string;
1757
+ };
1758
+ italic: {
1759
+ true: string;
1760
+ };
1761
+ highlight: {
1762
+ true: string;
1763
+ };
1764
+ }, undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1765
+ isTruncated: {
1766
+ true: string;
1767
+ };
1768
+ bold: {
1769
+ true: string;
1770
+ };
1771
+ underline: {
1772
+ true: string;
1773
+ };
1774
+ strikeThrough: {
1775
+ true: string;
1776
+ };
1777
+ size: {
1778
+ '2xs': string;
1779
+ xs: string;
1780
+ sm: string;
1781
+ md: string;
1782
+ lg: string;
1783
+ xl: string;
1784
+ '2xl': string;
1785
+ '3xl': string;
1786
+ '4xl': string;
1787
+ '5xl': string;
1788
+ '6xl': string;
1789
+ };
1790
+ sub: {
1791
+ true: string;
1792
+ };
1793
+ italic: {
1794
+ true: string;
1795
+ };
1796
+ highlight: {
1797
+ true: string;
1798
+ };
1799
+ }, {
1800
+ isTruncated: {
1801
+ true: string;
1802
+ };
1803
+ bold: {
1804
+ true: string;
1805
+ };
1806
+ underline: {
1807
+ true: string;
1808
+ };
1809
+ strikeThrough: {
1810
+ true: string;
1811
+ };
1812
+ size: {
1813
+ '2xs': string;
1814
+ xs: string;
1815
+ sm: string;
1816
+ md: string;
1817
+ lg: string;
1818
+ xl: string;
1819
+ '2xl': string;
1820
+ '3xl': string;
1821
+ '4xl': string;
1822
+ '5xl': string;
1823
+ '6xl': string;
1824
+ };
1825
+ sub: {
1826
+ true: string;
1827
+ };
1828
+ italic: {
1829
+ true: string;
1830
+ };
1831
+ highlight: {
1832
+ true: string;
1833
+ };
1834
+ }>, unknown, unknown, undefined>>> & React.RefAttributes<HTMLSpanElement>, React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>>;
1835
+ type IFormControlProps = React.ComponentProps<typeof UIFormControl> & VariantProps<typeof formControlStyle>;
1836
+ declare const FormControl: React.ForwardRefExoticComponent<Omit<IFormControlProps, "ref"> & React.RefAttributes<Omit<any, "ref"> & {
1837
+ context?: any;
1838
+ } & React.RefAttributes<any>>>;
1839
+ type IFormControlErrorProps = React.ComponentProps<typeof UIFormControl.Error> & VariantProps<typeof formControlErrorStyle> & React.HTMLAttributes<HTMLDivElement>;
1840
+ declare const FormControlError: React.ForwardRefExoticComponent<Omit<IFormControlErrorProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
1841
+ type IFormControlErrorTextProps = React.ComponentProps<typeof UIFormControl.Error.Text> & VariantProps<typeof formControlErrorTextStyle> & React.HTMLAttributes<HTMLSpanElement>;
1842
+ declare const FormControlErrorText: React.ForwardRefExoticComponent<Omit<IFormControlErrorTextProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
1843
+ declare const FormControlErrorIcon: React.ForwardRefExoticComponent<(Omit<Omit<import("@gluestack-ui/icon/lib/createIcon").IIconProps & import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg> & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1844
+ fill?: import("react-native").ColorValue;
1845
+ stroke?: import("react-native").ColorValue;
1846
+ }>, "ref"> & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1847
+ fill?: import("react-native").ColorValue;
1848
+ stroke?: import("react-native").ColorValue;
1849
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1850
+ fill?: import("react-native").ColorValue;
1851
+ stroke?: import("react-native").ColorValue;
1852
+ }>)> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1853
+ size: {
1854
+ '2xs': string;
1855
+ xs: string;
1856
+ sm: string;
1857
+ md: string;
1858
+ lg: string;
1859
+ xl: string;
1860
+ };
1861
+ } | ({
1862
+ size: {
1863
+ '2xs': string;
1864
+ xs: string;
1865
+ sm: string;
1866
+ md: string;
1867
+ lg: string;
1868
+ xl: string;
1869
+ };
1870
+ } & {
1871
+ size: {
1872
+ '2xs': import("tailwind-merge").ClassNameValue | {
1873
+ base?: import("tailwind-merge").ClassNameValue;
1874
+ };
1875
+ xs: import("tailwind-merge").ClassNameValue | {
1876
+ base?: import("tailwind-merge").ClassNameValue;
1877
+ };
1878
+ sm: import("tailwind-merge").ClassNameValue | {
1879
+ base?: import("tailwind-merge").ClassNameValue;
1880
+ };
1881
+ md: import("tailwind-merge").ClassNameValue | {
1882
+ base?: import("tailwind-merge").ClassNameValue;
1883
+ };
1884
+ lg: import("tailwind-merge").ClassNameValue | {
1885
+ base?: import("tailwind-merge").ClassNameValue;
1886
+ };
1887
+ xl: import("tailwind-merge").ClassNameValue | {
1888
+ base?: import("tailwind-merge").ClassNameValue;
1889
+ };
1890
+ };
1891
+ }), undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
1892
+ size: {
1893
+ '2xs': string;
1894
+ xs: string;
1895
+ sm: string;
1896
+ md: string;
1897
+ lg: string;
1898
+ xl: string;
1899
+ };
1900
+ }, {
1901
+ size: {
1902
+ '2xs': string;
1903
+ xs: string;
1904
+ sm: string;
1905
+ md: string;
1906
+ lg: string;
1907
+ xl: string;
1908
+ };
1909
+ }>, {
1910
+ size: {
1911
+ '2xs': string;
1912
+ xs: string;
1913
+ sm: string;
1914
+ md: string;
1915
+ lg: string;
1916
+ xl: string;
1917
+ };
1918
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1919
+ size: {
1920
+ '2xs': string;
1921
+ xs: string;
1922
+ sm: string;
1923
+ md: string;
1924
+ lg: string;
1925
+ xl: string;
1926
+ };
1927
+ }, undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
1928
+ size: {
1929
+ '2xs': string;
1930
+ xs: string;
1931
+ sm: string;
1932
+ md: string;
1933
+ lg: string;
1934
+ xl: string;
1935
+ };
1936
+ }, {
1937
+ size: {
1938
+ '2xs': string;
1939
+ xs: string;
1940
+ sm: string;
1941
+ md: string;
1942
+ lg: string;
1943
+ xl: string;
1944
+ };
1945
+ }>, unknown, unknown, undefined>>> & {
1946
+ height?: number;
1947
+ width?: number;
1948
+ }, "ref"> | Omit<Omit<import("@gluestack-ui/icon/lib/createIcon").IIconProps & {
1949
+ fill?: import("react-native").ColorValue;
1950
+ stroke?: import("react-native").ColorValue;
1951
+ } & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1952
+ fill?: import("react-native").ColorValue;
1953
+ stroke?: import("react-native").ColorValue;
1954
+ }>, "ref"> & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1955
+ fill?: import("react-native").ColorValue;
1956
+ stroke?: import("react-native").ColorValue;
1957
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1958
+ fill?: import("react-native").ColorValue;
1959
+ stroke?: import("react-native").ColorValue;
1960
+ }>)> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1961
+ size: {
1962
+ '2xs': string;
1963
+ xs: string;
1964
+ sm: string;
1965
+ md: string;
1966
+ lg: string;
1967
+ xl: string;
1968
+ };
1969
+ } | ({
1970
+ size: {
1971
+ '2xs': string;
1972
+ xs: string;
1973
+ sm: string;
1974
+ md: string;
1975
+ lg: string;
1976
+ xl: string;
1977
+ };
1978
+ } & {
1979
+ size: {
1980
+ '2xs': import("tailwind-merge").ClassNameValue | {
1981
+ base?: import("tailwind-merge").ClassNameValue;
1982
+ };
1983
+ xs: import("tailwind-merge").ClassNameValue | {
1984
+ base?: import("tailwind-merge").ClassNameValue;
1985
+ };
1986
+ sm: import("tailwind-merge").ClassNameValue | {
1987
+ base?: import("tailwind-merge").ClassNameValue;
1988
+ };
1989
+ md: import("tailwind-merge").ClassNameValue | {
1990
+ base?: import("tailwind-merge").ClassNameValue;
1991
+ };
1992
+ lg: import("tailwind-merge").ClassNameValue | {
1993
+ base?: import("tailwind-merge").ClassNameValue;
1994
+ };
1995
+ xl: import("tailwind-merge").ClassNameValue | {
1996
+ base?: import("tailwind-merge").ClassNameValue;
1997
+ };
1998
+ };
1999
+ }), undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
2000
+ size: {
2001
+ '2xs': string;
2002
+ xs: string;
2003
+ sm: string;
2004
+ md: string;
2005
+ lg: string;
2006
+ xl: string;
2007
+ };
2008
+ }, {
2009
+ size: {
2010
+ '2xs': string;
2011
+ xs: string;
2012
+ sm: string;
2013
+ md: string;
2014
+ lg: string;
2015
+ xl: string;
2016
+ };
2017
+ }>, {
2018
+ size: {
2019
+ '2xs': string;
2020
+ xs: string;
2021
+ sm: string;
2022
+ md: string;
2023
+ lg: string;
2024
+ xl: string;
2025
+ };
2026
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
2027
+ size: {
2028
+ '2xs': string;
2029
+ xs: string;
2030
+ sm: string;
2031
+ md: string;
2032
+ lg: string;
2033
+ xl: string;
2034
+ };
2035
+ }, undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
2036
+ size: {
2037
+ '2xs': string;
2038
+ xs: string;
2039
+ sm: string;
2040
+ md: string;
2041
+ lg: string;
2042
+ xl: string;
2043
+ };
2044
+ }, {
2045
+ size: {
2046
+ '2xs': string;
2047
+ xs: string;
2048
+ sm: string;
2049
+ md: string;
2050
+ lg: string;
2051
+ xl: string;
2052
+ };
2053
+ }>, unknown, unknown, undefined>>> & {
2054
+ height?: number;
2055
+ width?: number;
2056
+ }, "ref">) & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
2057
+ fill?: import("react-native").ColorValue;
2058
+ stroke?: import("react-native").ColorValue;
2059
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
2060
+ fill?: import("react-native").ColorValue;
2061
+ stroke?: import("react-native").ColorValue;
2062
+ }>)>>;
2063
+ type IFormControlLabelProps = React.ComponentProps<typeof UIFormControl.Label> & VariantProps<typeof formControlLabelStyle> & React.HTMLAttributes<HTMLLabelElement>;
2064
+ declare const FormControlLabel: React.ForwardRefExoticComponent<Omit<IFormControlLabelProps, "ref"> & React.RefAttributes<HTMLLabelElement>>;
2065
+ type IFormControlLabelTextProps = React.ComponentProps<typeof UIFormControl.Label.Text> & VariantProps<typeof formControlLabelTextStyle> & React.HTMLAttributes<HTMLSpanElement>;
2066
+ declare const FormControlLabelText: React.ForwardRefExoticComponent<Omit<IFormControlLabelTextProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
2067
+ type IFormControlHelperProps = React.ComponentProps<typeof UIFormControl.Helper> & VariantProps<typeof formControlHelperStyle> & React.HTMLAttributes<HTMLDivElement>;
2068
+ declare const FormControlHelper: React.ForwardRefExoticComponent<Omit<IFormControlHelperProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
2069
+ type IFormControlHelperTextProps = React.ComponentProps<typeof UIFormControl.Helper.Text> & VariantProps<typeof formControlHelperTextStyle> & React.HTMLAttributes<HTMLSpanElement>;
2070
+ declare const FormControlHelperText: React.ForwardRefExoticComponent<Omit<IFormControlHelperTextProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
2071
+ export { FormControl, FormControlError, FormControlErrorText, FormControlErrorIcon, FormControlLabel, FormControlLabelText, FormControlLabelAstrick, FormControlHelper, FormControlHelperText, };