@tamagui/dialog 1.0.1-beta.100

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