@tamagui/dialog 1.15.17 → 1.15.19

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.
package/types/Dialog.d.ts CHANGED
@@ -76,9 +76,12 @@ export declare const DialogPortalFrame: import("@tamagui/core").TamaguiComponent
76
76
  }>>), TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
77
77
  readonly fullscreen?: boolean | undefined;
78
78
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
79
+ } | ({
80
+ readonly fullscreen?: boolean | undefined;
81
+ readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
79
82
  } & {
80
83
  [x: string]: undefined;
81
- }, {
84
+ }), {
82
85
  displayName: string | undefined;
83
86
  }>;
84
87
  declare const DialogPortal: React.FC<DialogPortalProps>;
@@ -210,9 +213,9 @@ export declare const DialogOverlayFrame: import("@tamagui/core").TamaguiComponen
210
213
  readonly chromeless?: boolean | "all" | undefined;
211
214
  } & {
212
215
  readonly closed?: boolean | undefined;
213
- } & {
216
+ } & ({} | {
214
217
  [x: string]: undefined;
215
- }, {
218
+ }), {
216
219
  displayName: string | undefined;
217
220
  }>;
218
221
  interface DialogOverlayProps extends YStackProps {
@@ -345,195 +348,207 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
345
348
  [x: string]: undefined;
346
349
  }>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
347
350
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
351
+ } | ({
352
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
348
353
  } & {
349
354
  [x: string]: undefined;
350
- }, string | number> & {
355
+ }), string | number> & {
351
356
  [x: string]: undefined;
352
357
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
353
358
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
359
+ } | ({
360
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
354
361
  } & {
355
362
  [x: string]: undefined;
356
- }, string | number> & {
363
+ }), string | number> & {
357
364
  [x: string]: undefined;
358
365
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
359
366
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
367
+ } | ({
368
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
360
369
  } & {
361
370
  [x: string]: undefined;
362
- }, string | number> & {
371
+ }), string | number> & {
363
372
  [x: string]: undefined;
364
373
  }>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
365
374
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
375
+ } | ({
376
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
366
377
  } & {
367
378
  [x: string]: undefined;
368
- }, string | number> & {
379
+ }), string | number> & {
369
380
  [x: string]: undefined;
370
381
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
371
382
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
383
+ } | ({
384
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
372
385
  } & {
373
386
  [x: string]: undefined;
374
- }, string | number> & {
387
+ }), string | number> & {
375
388
  [x: string]: undefined;
376
389
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
377
390
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
391
+ } | ({
392
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
378
393
  } & {
379
394
  [x: string]: undefined;
380
- }, string | number> & {
395
+ }), string | number> & {
381
396
  [x: string]: undefined;
382
397
  }>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
383
398
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
384
- } & {
385
- [x: string]: undefined;
386
- }) | ({
399
+ } | ({
387
400
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
388
401
  } & {
389
402
  [x: string]: undefined;
390
- } & {
403
+ })) & ({} | {
404
+ [x: string]: undefined;
405
+ } | {
391
406
  [x: string]: undefined;
392
407
  }), string | number> & {
393
408
  [x: string]: undefined;
394
409
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
395
410
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
396
- } & {
397
- [x: string]: undefined;
398
- }) | ({
411
+ } | ({
399
412
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
400
413
  } & {
401
414
  [x: string]: undefined;
402
- } & {
415
+ })) & ({} | {
416
+ [x: string]: undefined;
417
+ } | {
403
418
  [x: string]: undefined;
404
419
  }), string | number> & {
405
420
  [x: string]: undefined;
406
421
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
407
422
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
408
- } & {
409
- [x: string]: undefined;
410
- }) | ({
423
+ } | ({
411
424
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
412
425
  } & {
413
426
  [x: string]: undefined;
414
- } & {
427
+ })) & ({} | {
428
+ [x: string]: undefined;
429
+ } | {
415
430
  [x: string]: undefined;
416
431
  }), string | number> & {
417
432
  [x: string]: undefined;
418
433
  }>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
419
434
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
420
- } & {
421
- [x: string]: undefined;
422
- }) | ({
435
+ } | ({
423
436
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
424
437
  } & {
425
438
  [x: string]: undefined;
426
- } & {
439
+ })) & ({} | {
440
+ [x: string]: undefined;
441
+ } | {
427
442
  [x: string]: undefined;
428
443
  }), string | number> & {
429
444
  [x: string]: undefined;
430
445
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
431
446
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
432
- } & {
433
- [x: string]: undefined;
434
- }) | ({
447
+ } | ({
435
448
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
436
449
  } & {
437
450
  [x: string]: undefined;
438
- } & {
451
+ })) & ({} | {
452
+ [x: string]: undefined;
453
+ } | {
439
454
  [x: string]: undefined;
440
455
  }), string | number> & {
441
456
  [x: string]: undefined;
442
457
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
443
458
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
444
- } & {
445
- [x: string]: undefined;
446
- }) | ({
459
+ } | ({
447
460
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
448
461
  } & {
449
462
  [x: string]: undefined;
450
- } & {
463
+ })) & ({} | {
464
+ [x: string]: undefined;
465
+ } | {
451
466
  [x: string]: undefined;
452
467
  }), string | number> & {
453
468
  [x: string]: undefined;
454
469
  }>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
455
470
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
456
- } & {
457
- [x: string]: undefined;
458
- }) | ({
471
+ } | ({
459
472
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
460
473
  } & {
461
474
  [x: string]: undefined;
462
- } & {
475
+ })) & ({} | {
476
+ [x: string]: undefined;
477
+ } | {
463
478
  [x: string]: undefined;
464
479
  }), string | number> & {
465
480
  [x: string]: undefined;
466
481
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
467
482
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
468
- } & {
469
- [x: string]: undefined;
470
- }) | ({
483
+ } | ({
471
484
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
472
485
  } & {
473
486
  [x: string]: undefined;
474
- } & {
487
+ })) & ({} | {
488
+ [x: string]: undefined;
489
+ } | {
475
490
  [x: string]: undefined;
476
491
  }), string | number> & {
477
492
  [x: string]: undefined;
478
493
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
479
494
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
480
- } & {
481
- [x: string]: undefined;
482
- }) | ({
495
+ } | ({
483
496
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
484
497
  } & {
485
498
  [x: string]: undefined;
486
- } & {
499
+ })) & ({} | {
500
+ [x: string]: undefined;
501
+ } | {
487
502
  [x: string]: undefined;
488
503
  }), string | number> & {
489
504
  [x: string]: undefined;
490
505
  }>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
491
506
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
492
- } & {
493
- [x: string]: undefined;
494
- }) | ({
507
+ } | ({
495
508
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
496
509
  } & {
497
510
  [x: string]: undefined;
498
- } & {
511
+ })) & ({} | {
512
+ [x: string]: undefined;
513
+ } | {
499
514
  [x: string]: undefined;
500
515
  }), string | number> & {
501
516
  [x: string]: undefined;
502
517
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
503
518
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
504
- } & {
505
- [x: string]: undefined;
506
- }) | ({
519
+ } | ({
507
520
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
508
521
  } & {
509
522
  [x: string]: undefined;
510
- } & {
523
+ })) & ({} | {
524
+ [x: string]: undefined;
525
+ } | {
511
526
  [x: string]: undefined;
512
527
  }), string | number> & {
513
528
  [x: string]: undefined;
514
529
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
515
530
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
516
- } & {
517
- [x: string]: undefined;
518
- }) | ({
531
+ } | ({
519
532
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
520
533
  } & {
521
534
  [x: string]: undefined;
522
- } & {
535
+ })) & ({} | {
536
+ [x: string]: undefined;
537
+ } | {
523
538
  [x: string]: undefined;
524
539
  }), string | number> & {
525
540
  [x: string]: undefined;
526
541
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
527
542
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
528
- } & {
529
- [x: string]: undefined;
530
- }) | ({
543
+ } | ({
531
544
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
532
545
  } & {
533
546
  [x: string]: undefined;
534
- } & {
547
+ })) & ({} | {
548
+ [x: string]: undefined;
549
+ } | {
535
550
  [x: string]: undefined;
536
- })) & ({
551
+ })) & ({} | {
537
552
  [x: string]: undefined;
538
553
  } | {
539
554
  [x: string]: undefined;
@@ -541,19 +556,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
541
556
  [x: string]: undefined;
542
557
  } | {
543
558
  [x: string]: undefined;
544
- } | undefined), string | number> & {
559
+ }), string | number> & {
545
560
  [x: string]: undefined;
546
561
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
547
562
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
548
- } & {
549
- [x: string]: undefined;
550
- }) | ({
563
+ } | ({
551
564
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
552
565
  } & {
553
566
  [x: string]: undefined;
554
- } & {
567
+ })) & ({} | {
555
568
  [x: string]: undefined;
556
- })) & ({
569
+ } | {
570
+ [x: string]: undefined;
571
+ })) & ({} | {
557
572
  [x: string]: undefined;
558
573
  } | {
559
574
  [x: string]: undefined;
@@ -561,19 +576,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
561
576
  [x: string]: undefined;
562
577
  } | {
563
578
  [x: string]: undefined;
564
- } | undefined), string | number> & {
579
+ }), string | number> & {
565
580
  [x: string]: undefined;
566
581
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
567
582
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
568
- } & {
569
- [x: string]: undefined;
570
- }) | ({
583
+ } | ({
571
584
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
572
585
  } & {
573
586
  [x: string]: undefined;
574
- } & {
587
+ })) & ({} | {
588
+ [x: string]: undefined;
589
+ } | {
575
590
  [x: string]: undefined;
576
- })) & ({
591
+ })) & ({} | {
577
592
  [x: string]: undefined;
578
593
  } | {
579
594
  [x: string]: undefined;
@@ -581,19 +596,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
581
596
  [x: string]: undefined;
582
597
  } | {
583
598
  [x: string]: undefined;
584
- } | undefined), string | number> & {
599
+ }), string | number> & {
585
600
  [x: string]: undefined;
586
601
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
587
602
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
588
- } & {
589
- [x: string]: undefined;
590
- }) | ({
603
+ } | ({
591
604
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
592
605
  } & {
593
606
  [x: string]: undefined;
594
- } & {
607
+ })) & ({} | {
595
608
  [x: string]: undefined;
596
- })) & ({
609
+ } | {
610
+ [x: string]: undefined;
611
+ })) & ({} | {
597
612
  [x: string]: undefined;
598
613
  } | {
599
614
  [x: string]: undefined;
@@ -601,19 +616,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
601
616
  [x: string]: undefined;
602
617
  } | {
603
618
  [x: string]: undefined;
604
- } | undefined), string | number> & {
619
+ }), string | number> & {
605
620
  [x: string]: undefined;
606
621
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
607
622
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
608
- } & {
609
- [x: string]: undefined;
610
- }) | ({
623
+ } | ({
611
624
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
612
625
  } & {
613
626
  [x: string]: undefined;
614
- } & {
627
+ })) & ({} | {
628
+ [x: string]: undefined;
629
+ } | {
615
630
  [x: string]: undefined;
616
- })) & ({
631
+ })) & ({} | {
617
632
  [x: string]: undefined;
618
633
  } | {
619
634
  [x: string]: undefined;
@@ -621,19 +636,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
621
636
  [x: string]: undefined;
622
637
  } | {
623
638
  [x: string]: undefined;
624
- } | undefined), string | number> & {
639
+ }), string | number> & {
625
640
  [x: string]: undefined;
626
641
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
627
642
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
628
- } & {
629
- [x: string]: undefined;
630
- }) | ({
643
+ } | ({
631
644
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
632
645
  } & {
633
646
  [x: string]: undefined;
634
- } & {
647
+ })) & ({} | {
635
648
  [x: string]: undefined;
636
- })) & ({
649
+ } | {
650
+ [x: string]: undefined;
651
+ })) & ({} | {
637
652
  [x: string]: undefined;
638
653
  } | {
639
654
  [x: string]: undefined;
@@ -641,19 +656,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
641
656
  [x: string]: undefined;
642
657
  } | {
643
658
  [x: string]: undefined;
644
- } | undefined), string | number> & {
659
+ }), string | number> & {
645
660
  [x: string]: undefined;
646
661
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
647
662
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
648
- } & {
649
- [x: string]: undefined;
650
- }) | ({
663
+ } | ({
651
664
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
652
665
  } & {
653
666
  [x: string]: undefined;
654
- } & {
667
+ })) & ({} | {
668
+ [x: string]: undefined;
669
+ } | {
655
670
  [x: string]: undefined;
656
- })) & ({
671
+ })) & ({} | {
657
672
  [x: string]: undefined;
658
673
  } | {
659
674
  [x: string]: undefined;
@@ -661,19 +676,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
661
676
  [x: string]: undefined;
662
677
  } | {
663
678
  [x: string]: undefined;
664
- } | undefined), string | number> & {
679
+ }), string | number> & {
665
680
  [x: string]: undefined;
666
681
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
667
682
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
668
- } & {
669
- [x: string]: undefined;
670
- }) | ({
683
+ } | ({
671
684
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
672
685
  } & {
673
686
  [x: string]: undefined;
674
- } & {
687
+ })) & ({} | {
675
688
  [x: string]: undefined;
676
- })) & ({
689
+ } | {
690
+ [x: string]: undefined;
691
+ })) & ({} | {
677
692
  [x: string]: undefined;
678
693
  } | {
679
694
  [x: string]: undefined;
@@ -681,19 +696,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
681
696
  [x: string]: undefined;
682
697
  } | {
683
698
  [x: string]: undefined;
684
- } | undefined), string | number> & {
699
+ }), string | number> & {
685
700
  [x: string]: undefined;
686
701
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
687
702
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
688
- } & {
689
- [x: string]: undefined;
690
- }) | ({
703
+ } | ({
691
704
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
692
705
  } & {
693
706
  [x: string]: undefined;
694
- } & {
707
+ })) & ({} | {
708
+ [x: string]: undefined;
709
+ } | {
695
710
  [x: string]: undefined;
696
- })) & ({
711
+ })) & ({} | {
697
712
  [x: string]: undefined;
698
713
  } | {
699
714
  [x: string]: undefined;
@@ -701,19 +716,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
701
716
  [x: string]: undefined;
702
717
  } | {
703
718
  [x: string]: undefined;
704
- } | undefined), string | number> & {
719
+ }), string | number> & {
705
720
  [x: string]: undefined;
706
721
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
707
722
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
708
- } & {
709
- [x: string]: undefined;
710
- }) | ({
723
+ } | ({
711
724
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
712
725
  } & {
713
726
  [x: string]: undefined;
714
- } & {
727
+ })) & ({} | {
715
728
  [x: string]: undefined;
716
- })) & ({
729
+ } | {
730
+ [x: string]: undefined;
731
+ })) & ({} | {
717
732
  [x: string]: undefined;
718
733
  } | {
719
734
  [x: string]: undefined;
@@ -721,19 +736,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
721
736
  [x: string]: undefined;
722
737
  } | {
723
738
  [x: string]: undefined;
724
- } | undefined), string | number> & {
739
+ }), string | number> & {
725
740
  [x: string]: undefined;
726
741
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
727
742
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
728
- } & {
729
- [x: string]: undefined;
730
- }) | ({
743
+ } | ({
731
744
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
732
745
  } & {
733
746
  [x: string]: undefined;
734
- } & {
747
+ })) & ({} | {
748
+ [x: string]: undefined;
749
+ } | {
735
750
  [x: string]: undefined;
736
- })) & ({
751
+ })) & ({} | {
737
752
  [x: string]: undefined;
738
753
  } | {
739
754
  [x: string]: undefined;
@@ -741,19 +756,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
741
756
  [x: string]: undefined;
742
757
  } | {
743
758
  [x: string]: undefined;
744
- } | undefined), string | number> & {
759
+ }), string | number> & {
745
760
  [x: string]: undefined;
746
761
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
747
762
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
748
- } & {
749
- [x: string]: undefined;
750
- }) | ({
763
+ } | ({
751
764
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
752
765
  } & {
753
766
  [x: string]: undefined;
754
- } & {
767
+ })) & ({} | {
755
768
  [x: string]: undefined;
756
- })) & ({
769
+ } | {
770
+ [x: string]: undefined;
771
+ })) & ({} | {
757
772
  [x: string]: undefined;
758
773
  } | {
759
774
  [x: string]: undefined;
@@ -761,19 +776,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
761
776
  [x: string]: undefined;
762
777
  } | {
763
778
  [x: string]: undefined;
764
- } | undefined), string | number> & {
779
+ }), string | number> & {
765
780
  [x: string]: undefined;
766
781
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
767
782
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
768
- } & {
769
- [x: string]: undefined;
770
- }) | ({
783
+ } | ({
771
784
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
772
785
  } & {
773
786
  [x: string]: undefined;
774
- } & {
787
+ })) & ({} | {
788
+ [x: string]: undefined;
789
+ } | {
775
790
  [x: string]: undefined;
776
- })) & ({
791
+ })) & ({} | {
777
792
  [x: string]: undefined;
778
793
  } | {
779
794
  [x: string]: undefined;
@@ -781,19 +796,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
781
796
  [x: string]: undefined;
782
797
  } | {
783
798
  [x: string]: undefined;
784
- } | undefined), string | number> & {
799
+ }), string | number> & {
785
800
  [x: string]: undefined;
786
801
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
787
802
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
788
- } & {
789
- [x: string]: undefined;
790
- }) | ({
803
+ } | ({
791
804
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
792
805
  } & {
793
806
  [x: string]: undefined;
794
- } & {
807
+ })) & ({} | {
795
808
  [x: string]: undefined;
796
- })) & ({
809
+ } | {
810
+ [x: string]: undefined;
811
+ })) & ({} | {
797
812
  [x: string]: undefined;
798
813
  } | {
799
814
  [x: string]: undefined;
@@ -801,19 +816,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
801
816
  [x: string]: undefined;
802
817
  } | {
803
818
  [x: string]: undefined;
804
- } | undefined), string | number> & {
819
+ }), string | number> & {
805
820
  [x: string]: undefined;
806
821
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
807
822
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
808
- } & {
809
- [x: string]: undefined;
810
- }) | ({
823
+ } | ({
811
824
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
812
825
  } & {
813
826
  [x: string]: undefined;
814
- } & {
827
+ })) & ({} | {
828
+ [x: string]: undefined;
829
+ } | {
815
830
  [x: string]: undefined;
816
- })) & ({
831
+ })) & ({} | {
817
832
  [x: string]: undefined;
818
833
  } | {
819
834
  [x: string]: undefined;
@@ -821,19 +836,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
821
836
  [x: string]: undefined;
822
837
  } | {
823
838
  [x: string]: undefined;
824
- } | undefined), string | number> & {
839
+ }), string | number> & {
825
840
  [x: string]: undefined;
826
841
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
827
842
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
828
- } & {
829
- [x: string]: undefined;
830
- }) | ({
843
+ } | ({
831
844
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
832
845
  } & {
833
846
  [x: string]: undefined;
834
- } & {
847
+ })) & ({} | {
835
848
  [x: string]: undefined;
836
- })) & ({
849
+ } | {
850
+ [x: string]: undefined;
851
+ })) & ({} | {
837
852
  [x: string]: undefined;
838
853
  } | {
839
854
  [x: string]: undefined;
@@ -841,19 +856,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
841
856
  [x: string]: undefined;
842
857
  } | {
843
858
  [x: string]: undefined;
844
- } | undefined), string | number> & {
859
+ }), string | number> & {
845
860
  [x: string]: undefined;
846
861
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
847
862
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
848
- } & {
849
- [x: string]: undefined;
850
- }) | ({
863
+ } | ({
851
864
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
852
865
  } & {
853
866
  [x: string]: undefined;
854
- } & {
867
+ })) & ({} | {
868
+ [x: string]: undefined;
869
+ } | {
855
870
  [x: string]: undefined;
856
- })) & ({
871
+ })) & ({} | {
857
872
  [x: string]: undefined;
858
873
  } | {
859
874
  [x: string]: undefined;
@@ -861,19 +876,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
861
876
  [x: string]: undefined;
862
877
  } | {
863
878
  [x: string]: undefined;
864
- } | undefined), string | number> & {
879
+ }), string | number> & {
865
880
  [x: string]: undefined;
866
881
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
867
882
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
868
- } & {
869
- [x: string]: undefined;
870
- }) | ({
883
+ } | ({
871
884
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
872
885
  } & {
873
886
  [x: string]: undefined;
874
- } & {
887
+ })) & ({} | {
875
888
  [x: string]: undefined;
876
- })) & ({
889
+ } | {
890
+ [x: string]: undefined;
891
+ })) & ({} | {
877
892
  [x: string]: undefined;
878
893
  } | {
879
894
  [x: string]: undefined;
@@ -881,19 +896,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
881
896
  [x: string]: undefined;
882
897
  } | {
883
898
  [x: string]: undefined;
884
- } | undefined), string | number> & {
899
+ }), string | number> & {
885
900
  [x: string]: undefined;
886
901
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
887
902
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
888
- } & {
889
- [x: string]: undefined;
890
- }) | ({
903
+ } | ({
891
904
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
892
905
  } & {
893
906
  [x: string]: undefined;
894
- } & {
907
+ })) & ({} | {
908
+ [x: string]: undefined;
909
+ } | {
895
910
  [x: string]: undefined;
896
- })) & ({
911
+ })) & ({} | {
897
912
  [x: string]: undefined;
898
913
  } | {
899
914
  [x: string]: undefined;
@@ -901,19 +916,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
901
916
  [x: string]: undefined;
902
917
  } | {
903
918
  [x: string]: undefined;
904
- } | undefined), string | number> & {
919
+ }), string | number> & {
905
920
  [x: string]: undefined;
906
921
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
907
922
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
908
- } & {
909
- [x: string]: undefined;
910
- }) | ({
923
+ } | ({
911
924
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
912
925
  } & {
913
926
  [x: string]: undefined;
914
- } & {
927
+ })) & ({} | {
915
928
  [x: string]: undefined;
916
- })) & ({
929
+ } | {
930
+ [x: string]: undefined;
931
+ })) & ({} | {
917
932
  [x: string]: undefined;
918
933
  } | {
919
934
  [x: string]: undefined;
@@ -921,19 +936,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
921
936
  [x: string]: undefined;
922
937
  } | {
923
938
  [x: string]: undefined;
924
- } | undefined), string | number> & {
939
+ }), string | number> & {
925
940
  [x: string]: undefined;
926
941
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
927
942
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
928
- } & {
929
- [x: string]: undefined;
930
- }) | ({
943
+ } | ({
931
944
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
932
945
  } & {
933
946
  [x: string]: undefined;
934
- } & {
947
+ })) & ({} | {
948
+ [x: string]: undefined;
949
+ } | {
935
950
  [x: string]: undefined;
936
- })) & ({
951
+ })) & ({} | {
937
952
  [x: string]: undefined;
938
953
  } | {
939
954
  [x: string]: undefined;
@@ -941,19 +956,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
941
956
  [x: string]: undefined;
942
957
  } | {
943
958
  [x: string]: undefined;
944
- } | undefined), string | number> & {
959
+ }), string | number> & {
945
960
  [x: string]: undefined;
946
961
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
947
962
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
948
- } & {
949
- [x: string]: undefined;
950
- }) | ({
963
+ } | ({
951
964
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
952
965
  } & {
953
966
  [x: string]: undefined;
954
- } & {
967
+ })) & ({} | {
955
968
  [x: string]: undefined;
956
- })) & ({
969
+ } | {
970
+ [x: string]: undefined;
971
+ })) & ({} | {
957
972
  [x: string]: undefined;
958
973
  } | {
959
974
  [x: string]: undefined;
@@ -961,19 +976,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
961
976
  [x: string]: undefined;
962
977
  } | {
963
978
  [x: string]: undefined;
964
- } | undefined), string | number> & {
979
+ }), string | number> & {
965
980
  [x: string]: undefined;
966
981
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
967
982
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
968
- } & {
969
- [x: string]: undefined;
970
- }) | ({
983
+ } | ({
971
984
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
972
985
  } & {
973
986
  [x: string]: undefined;
974
- } & {
987
+ })) & ({} | {
988
+ [x: string]: undefined;
989
+ } | {
975
990
  [x: string]: undefined;
976
- })) & ({
991
+ })) & ({} | {
977
992
  [x: string]: undefined;
978
993
  } | {
979
994
  [x: string]: undefined;
@@ -981,19 +996,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
981
996
  [x: string]: undefined;
982
997
  } | {
983
998
  [x: string]: undefined;
984
- } | undefined), string | number> & {
999
+ }), string | number> & {
985
1000
  [x: string]: undefined;
986
1001
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
987
1002
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
988
- } & {
989
- [x: string]: undefined;
990
- }) | ({
1003
+ } | ({
991
1004
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
992
1005
  } & {
993
1006
  [x: string]: undefined;
994
- } & {
1007
+ })) & ({} | {
995
1008
  [x: string]: undefined;
996
- })) & ({
1009
+ } | {
1010
+ [x: string]: undefined;
1011
+ })) & ({} | {
997
1012
  [x: string]: undefined;
998
1013
  } | {
999
1014
  [x: string]: undefined;
@@ -1001,19 +1016,19 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
1001
1016
  [x: string]: undefined;
1002
1017
  } | {
1003
1018
  [x: string]: undefined;
1004
- } | undefined), string | number> & {
1019
+ }), string | number> & {
1005
1020
  [x: string]: undefined;
1006
1021
  }>>), TamaguiElement, import("@tamagui/core").TextPropsBase, ((({
1007
1022
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1008
- } & {
1009
- [x: string]: undefined;
1010
- }) | ({
1023
+ } | ({
1011
1024
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1012
1025
  } & {
1013
1026
  [x: string]: undefined;
1014
- } & {
1027
+ })) & ({} | {
1028
+ [x: string]: undefined;
1029
+ } | {
1015
1030
  [x: string]: undefined;
1016
- })) & ({
1031
+ })) & ({} | {
1017
1032
  [x: string]: undefined;
1018
1033
  } | {
1019
1034
  [x: string]: undefined;
@@ -1021,7 +1036,7 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
1021
1036
  [x: string]: undefined;
1022
1037
  } | {
1023
1038
  [x: string]: undefined;
1024
- } | undefined)) & ({
1039
+ })) & ({} | {
1025
1040
  [x: string]: undefined;
1026
1041
  } | {
1027
1042
  [x: string]: undefined;
@@ -1037,7 +1052,7 @@ declare const DialogTitleFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
1037
1052
  [x: string]: undefined;
1038
1053
  } | {
1039
1054
  [x: string]: undefined;
1040
- } | undefined), {
1055
+ }), {
1041
1056
  displayName: string | undefined;
1042
1057
  }>;
1043
1058
  type DialogTitleProps = GetProps<typeof DialogTitleFrame>;
@@ -1061,195 +1076,207 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1061
1076
  [x: string]: undefined;
1062
1077
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1063
1078
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1079
+ } | ({
1080
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1064
1081
  } & {
1065
1082
  [x: string]: undefined;
1066
- }, string | number> & {
1083
+ }), string | number> & {
1067
1084
  [x: string]: undefined;
1068
1085
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1069
1086
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1087
+ } | ({
1088
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1070
1089
  } & {
1071
1090
  [x: string]: undefined;
1072
- }, string | number> & {
1091
+ }), string | number> & {
1073
1092
  [x: string]: undefined;
1074
1093
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1075
1094
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1095
+ } | ({
1096
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1076
1097
  } & {
1077
1098
  [x: string]: undefined;
1078
- }, string | number> & {
1099
+ }), string | number> & {
1079
1100
  [x: string]: undefined;
1080
1101
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1081
1102
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1103
+ } | ({
1104
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1082
1105
  } & {
1083
1106
  [x: string]: undefined;
1084
- }, string | number> & {
1107
+ }), string | number> & {
1085
1108
  [x: string]: undefined;
1086
1109
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1087
1110
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1111
+ } | ({
1112
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1088
1113
  } & {
1089
1114
  [x: string]: undefined;
1090
- }, string | number> & {
1115
+ }), string | number> & {
1091
1116
  [x: string]: undefined;
1092
1117
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1093
1118
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1119
+ } | ({
1120
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1094
1121
  } & {
1095
1122
  [x: string]: undefined;
1096
- }, string | number> & {
1123
+ }), string | number> & {
1097
1124
  [x: string]: undefined;
1098
1125
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1099
1126
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1100
- } & {
1101
- [x: string]: undefined;
1102
- }) | ({
1127
+ } | ({
1103
1128
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1104
1129
  } & {
1105
1130
  [x: string]: undefined;
1106
- } & {
1131
+ })) & ({} | {
1132
+ [x: string]: undefined;
1133
+ } | {
1107
1134
  [x: string]: undefined;
1108
1135
  }), string | number> & {
1109
1136
  [x: string]: undefined;
1110
1137
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1111
1138
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1139
+ } | ({
1140
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1112
1141
  } & {
1113
1142
  [x: string]: undefined;
1114
- }) | ({
1115
- readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1116
- } & {
1143
+ })) & ({} | {
1117
1144
  [x: string]: undefined;
1118
- } & {
1145
+ } | {
1119
1146
  [x: string]: undefined;
1120
1147
  }), string | number> & {
1121
1148
  [x: string]: undefined;
1122
1149
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1123
1150
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1124
- } & {
1125
- [x: string]: undefined;
1126
- }) | ({
1151
+ } | ({
1127
1152
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1128
1153
  } & {
1129
1154
  [x: string]: undefined;
1130
- } & {
1155
+ })) & ({} | {
1156
+ [x: string]: undefined;
1157
+ } | {
1131
1158
  [x: string]: undefined;
1132
1159
  }), string | number> & {
1133
1160
  [x: string]: undefined;
1134
1161
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1135
1162
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1136
- } & {
1137
- [x: string]: undefined;
1138
- }) | ({
1163
+ } | ({
1139
1164
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1140
1165
  } & {
1141
1166
  [x: string]: undefined;
1142
- } & {
1167
+ })) & ({} | {
1168
+ [x: string]: undefined;
1169
+ } | {
1143
1170
  [x: string]: undefined;
1144
1171
  }), string | number> & {
1145
1172
  [x: string]: undefined;
1146
1173
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1147
1174
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1148
- } & {
1149
- [x: string]: undefined;
1150
- }) | ({
1175
+ } | ({
1151
1176
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1152
1177
  } & {
1153
1178
  [x: string]: undefined;
1154
- } & {
1179
+ })) & ({} | {
1180
+ [x: string]: undefined;
1181
+ } | {
1155
1182
  [x: string]: undefined;
1156
1183
  }), string | number> & {
1157
1184
  [x: string]: undefined;
1158
1185
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1159
1186
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1160
- } & {
1161
- [x: string]: undefined;
1162
- }) | ({
1187
+ } | ({
1163
1188
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1164
1189
  } & {
1165
1190
  [x: string]: undefined;
1166
- } & {
1191
+ })) & ({} | {
1192
+ [x: string]: undefined;
1193
+ } | {
1167
1194
  [x: string]: undefined;
1168
1195
  }), string | number> & {
1169
1196
  [x: string]: undefined;
1170
1197
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1171
1198
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1172
- } & {
1173
- [x: string]: undefined;
1174
- }) | ({
1199
+ } | ({
1175
1200
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1176
1201
  } & {
1177
1202
  [x: string]: undefined;
1178
- } & {
1203
+ })) & ({} | {
1204
+ [x: string]: undefined;
1205
+ } | {
1179
1206
  [x: string]: undefined;
1180
1207
  }), string | number> & {
1181
1208
  [x: string]: undefined;
1182
1209
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1183
1210
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1184
- } & {
1185
- [x: string]: undefined;
1186
- }) | ({
1211
+ } | ({
1187
1212
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1188
1213
  } & {
1189
1214
  [x: string]: undefined;
1190
- } & {
1215
+ })) & ({} | {
1216
+ [x: string]: undefined;
1217
+ } | {
1191
1218
  [x: string]: undefined;
1192
1219
  }), string | number> & {
1193
1220
  [x: string]: undefined;
1194
1221
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1195
1222
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1196
- } & {
1197
- [x: string]: undefined;
1198
- }) | ({
1223
+ } | ({
1199
1224
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1200
1225
  } & {
1201
1226
  [x: string]: undefined;
1202
- } & {
1227
+ })) & ({} | {
1228
+ [x: string]: undefined;
1229
+ } | {
1203
1230
  [x: string]: undefined;
1204
1231
  }), string | number> & {
1205
1232
  [x: string]: undefined;
1206
1233
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1207
1234
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1208
- } & {
1209
- [x: string]: undefined;
1210
- }) | ({
1235
+ } | ({
1211
1236
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1212
1237
  } & {
1213
1238
  [x: string]: undefined;
1214
- } & {
1239
+ })) & ({} | {
1240
+ [x: string]: undefined;
1241
+ } | {
1215
1242
  [x: string]: undefined;
1216
1243
  }), string | number> & {
1217
1244
  [x: string]: undefined;
1218
1245
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1219
1246
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1220
- } & {
1221
- [x: string]: undefined;
1222
- }) | ({
1247
+ } | ({
1223
1248
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1224
1249
  } & {
1225
1250
  [x: string]: undefined;
1226
- } & {
1251
+ })) & ({} | {
1252
+ [x: string]: undefined;
1253
+ } | {
1227
1254
  [x: string]: undefined;
1228
1255
  }), string | number> & {
1229
1256
  [x: string]: undefined;
1230
1257
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1231
1258
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1232
- } & {
1233
- [x: string]: undefined;
1234
- }) | ({
1259
+ } | ({
1235
1260
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1236
1261
  } & {
1237
1262
  [x: string]: undefined;
1238
- } & {
1263
+ })) & ({} | {
1264
+ [x: string]: undefined;
1265
+ } | {
1239
1266
  [x: string]: undefined;
1240
1267
  }), string | number> & {
1241
1268
  [x: string]: undefined;
1242
1269
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1243
1270
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1244
- } & {
1245
- [x: string]: undefined;
1246
- }) | ({
1271
+ } | ({
1247
1272
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1248
1273
  } & {
1249
1274
  [x: string]: undefined;
1250
- } & {
1275
+ })) & ({} | {
1251
1276
  [x: string]: undefined;
1252
- })) & ({
1277
+ } | {
1278
+ [x: string]: undefined;
1279
+ })) & ({} | {
1253
1280
  [x: string]: undefined;
1254
1281
  } | {
1255
1282
  [x: string]: undefined;
@@ -1257,19 +1284,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1257
1284
  [x: string]: undefined;
1258
1285
  } | {
1259
1286
  [x: string]: undefined;
1260
- } | undefined), string | number> & {
1287
+ }), string | number> & {
1261
1288
  [x: string]: undefined;
1262
1289
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1263
1290
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1264
- } & {
1265
- [x: string]: undefined;
1266
- }) | ({
1291
+ } | ({
1267
1292
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1268
1293
  } & {
1269
1294
  [x: string]: undefined;
1270
- } & {
1295
+ })) & ({} | {
1296
+ [x: string]: undefined;
1297
+ } | {
1271
1298
  [x: string]: undefined;
1272
- })) & ({
1299
+ })) & ({} | {
1273
1300
  [x: string]: undefined;
1274
1301
  } | {
1275
1302
  [x: string]: undefined;
@@ -1277,19 +1304,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1277
1304
  [x: string]: undefined;
1278
1305
  } | {
1279
1306
  [x: string]: undefined;
1280
- } | undefined), string | number> & {
1307
+ }), string | number> & {
1281
1308
  [x: string]: undefined;
1282
1309
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1283
1310
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1284
- } & {
1285
- [x: string]: undefined;
1286
- }) | ({
1311
+ } | ({
1287
1312
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1288
1313
  } & {
1289
1314
  [x: string]: undefined;
1290
- } & {
1315
+ })) & ({} | {
1316
+ [x: string]: undefined;
1317
+ } | {
1291
1318
  [x: string]: undefined;
1292
- })) & ({
1319
+ })) & ({} | {
1293
1320
  [x: string]: undefined;
1294
1321
  } | {
1295
1322
  [x: string]: undefined;
@@ -1297,19 +1324,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1297
1324
  [x: string]: undefined;
1298
1325
  } | {
1299
1326
  [x: string]: undefined;
1300
- } | undefined), string | number> & {
1327
+ }), string | number> & {
1301
1328
  [x: string]: undefined;
1302
1329
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1303
1330
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1304
- } & {
1305
- [x: string]: undefined;
1306
- }) | ({
1331
+ } | ({
1307
1332
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1308
1333
  } & {
1309
1334
  [x: string]: undefined;
1310
- } & {
1335
+ })) & ({} | {
1311
1336
  [x: string]: undefined;
1312
- })) & ({
1337
+ } | {
1338
+ [x: string]: undefined;
1339
+ })) & ({} | {
1313
1340
  [x: string]: undefined;
1314
1341
  } | {
1315
1342
  [x: string]: undefined;
@@ -1317,19 +1344,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1317
1344
  [x: string]: undefined;
1318
1345
  } | {
1319
1346
  [x: string]: undefined;
1320
- } | undefined), string | number> & {
1347
+ }), string | number> & {
1321
1348
  [x: string]: undefined;
1322
1349
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1323
1350
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1324
- } & {
1325
- [x: string]: undefined;
1326
- }) | ({
1351
+ } | ({
1327
1352
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1328
1353
  } & {
1329
1354
  [x: string]: undefined;
1330
- } & {
1355
+ })) & ({} | {
1356
+ [x: string]: undefined;
1357
+ } | {
1331
1358
  [x: string]: undefined;
1332
- })) & ({
1359
+ })) & ({} | {
1333
1360
  [x: string]: undefined;
1334
1361
  } | {
1335
1362
  [x: string]: undefined;
@@ -1337,19 +1364,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1337
1364
  [x: string]: undefined;
1338
1365
  } | {
1339
1366
  [x: string]: undefined;
1340
- } | undefined), string | number> & {
1367
+ }), string | number> & {
1341
1368
  [x: string]: undefined;
1342
1369
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1343
1370
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1344
- } & {
1345
- [x: string]: undefined;
1346
- }) | ({
1371
+ } | ({
1347
1372
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1348
1373
  } & {
1349
1374
  [x: string]: undefined;
1350
- } & {
1375
+ })) & ({} | {
1351
1376
  [x: string]: undefined;
1352
- })) & ({
1377
+ } | {
1378
+ [x: string]: undefined;
1379
+ })) & ({} | {
1353
1380
  [x: string]: undefined;
1354
1381
  } | {
1355
1382
  [x: string]: undefined;
@@ -1357,19 +1384,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1357
1384
  [x: string]: undefined;
1358
1385
  } | {
1359
1386
  [x: string]: undefined;
1360
- } | undefined), string | number> & {
1387
+ }), string | number> & {
1361
1388
  [x: string]: undefined;
1362
1389
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1363
1390
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1364
- } & {
1365
- [x: string]: undefined;
1366
- }) | ({
1391
+ } | ({
1367
1392
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1368
1393
  } & {
1369
1394
  [x: string]: undefined;
1370
- } & {
1395
+ })) & ({} | {
1396
+ [x: string]: undefined;
1397
+ } | {
1371
1398
  [x: string]: undefined;
1372
- })) & ({
1399
+ })) & ({} | {
1373
1400
  [x: string]: undefined;
1374
1401
  } | {
1375
1402
  [x: string]: undefined;
@@ -1377,19 +1404,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1377
1404
  [x: string]: undefined;
1378
1405
  } | {
1379
1406
  [x: string]: undefined;
1380
- } | undefined), string | number> & {
1407
+ }), string | number> & {
1381
1408
  [x: string]: undefined;
1382
1409
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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
1410
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1384
- } & {
1385
- [x: string]: undefined;
1386
- }) | ({
1411
+ } | ({
1387
1412
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1388
1413
  } & {
1389
1414
  [x: string]: undefined;
1390
- } & {
1415
+ })) & ({} | {
1416
+ [x: string]: undefined;
1417
+ } | {
1391
1418
  [x: string]: undefined;
1392
- })) & ({
1419
+ })) & ({} | {
1393
1420
  [x: string]: undefined;
1394
1421
  } | {
1395
1422
  [x: string]: undefined;
@@ -1397,19 +1424,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1397
1424
  [x: string]: undefined;
1398
1425
  } | {
1399
1426
  [x: string]: undefined;
1400
- } | undefined), string | number> & {
1427
+ }), string | number> & {
1401
1428
  [x: string]: undefined;
1402
1429
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1403
1430
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1404
- } & {
1405
- [x: string]: undefined;
1406
- }) | ({
1431
+ } | ({
1407
1432
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1408
1433
  } & {
1409
1434
  [x: string]: undefined;
1410
- } & {
1435
+ })) & ({} | {
1411
1436
  [x: string]: undefined;
1412
- })) & ({
1437
+ } | {
1438
+ [x: string]: undefined;
1439
+ })) & ({} | {
1413
1440
  [x: string]: undefined;
1414
1441
  } | {
1415
1442
  [x: string]: undefined;
@@ -1417,19 +1444,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1417
1444
  [x: string]: undefined;
1418
1445
  } | {
1419
1446
  [x: string]: undefined;
1420
- } | undefined), string | number> & {
1447
+ }), string | number> & {
1421
1448
  [x: string]: undefined;
1422
1449
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1423
1450
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1424
- } & {
1425
- [x: string]: undefined;
1426
- }) | ({
1451
+ } | ({
1427
1452
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1428
1453
  } & {
1429
1454
  [x: string]: undefined;
1430
- } & {
1455
+ })) & ({} | {
1456
+ [x: string]: undefined;
1457
+ } | {
1431
1458
  [x: string]: undefined;
1432
- })) & ({
1459
+ })) & ({} | {
1433
1460
  [x: string]: undefined;
1434
1461
  } | {
1435
1462
  [x: string]: undefined;
@@ -1437,19 +1464,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1437
1464
  [x: string]: undefined;
1438
1465
  } | {
1439
1466
  [x: string]: undefined;
1440
- } | undefined), string | number> & {
1467
+ }), string | number> & {
1441
1468
  [x: string]: undefined;
1442
1469
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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
1470
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1444
- } & {
1445
- [x: string]: undefined;
1446
- }) | ({
1471
+ } | ({
1447
1472
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1448
1473
  } & {
1449
1474
  [x: string]: undefined;
1450
- } & {
1475
+ })) & ({} | {
1476
+ [x: string]: undefined;
1477
+ } | {
1451
1478
  [x: string]: undefined;
1452
- })) & ({
1479
+ })) & ({} | {
1453
1480
  [x: string]: undefined;
1454
1481
  } | {
1455
1482
  [x: string]: undefined;
@@ -1457,19 +1484,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1457
1484
  [x: string]: undefined;
1458
1485
  } | {
1459
1486
  [x: string]: undefined;
1460
- } | undefined), string | number> & {
1487
+ }), string | number> & {
1461
1488
  [x: string]: undefined;
1462
1489
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1463
1490
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1464
- } & {
1465
- [x: string]: undefined;
1466
- }) | ({
1491
+ } | ({
1467
1492
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1468
1493
  } & {
1469
1494
  [x: string]: undefined;
1470
- } & {
1495
+ })) & ({} | {
1471
1496
  [x: string]: undefined;
1472
- })) & ({
1497
+ } | {
1498
+ [x: string]: undefined;
1499
+ })) & ({} | {
1473
1500
  [x: string]: undefined;
1474
1501
  } | {
1475
1502
  [x: string]: undefined;
@@ -1477,19 +1504,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1477
1504
  [x: string]: undefined;
1478
1505
  } | {
1479
1506
  [x: string]: undefined;
1480
- } | undefined), string | number> & {
1507
+ }), string | number> & {
1481
1508
  [x: string]: undefined;
1482
1509
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1483
1510
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1484
- } & {
1485
- [x: string]: undefined;
1486
- }) | ({
1511
+ } | ({
1487
1512
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1488
1513
  } & {
1489
1514
  [x: string]: undefined;
1490
- } & {
1515
+ })) & ({} | {
1516
+ [x: string]: undefined;
1517
+ } | {
1491
1518
  [x: string]: undefined;
1492
- })) & ({
1519
+ })) & ({} | {
1493
1520
  [x: string]: undefined;
1494
1521
  } | {
1495
1522
  [x: string]: undefined;
@@ -1497,19 +1524,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1497
1524
  [x: string]: undefined;
1498
1525
  } | {
1499
1526
  [x: string]: undefined;
1500
- } | undefined), string | number> & {
1527
+ }), string | number> & {
1501
1528
  [x: string]: undefined;
1502
1529
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1503
1530
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1504
- } & {
1505
- [x: string]: undefined;
1506
- }) | ({
1531
+ } | ({
1507
1532
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1508
1533
  } & {
1509
1534
  [x: string]: undefined;
1510
- } & {
1535
+ })) & ({} | {
1536
+ [x: string]: undefined;
1537
+ } | {
1511
1538
  [x: string]: undefined;
1512
- })) & ({
1539
+ })) & ({} | {
1513
1540
  [x: string]: undefined;
1514
1541
  } | {
1515
1542
  [x: string]: undefined;
@@ -1517,19 +1544,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1517
1544
  [x: string]: undefined;
1518
1545
  } | {
1519
1546
  [x: string]: undefined;
1520
- } | undefined), string | number> & {
1547
+ }), string | number> & {
1521
1548
  [x: string]: undefined;
1522
1549
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1523
1550
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1524
- } & {
1525
- [x: string]: undefined;
1526
- }) | ({
1551
+ } | ({
1527
1552
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1528
1553
  } & {
1529
1554
  [x: string]: undefined;
1530
- } & {
1555
+ })) & ({} | {
1531
1556
  [x: string]: undefined;
1532
- })) & ({
1557
+ } | {
1558
+ [x: string]: undefined;
1559
+ })) & ({} | {
1533
1560
  [x: string]: undefined;
1534
1561
  } | {
1535
1562
  [x: string]: undefined;
@@ -1537,19 +1564,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1537
1564
  [x: string]: undefined;
1538
1565
  } | {
1539
1566
  [x: string]: undefined;
1540
- } | undefined), string | number> & {
1567
+ }), string | number> & {
1541
1568
  [x: string]: undefined;
1542
1569
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1543
1570
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1544
- } & {
1545
- [x: string]: undefined;
1546
- }) | ({
1571
+ } | ({
1547
1572
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1548
1573
  } & {
1549
1574
  [x: string]: undefined;
1550
- } & {
1575
+ })) & ({} | {
1576
+ [x: string]: undefined;
1577
+ } | {
1551
1578
  [x: string]: undefined;
1552
- })) & ({
1579
+ })) & ({} | {
1553
1580
  [x: string]: undefined;
1554
1581
  } | {
1555
1582
  [x: string]: undefined;
@@ -1557,19 +1584,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1557
1584
  [x: string]: undefined;
1558
1585
  } | {
1559
1586
  [x: string]: undefined;
1560
- } | undefined), string | number> & {
1587
+ }), string | number> & {
1561
1588
  [x: string]: undefined;
1562
1589
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1563
1590
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1564
- } & {
1565
- [x: string]: undefined;
1566
- }) | ({
1591
+ } | ({
1567
1592
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1568
1593
  } & {
1569
1594
  [x: string]: undefined;
1570
- } & {
1595
+ })) & ({} | {
1571
1596
  [x: string]: undefined;
1572
- })) & ({
1597
+ } | {
1598
+ [x: string]: undefined;
1599
+ })) & ({} | {
1573
1600
  [x: string]: undefined;
1574
1601
  } | {
1575
1602
  [x: string]: undefined;
@@ -1577,19 +1604,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1577
1604
  [x: string]: undefined;
1578
1605
  } | {
1579
1606
  [x: string]: undefined;
1580
- } | undefined), string | number> & {
1607
+ }), string | number> & {
1581
1608
  [x: string]: undefined;
1582
1609
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1583
1610
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1584
- } & {
1585
- [x: string]: undefined;
1586
- }) | ({
1611
+ } | ({
1587
1612
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1588
1613
  } & {
1589
1614
  [x: string]: undefined;
1590
- } & {
1615
+ })) & ({} | {
1616
+ [x: string]: undefined;
1617
+ } | {
1591
1618
  [x: string]: undefined;
1592
- })) & ({
1619
+ })) & ({} | {
1593
1620
  [x: string]: undefined;
1594
1621
  } | {
1595
1622
  [x: string]: undefined;
@@ -1597,19 +1624,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1597
1624
  [x: string]: undefined;
1598
1625
  } | {
1599
1626
  [x: string]: undefined;
1600
- } | undefined), string | number> & {
1627
+ }), string | number> & {
1601
1628
  [x: string]: undefined;
1602
1629
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1603
1630
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1604
- } & {
1605
- [x: string]: undefined;
1606
- }) | ({
1631
+ } | ({
1607
1632
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1608
1633
  } & {
1609
1634
  [x: string]: undefined;
1610
- } & {
1635
+ })) & ({} | {
1636
+ [x: string]: undefined;
1637
+ } | {
1611
1638
  [x: string]: undefined;
1612
- })) & ({
1639
+ })) & ({} | {
1613
1640
  [x: string]: undefined;
1614
1641
  } | {
1615
1642
  [x: string]: undefined;
@@ -1617,19 +1644,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1617
1644
  [x: string]: undefined;
1618
1645
  } | {
1619
1646
  [x: string]: undefined;
1620
- } | undefined), string | number> & {
1647
+ }), string | number> & {
1621
1648
  [x: string]: undefined;
1622
1649
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1623
1650
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1624
- } & {
1625
- [x: string]: undefined;
1626
- }) | ({
1651
+ } | ({
1627
1652
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1628
1653
  } & {
1629
1654
  [x: string]: undefined;
1630
- } & {
1655
+ })) & ({} | {
1631
1656
  [x: string]: undefined;
1632
- })) & ({
1657
+ } | {
1658
+ [x: string]: undefined;
1659
+ })) & ({} | {
1633
1660
  [x: string]: undefined;
1634
1661
  } | {
1635
1662
  [x: string]: undefined;
@@ -1637,19 +1664,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1637
1664
  [x: string]: undefined;
1638
1665
  } | {
1639
1666
  [x: string]: undefined;
1640
- } | undefined), string | number> & {
1667
+ }), string | number> & {
1641
1668
  [x: string]: undefined;
1642
1669
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1643
1670
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1644
- } & {
1645
- [x: string]: undefined;
1646
- }) | ({
1671
+ } | ({
1647
1672
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1648
1673
  } & {
1649
1674
  [x: string]: undefined;
1650
- } & {
1675
+ })) & ({} | {
1676
+ [x: string]: undefined;
1677
+ } | {
1651
1678
  [x: string]: undefined;
1652
- })) & ({
1679
+ })) & ({} | {
1653
1680
  [x: string]: undefined;
1654
1681
  } | {
1655
1682
  [x: string]: undefined;
@@ -1657,19 +1684,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1657
1684
  [x: string]: undefined;
1658
1685
  } | {
1659
1686
  [x: string]: undefined;
1660
- } | undefined), string | number> & {
1687
+ }), string | number> & {
1661
1688
  [x: string]: undefined;
1662
1689
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1663
1690
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1664
- } & {
1665
- [x: string]: undefined;
1666
- }) | ({
1691
+ } | ({
1667
1692
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1668
1693
  } & {
1669
1694
  [x: string]: undefined;
1670
- } & {
1695
+ })) & ({} | {
1671
1696
  [x: string]: undefined;
1672
- })) & ({
1697
+ } | {
1698
+ [x: string]: undefined;
1699
+ })) & ({} | {
1673
1700
  [x: string]: undefined;
1674
1701
  } | {
1675
1702
  [x: string]: undefined;
@@ -1677,19 +1704,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1677
1704
  [x: string]: undefined;
1678
1705
  } | {
1679
1706
  [x: string]: undefined;
1680
- } | undefined), string | number> & {
1707
+ }), string | number> & {
1681
1708
  [x: string]: undefined;
1682
1709
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1683
1710
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1684
- } & {
1685
- [x: string]: undefined;
1686
- }) | ({
1711
+ } | ({
1687
1712
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1688
1713
  } & {
1689
1714
  [x: string]: undefined;
1690
- } & {
1715
+ })) & ({} | {
1716
+ [x: string]: undefined;
1717
+ } | {
1691
1718
  [x: string]: undefined;
1692
- })) & ({
1719
+ })) & ({} | {
1693
1720
  [x: string]: undefined;
1694
1721
  } | {
1695
1722
  [x: string]: undefined;
@@ -1697,19 +1724,19 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1697
1724
  [x: string]: undefined;
1698
1725
  } | {
1699
1726
  [x: string]: undefined;
1700
- } | undefined), string | number> & {
1727
+ }), string | number> & {
1701
1728
  [x: string]: undefined;
1702
1729
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
1703
1730
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1704
- } & {
1705
- [x: string]: undefined;
1706
- }) | ({
1731
+ } | ({
1707
1732
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1708
1733
  } & {
1709
1734
  [x: string]: undefined;
1710
- } & {
1735
+ })) & ({} | {
1736
+ [x: string]: undefined;
1737
+ } | {
1711
1738
  [x: string]: undefined;
1712
- })) & ({
1739
+ })) & ({} | {
1713
1740
  [x: string]: undefined;
1714
1741
  } | {
1715
1742
  [x: string]: undefined;
@@ -1717,7 +1744,7 @@ declare const DialogTitle: React.ForwardRefExoticComponent<((Omit<import("react-
1717
1744
  [x: string]: undefined;
1718
1745
  } | {
1719
1746
  [x: string]: undefined;
1720
- } | undefined), string | number> & {
1747
+ }), string | number> & {
1721
1748
  [x: string]: undefined;
1722
1749
  }>>, "ref">) & React.RefAttributes<TamaguiElement>>;
1723
1750
  declare const DialogDescriptionFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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"> & {
@@ -1740,49 +1767,63 @@ declare const DialogDescriptionFrame: import("@tamagui/core").TamaguiComponent<(
1740
1767
  [x: string]: undefined;
1741
1768
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1742
1769
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1770
+ } | ({
1771
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1743
1772
  } & {
1744
1773
  [x: string]: undefined;
1745
- }, string | number> & {
1774
+ }), string | number> & {
1746
1775
  [x: string]: undefined;
1747
1776
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1748
1777
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1778
+ } | ({
1779
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1749
1780
  } & {
1750
1781
  [x: string]: undefined;
1751
- }, string | number> & {
1782
+ }), string | number> & {
1752
1783
  [x: string]: undefined;
1753
1784
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1754
1785
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1786
+ } | ({
1787
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1755
1788
  } & {
1756
1789
  [x: string]: undefined;
1757
- }, string | number> & {
1790
+ }), string | number> & {
1758
1791
  [x: string]: undefined;
1759
1792
  }>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1760
1793
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1794
+ } | ({
1795
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1761
1796
  } & {
1762
1797
  [x: string]: undefined;
1763
- }, string | number> & {
1798
+ }), string | number> & {
1764
1799
  [x: string]: undefined;
1765
1800
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1766
1801
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1802
+ } | ({
1803
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1767
1804
  } & {
1768
1805
  [x: string]: undefined;
1769
- }, string | number> & {
1806
+ }), string | number> & {
1770
1807
  [x: string]: undefined;
1771
1808
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1772
1809
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1810
+ } | ({
1811
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1773
1812
  } & {
1774
1813
  [x: string]: undefined;
1775
- }, string | number> & {
1814
+ }), string | number> & {
1776
1815
  [x: string]: undefined;
1777
- }>>), TamaguiElement, import("@tamagui/core").TextPropsBase, {
1816
+ }>>), TamaguiElement, import("@tamagui/core").TextPropsBase, ({
1817
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1818
+ } | ({
1778
1819
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1779
1820
  } & {
1780
1821
  [x: string]: undefined;
1781
- } & ({
1822
+ })) & ({} | {
1782
1823
  [x: string]: undefined;
1783
1824
  } | {
1784
1825
  [x: string]: undefined;
1785
- } | undefined), {
1826
+ }), {
1786
1827
  displayName: string | undefined;
1787
1828
  }>;
1788
1829
  type DialogDescriptionProps = GetProps<typeof DialogDescriptionFrame>;
@@ -1806,39 +1847,51 @@ declare const DialogDescription: React.ForwardRefExoticComponent<((Omit<import("
1806
1847
  [x: string]: undefined;
1807
1848
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1808
1849
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1850
+ } | ({
1851
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1809
1852
  } & {
1810
1853
  [x: string]: undefined;
1811
- }, string | number> & {
1854
+ }), string | number> & {
1812
1855
  [x: string]: undefined;
1813
1856
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1814
1857
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1858
+ } | ({
1859
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1815
1860
  } & {
1816
1861
  [x: string]: undefined;
1817
- }, string | number> & {
1862
+ }), string | number> & {
1818
1863
  [x: string]: undefined;
1819
1864
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1820
1865
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1866
+ } | ({
1867
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1821
1868
  } & {
1822
1869
  [x: string]: undefined;
1823
- }, string | number> & {
1870
+ }), string | number> & {
1824
1871
  [x: string]: undefined;
1825
1872
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1826
1873
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1874
+ } | ({
1875
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1827
1876
  } & {
1828
1877
  [x: string]: undefined;
1829
- }, string | number> & {
1878
+ }), string | number> & {
1830
1879
  [x: string]: undefined;
1831
1880
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1832
1881
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1882
+ } | ({
1883
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1833
1884
  } & {
1834
1885
  [x: string]: undefined;
1835
- }, string | number> & {
1886
+ }), string | number> & {
1836
1887
  [x: string]: undefined;
1837
1888
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1838
1889
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1890
+ } | ({
1891
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1839
1892
  } & {
1840
1893
  [x: string]: undefined;
1841
- }, string | number> & {
1894
+ }), string | number> & {
1842
1895
  [x: string]: undefined;
1843
1896
  }>>, "ref">) & React.RefAttributes<TamaguiElement>>;
1844
1897
  type DialogCloseProps = YStackProps & {
@@ -1893,195 +1946,207 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
1893
1946
  [x: string]: undefined;
1894
1947
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1895
1948
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1949
+ } | ({
1950
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1896
1951
  } & {
1897
1952
  [x: string]: undefined;
1898
- }, string | number> & {
1953
+ }), string | number> & {
1899
1954
  [x: string]: undefined;
1900
1955
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1901
1956
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1957
+ } | ({
1958
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1902
1959
  } & {
1903
1960
  [x: string]: undefined;
1904
- }, string | number> & {
1961
+ }), string | number> & {
1905
1962
  [x: string]: undefined;
1906
1963
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1907
1964
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1965
+ } | ({
1966
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1908
1967
  } & {
1909
1968
  [x: string]: undefined;
1910
- }, string | number> & {
1969
+ }), string | number> & {
1911
1970
  [x: string]: undefined;
1912
1971
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1913
1972
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1973
+ } | ({
1974
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1914
1975
  } & {
1915
1976
  [x: string]: undefined;
1916
- }, string | number> & {
1977
+ }), string | number> & {
1917
1978
  [x: string]: undefined;
1918
1979
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1919
1980
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1981
+ } | ({
1982
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1920
1983
  } & {
1921
1984
  [x: string]: undefined;
1922
- }, string | number> & {
1985
+ }), string | number> & {
1923
1986
  [x: string]: undefined;
1924
1987
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
1925
1988
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1989
+ } | ({
1990
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1926
1991
  } & {
1927
1992
  [x: string]: undefined;
1928
- }, string | number> & {
1993
+ }), string | number> & {
1929
1994
  [x: string]: undefined;
1930
1995
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1931
1996
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1932
- } & {
1933
- [x: string]: undefined;
1934
- }) | ({
1997
+ } | ({
1935
1998
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1936
1999
  } & {
1937
2000
  [x: string]: undefined;
1938
- } & {
2001
+ })) & ({} | {
2002
+ [x: string]: undefined;
2003
+ } | {
1939
2004
  [x: string]: undefined;
1940
2005
  }), string | number> & {
1941
2006
  [x: string]: undefined;
1942
2007
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1943
2008
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1944
- } & {
1945
- [x: string]: undefined;
1946
- }) | ({
2009
+ } | ({
1947
2010
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1948
2011
  } & {
1949
2012
  [x: string]: undefined;
1950
- } & {
2013
+ })) & ({} | {
2014
+ [x: string]: undefined;
2015
+ } | {
1951
2016
  [x: string]: undefined;
1952
2017
  }), string | number> & {
1953
2018
  [x: string]: undefined;
1954
2019
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1955
2020
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1956
- } & {
1957
- [x: string]: undefined;
1958
- }) | ({
2021
+ } | ({
1959
2022
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1960
2023
  } & {
1961
2024
  [x: string]: undefined;
1962
- } & {
2025
+ })) & ({} | {
2026
+ [x: string]: undefined;
2027
+ } | {
1963
2028
  [x: string]: undefined;
1964
2029
  }), string | number> & {
1965
2030
  [x: string]: undefined;
1966
2031
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1967
2032
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1968
- } & {
1969
- [x: string]: undefined;
1970
- }) | ({
2033
+ } | ({
1971
2034
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1972
2035
  } & {
1973
2036
  [x: string]: undefined;
1974
- } & {
2037
+ })) & ({} | {
2038
+ [x: string]: undefined;
2039
+ } | {
1975
2040
  [x: string]: undefined;
1976
2041
  }), string | number> & {
1977
2042
  [x: string]: undefined;
1978
2043
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1979
2044
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1980
- } & {
1981
- [x: string]: undefined;
1982
- }) | ({
2045
+ } | ({
1983
2046
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1984
2047
  } & {
1985
2048
  [x: string]: undefined;
1986
- } & {
2049
+ })) & ({} | {
2050
+ [x: string]: undefined;
2051
+ } | {
1987
2052
  [x: string]: undefined;
1988
2053
  }), string | number> & {
1989
2054
  [x: string]: undefined;
1990
2055
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
1991
2056
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1992
- } & {
1993
- [x: string]: undefined;
1994
- }) | ({
2057
+ } | ({
1995
2058
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
1996
2059
  } & {
1997
2060
  [x: string]: undefined;
1998
- } & {
2061
+ })) & ({} | {
2062
+ [x: string]: undefined;
2063
+ } | {
1999
2064
  [x: string]: undefined;
2000
2065
  }), string | number> & {
2001
2066
  [x: string]: undefined;
2002
2067
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
2003
2068
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2004
- } & {
2005
- [x: string]: undefined;
2006
- }) | ({
2069
+ } | ({
2007
2070
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2008
2071
  } & {
2009
2072
  [x: string]: undefined;
2010
- } & {
2073
+ })) & ({} | {
2074
+ [x: string]: undefined;
2075
+ } | {
2011
2076
  [x: string]: undefined;
2012
2077
  }), string | number> & {
2013
2078
  [x: string]: undefined;
2014
2079
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
2015
2080
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2016
- } & {
2017
- [x: string]: undefined;
2018
- }) | ({
2081
+ } | ({
2019
2082
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2020
2083
  } & {
2021
2084
  [x: string]: undefined;
2022
- } & {
2085
+ })) & ({} | {
2086
+ [x: string]: undefined;
2087
+ } | {
2023
2088
  [x: string]: undefined;
2024
2089
  }), string | number> & {
2025
2090
  [x: string]: undefined;
2026
2091
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
2027
2092
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2028
- } & {
2029
- [x: string]: undefined;
2030
- }) | ({
2093
+ } | ({
2031
2094
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2032
2095
  } & {
2033
2096
  [x: string]: undefined;
2034
- } & {
2097
+ })) & ({} | {
2098
+ [x: string]: undefined;
2099
+ } | {
2035
2100
  [x: string]: undefined;
2036
2101
  }), string | number> & {
2037
2102
  [x: string]: undefined;
2038
2103
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
2039
2104
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2040
- } & {
2041
- [x: string]: undefined;
2042
- }) | ({
2105
+ } | ({
2043
2106
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2044
2107
  } & {
2045
2108
  [x: string]: undefined;
2046
- } & {
2109
+ })) & ({} | {
2110
+ [x: string]: undefined;
2111
+ } | {
2047
2112
  [x: string]: undefined;
2048
2113
  }), string | number> & {
2049
2114
  [x: string]: undefined;
2050
2115
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
2051
2116
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2052
- } & {
2053
- [x: string]: undefined;
2054
- }) | ({
2117
+ } | ({
2055
2118
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2056
2119
  } & {
2057
2120
  [x: string]: undefined;
2058
- } & {
2121
+ })) & ({} | {
2122
+ [x: string]: undefined;
2123
+ } | {
2059
2124
  [x: string]: undefined;
2060
2125
  }), string | number> & {
2061
2126
  [x: string]: undefined;
2062
2127
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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<({
2063
2128
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2064
- } & {
2065
- [x: string]: undefined;
2066
- }) | ({
2129
+ } | ({
2067
2130
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2068
2131
  } & {
2069
2132
  [x: string]: undefined;
2070
- } & {
2133
+ })) & ({} | {
2134
+ [x: string]: undefined;
2135
+ } | {
2071
2136
  [x: string]: undefined;
2072
2137
  }), string | number> & {
2073
2138
  [x: string]: undefined;
2074
2139
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2075
2140
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2076
- } & {
2077
- [x: string]: undefined;
2078
- }) | ({
2141
+ } | ({
2079
2142
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2080
2143
  } & {
2081
2144
  [x: string]: undefined;
2082
- } & {
2145
+ })) & ({} | {
2146
+ [x: string]: undefined;
2147
+ } | {
2083
2148
  [x: string]: undefined;
2084
- })) & ({
2149
+ })) & ({} | {
2085
2150
  [x: string]: undefined;
2086
2151
  } | {
2087
2152
  [x: string]: undefined;
@@ -2089,19 +2154,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2089
2154
  [x: string]: undefined;
2090
2155
  } | {
2091
2156
  [x: string]: undefined;
2092
- } | undefined), string | number> & {
2157
+ }), string | number> & {
2093
2158
  [x: string]: undefined;
2094
2159
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2095
2160
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2096
- } & {
2097
- [x: string]: undefined;
2098
- }) | ({
2161
+ } | ({
2099
2162
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2100
2163
  } & {
2101
2164
  [x: string]: undefined;
2102
- } & {
2165
+ })) & ({} | {
2166
+ [x: string]: undefined;
2167
+ } | {
2103
2168
  [x: string]: undefined;
2104
- })) & ({
2169
+ })) & ({} | {
2105
2170
  [x: string]: undefined;
2106
2171
  } | {
2107
2172
  [x: string]: undefined;
@@ -2109,19 +2174,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2109
2174
  [x: string]: undefined;
2110
2175
  } | {
2111
2176
  [x: string]: undefined;
2112
- } | undefined), string | number> & {
2177
+ }), string | number> & {
2113
2178
  [x: string]: undefined;
2114
2179
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2115
2180
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2116
- } & {
2117
- [x: string]: undefined;
2118
- }) | ({
2181
+ } | ({
2119
2182
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2120
2183
  } & {
2121
2184
  [x: string]: undefined;
2122
- } & {
2185
+ })) & ({} | {
2123
2186
  [x: string]: undefined;
2124
- })) & ({
2187
+ } | {
2188
+ [x: string]: undefined;
2189
+ })) & ({} | {
2125
2190
  [x: string]: undefined;
2126
2191
  } | {
2127
2192
  [x: string]: undefined;
@@ -2129,19 +2194,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2129
2194
  [x: string]: undefined;
2130
2195
  } | {
2131
2196
  [x: string]: undefined;
2132
- } | undefined), string | number> & {
2197
+ }), string | number> & {
2133
2198
  [x: string]: undefined;
2134
2199
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2135
2200
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2136
- } & {
2137
- [x: string]: undefined;
2138
- }) | ({
2201
+ } | ({
2139
2202
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2140
2203
  } & {
2141
2204
  [x: string]: undefined;
2142
- } & {
2205
+ })) & ({} | {
2206
+ [x: string]: undefined;
2207
+ } | {
2143
2208
  [x: string]: undefined;
2144
- })) & ({
2209
+ })) & ({} | {
2145
2210
  [x: string]: undefined;
2146
2211
  } | {
2147
2212
  [x: string]: undefined;
@@ -2149,19 +2214,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2149
2214
  [x: string]: undefined;
2150
2215
  } | {
2151
2216
  [x: string]: undefined;
2152
- } | undefined), string | number> & {
2217
+ }), string | number> & {
2153
2218
  [x: string]: undefined;
2154
2219
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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
2220
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2156
- } & {
2157
- [x: string]: undefined;
2158
- }) | ({
2221
+ } | ({
2159
2222
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2160
2223
  } & {
2161
2224
  [x: string]: undefined;
2162
- } & {
2225
+ })) & ({} | {
2163
2226
  [x: string]: undefined;
2164
- })) & ({
2227
+ } | {
2228
+ [x: string]: undefined;
2229
+ })) & ({} | {
2165
2230
  [x: string]: undefined;
2166
2231
  } | {
2167
2232
  [x: string]: undefined;
@@ -2169,19 +2234,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2169
2234
  [x: string]: undefined;
2170
2235
  } | {
2171
2236
  [x: string]: undefined;
2172
- } | undefined), string | number> & {
2237
+ }), string | number> & {
2173
2238
  [x: string]: undefined;
2174
2239
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2175
2240
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2176
- } & {
2177
- [x: string]: undefined;
2178
- }) | ({
2241
+ } | ({
2179
2242
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2180
2243
  } & {
2181
2244
  [x: string]: undefined;
2182
- } & {
2245
+ })) & ({} | {
2183
2246
  [x: string]: undefined;
2184
- })) & ({
2247
+ } | {
2248
+ [x: string]: undefined;
2249
+ })) & ({} | {
2185
2250
  [x: string]: undefined;
2186
2251
  } | {
2187
2252
  [x: string]: undefined;
@@ -2189,19 +2254,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2189
2254
  [x: string]: undefined;
2190
2255
  } | {
2191
2256
  [x: string]: undefined;
2192
- } | undefined), string | number> & {
2257
+ }), string | number> & {
2193
2258
  [x: string]: undefined;
2194
2259
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2195
2260
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2196
- } & {
2197
- [x: string]: undefined;
2198
- }) | ({
2261
+ } | ({
2199
2262
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2200
2263
  } & {
2201
2264
  [x: string]: undefined;
2202
- } & {
2265
+ })) & ({} | {
2266
+ [x: string]: undefined;
2267
+ } | {
2203
2268
  [x: string]: undefined;
2204
- })) & ({
2269
+ })) & ({} | {
2205
2270
  [x: string]: undefined;
2206
2271
  } | {
2207
2272
  [x: string]: undefined;
@@ -2209,19 +2274,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2209
2274
  [x: string]: undefined;
2210
2275
  } | {
2211
2276
  [x: string]: undefined;
2212
- } | undefined), string | number> & {
2277
+ }), string | number> & {
2213
2278
  [x: string]: undefined;
2214
2279
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2215
2280
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2216
- } & {
2217
- [x: string]: undefined;
2218
- }) | ({
2281
+ } | ({
2219
2282
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2220
2283
  } & {
2221
2284
  [x: string]: undefined;
2222
- } & {
2285
+ })) & ({} | {
2286
+ [x: string]: undefined;
2287
+ } | {
2223
2288
  [x: string]: undefined;
2224
- })) & ({
2289
+ })) & ({} | {
2225
2290
  [x: string]: undefined;
2226
2291
  } | {
2227
2292
  [x: string]: undefined;
@@ -2229,19 +2294,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2229
2294
  [x: string]: undefined;
2230
2295
  } | {
2231
2296
  [x: string]: undefined;
2232
- } | undefined), string | number> & {
2297
+ }), string | number> & {
2233
2298
  [x: string]: undefined;
2234
2299
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2235
2300
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2236
- } & {
2237
- [x: string]: undefined;
2238
- }) | ({
2301
+ } | ({
2239
2302
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2240
2303
  } & {
2241
2304
  [x: string]: undefined;
2242
- } & {
2305
+ })) & ({} | {
2243
2306
  [x: string]: undefined;
2244
- })) & ({
2307
+ } | {
2308
+ [x: string]: undefined;
2309
+ })) & ({} | {
2245
2310
  [x: string]: undefined;
2246
2311
  } | {
2247
2312
  [x: string]: undefined;
@@ -2249,19 +2314,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2249
2314
  [x: string]: undefined;
2250
2315
  } | {
2251
2316
  [x: string]: undefined;
2252
- } | undefined), string | number> & {
2317
+ }), string | number> & {
2253
2318
  [x: string]: undefined;
2254
2319
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2255
2320
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2256
- } & {
2257
- [x: string]: undefined;
2258
- }) | ({
2321
+ } | ({
2259
2322
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2260
2323
  } & {
2261
2324
  [x: string]: undefined;
2262
- } & {
2325
+ })) & ({} | {
2326
+ [x: string]: undefined;
2327
+ } | {
2263
2328
  [x: string]: undefined;
2264
- })) & ({
2329
+ })) & ({} | {
2265
2330
  [x: string]: undefined;
2266
2331
  } | {
2267
2332
  [x: string]: undefined;
@@ -2269,19 +2334,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2269
2334
  [x: string]: undefined;
2270
2335
  } | {
2271
2336
  [x: string]: undefined;
2272
- } | undefined), string | number> & {
2337
+ }), string | number> & {
2273
2338
  [x: string]: undefined;
2274
2339
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2275
2340
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2276
- } & {
2277
- [x: string]: undefined;
2278
- }) | ({
2341
+ } | ({
2279
2342
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2280
2343
  } & {
2281
2344
  [x: string]: undefined;
2282
- } & {
2345
+ })) & ({} | {
2283
2346
  [x: string]: undefined;
2284
- })) & ({
2347
+ } | {
2348
+ [x: string]: undefined;
2349
+ })) & ({} | {
2285
2350
  [x: string]: undefined;
2286
2351
  } | {
2287
2352
  [x: string]: undefined;
@@ -2289,19 +2354,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2289
2354
  [x: string]: undefined;
2290
2355
  } | {
2291
2356
  [x: string]: undefined;
2292
- } | undefined), string | number> & {
2357
+ }), string | number> & {
2293
2358
  [x: string]: undefined;
2294
2359
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2295
2360
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2296
- } & {
2297
- [x: string]: undefined;
2298
- }) | ({
2361
+ } | ({
2299
2362
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2300
2363
  } & {
2301
2364
  [x: string]: undefined;
2302
- } & {
2365
+ })) & ({} | {
2366
+ [x: string]: undefined;
2367
+ } | {
2303
2368
  [x: string]: undefined;
2304
- })) & ({
2369
+ })) & ({} | {
2305
2370
  [x: string]: undefined;
2306
2371
  } | {
2307
2372
  [x: string]: undefined;
@@ -2309,19 +2374,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2309
2374
  [x: string]: undefined;
2310
2375
  } | {
2311
2376
  [x: string]: undefined;
2312
- } | undefined), string | number> & {
2377
+ }), string | number> & {
2313
2378
  [x: string]: undefined;
2314
2379
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2315
2380
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2316
- } & {
2317
- [x: string]: undefined;
2318
- }) | ({
2381
+ } | ({
2319
2382
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2320
2383
  } & {
2321
2384
  [x: string]: undefined;
2322
- } & {
2385
+ })) & ({} | {
2386
+ [x: string]: undefined;
2387
+ } | {
2323
2388
  [x: string]: undefined;
2324
- })) & ({
2389
+ })) & ({} | {
2325
2390
  [x: string]: undefined;
2326
2391
  } | {
2327
2392
  [x: string]: undefined;
@@ -2329,19 +2394,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2329
2394
  [x: string]: undefined;
2330
2395
  } | {
2331
2396
  [x: string]: undefined;
2332
- } | undefined), string | number> & {
2397
+ }), string | number> & {
2333
2398
  [x: string]: undefined;
2334
2399
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2335
2400
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2336
- } & {
2337
- [x: string]: undefined;
2338
- }) | ({
2401
+ } | ({
2339
2402
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2340
2403
  } & {
2341
2404
  [x: string]: undefined;
2342
- } & {
2405
+ })) & ({} | {
2343
2406
  [x: string]: undefined;
2344
- })) & ({
2407
+ } | {
2408
+ [x: string]: undefined;
2409
+ })) & ({} | {
2345
2410
  [x: string]: undefined;
2346
2411
  } | {
2347
2412
  [x: string]: undefined;
@@ -2349,19 +2414,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2349
2414
  [x: string]: undefined;
2350
2415
  } | {
2351
2416
  [x: string]: undefined;
2352
- } | undefined), string | number> & {
2417
+ }), string | number> & {
2353
2418
  [x: string]: undefined;
2354
2419
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2355
2420
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2356
- } & {
2357
- [x: string]: undefined;
2358
- }) | ({
2421
+ } | ({
2359
2422
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2360
2423
  } & {
2361
2424
  [x: string]: undefined;
2362
- } & {
2425
+ })) & ({} | {
2426
+ [x: string]: undefined;
2427
+ } | {
2363
2428
  [x: string]: undefined;
2364
- })) & ({
2429
+ })) & ({} | {
2365
2430
  [x: string]: undefined;
2366
2431
  } | {
2367
2432
  [x: string]: undefined;
@@ -2369,19 +2434,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2369
2434
  [x: string]: undefined;
2370
2435
  } | {
2371
2436
  [x: string]: undefined;
2372
- } | undefined), string | number> & {
2437
+ }), string | number> & {
2373
2438
  [x: string]: undefined;
2374
2439
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2375
2440
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2376
- } & {
2377
- [x: string]: undefined;
2378
- }) | ({
2441
+ } | ({
2379
2442
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2380
2443
  } & {
2381
2444
  [x: string]: undefined;
2382
- } & {
2445
+ })) & ({} | {
2383
2446
  [x: string]: undefined;
2384
- })) & ({
2447
+ } | {
2448
+ [x: string]: undefined;
2449
+ })) & ({} | {
2385
2450
  [x: string]: undefined;
2386
2451
  } | {
2387
2452
  [x: string]: undefined;
@@ -2389,19 +2454,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2389
2454
  [x: string]: undefined;
2390
2455
  } | {
2391
2456
  [x: string]: undefined;
2392
- } | undefined), string | number> & {
2457
+ }), string | number> & {
2393
2458
  [x: string]: undefined;
2394
2459
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2395
2460
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2396
- } & {
2397
- [x: string]: undefined;
2398
- }) | ({
2461
+ } | ({
2399
2462
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2400
2463
  } & {
2401
2464
  [x: string]: undefined;
2402
- } & {
2465
+ })) & ({} | {
2403
2466
  [x: string]: undefined;
2404
- })) & ({
2467
+ } | {
2468
+ [x: string]: undefined;
2469
+ })) & ({} | {
2405
2470
  [x: string]: undefined;
2406
2471
  } | {
2407
2472
  [x: string]: undefined;
@@ -2409,19 +2474,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2409
2474
  [x: string]: undefined;
2410
2475
  } | {
2411
2476
  [x: string]: undefined;
2412
- } | undefined), string | number> & {
2477
+ }), string | number> & {
2413
2478
  [x: string]: undefined;
2414
2479
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2415
2480
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2416
- } & {
2417
- [x: string]: undefined;
2418
- }) | ({
2481
+ } | ({
2419
2482
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2420
2483
  } & {
2421
2484
  [x: string]: undefined;
2422
- } & {
2485
+ })) & ({} | {
2486
+ [x: string]: undefined;
2487
+ } | {
2423
2488
  [x: string]: undefined;
2424
- })) & ({
2489
+ })) & ({} | {
2425
2490
  [x: string]: undefined;
2426
2491
  } | {
2427
2492
  [x: string]: undefined;
@@ -2429,19 +2494,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2429
2494
  [x: string]: undefined;
2430
2495
  } | {
2431
2496
  [x: string]: undefined;
2432
- } | undefined), string | number> & {
2497
+ }), string | number> & {
2433
2498
  [x: string]: undefined;
2434
2499
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2435
2500
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2436
- } & {
2437
- [x: string]: undefined;
2438
- }) | ({
2501
+ } | ({
2439
2502
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2440
2503
  } & {
2441
2504
  [x: string]: undefined;
2442
- } & {
2505
+ })) & ({} | {
2443
2506
  [x: string]: undefined;
2444
- })) & ({
2507
+ } | {
2508
+ [x: string]: undefined;
2509
+ })) & ({} | {
2445
2510
  [x: string]: undefined;
2446
2511
  } | {
2447
2512
  [x: string]: undefined;
@@ -2449,19 +2514,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2449
2514
  [x: string]: undefined;
2450
2515
  } | {
2451
2516
  [x: string]: undefined;
2452
- } | undefined), string | number> & {
2517
+ }), string | number> & {
2453
2518
  [x: string]: undefined;
2454
2519
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2455
2520
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2456
- } & {
2457
- [x: string]: undefined;
2458
- }) | ({
2521
+ } | ({
2459
2522
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2460
2523
  } & {
2461
2524
  [x: string]: undefined;
2462
- } & {
2525
+ })) & ({} | {
2526
+ [x: string]: undefined;
2527
+ } | {
2463
2528
  [x: string]: undefined;
2464
- })) & ({
2529
+ })) & ({} | {
2465
2530
  [x: string]: undefined;
2466
2531
  } | {
2467
2532
  [x: string]: undefined;
@@ -2469,19 +2534,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2469
2534
  [x: string]: undefined;
2470
2535
  } | {
2471
2536
  [x: string]: undefined;
2472
- } | undefined), string | number> & {
2537
+ }), string | number> & {
2473
2538
  [x: string]: undefined;
2474
2539
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2475
2540
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2476
- } & {
2477
- [x: string]: undefined;
2478
- }) | ({
2541
+ } | ({
2479
2542
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2480
2543
  } & {
2481
2544
  [x: string]: undefined;
2482
- } & {
2545
+ })) & ({} | {
2546
+ [x: string]: undefined;
2547
+ } | {
2483
2548
  [x: string]: undefined;
2484
- })) & ({
2549
+ })) & ({} | {
2485
2550
  [x: string]: undefined;
2486
2551
  } | {
2487
2552
  [x: string]: undefined;
@@ -2489,19 +2554,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2489
2554
  [x: string]: undefined;
2490
2555
  } | {
2491
2556
  [x: string]: undefined;
2492
- } | undefined), string | number> & {
2557
+ }), string | number> & {
2493
2558
  [x: string]: undefined;
2494
2559
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2495
2560
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2496
- } & {
2497
- [x: string]: undefined;
2498
- }) | ({
2561
+ } | ({
2499
2562
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2500
2563
  } & {
2501
2564
  [x: string]: undefined;
2502
- } & {
2565
+ })) & ({} | {
2503
2566
  [x: string]: undefined;
2504
- })) & ({
2567
+ } | {
2568
+ [x: string]: undefined;
2569
+ })) & ({} | {
2505
2570
  [x: string]: undefined;
2506
2571
  } | {
2507
2572
  [x: string]: undefined;
@@ -2509,19 +2574,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2509
2574
  [x: string]: undefined;
2510
2575
  } | {
2511
2576
  [x: string]: undefined;
2512
- } | undefined), string | number> & {
2577
+ }), string | number> & {
2513
2578
  [x: string]: undefined;
2514
2579
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2515
2580
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2516
- } & {
2517
- [x: string]: undefined;
2518
- }) | ({
2581
+ } | ({
2519
2582
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2520
2583
  } & {
2521
2584
  [x: string]: undefined;
2522
- } & {
2585
+ })) & ({} | {
2586
+ [x: string]: undefined;
2587
+ } | {
2523
2588
  [x: string]: undefined;
2524
- })) & ({
2589
+ })) & ({} | {
2525
2590
  [x: string]: undefined;
2526
2591
  } | {
2527
2592
  [x: string]: undefined;
@@ -2529,19 +2594,19 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2529
2594
  [x: string]: undefined;
2530
2595
  } | {
2531
2596
  [x: string]: undefined;
2532
- } | undefined), string | number> & {
2597
+ }), string | number> & {
2533
2598
  [x: string]: undefined;
2534
2599
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<(({
2535
2600
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2536
- } & {
2537
- [x: string]: undefined;
2538
- }) | ({
2601
+ } | ({
2539
2602
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2540
2603
  } & {
2541
2604
  [x: string]: undefined;
2542
- } & {
2605
+ })) & ({} | {
2543
2606
  [x: string]: undefined;
2544
- })) & ({
2607
+ } | {
2608
+ [x: string]: undefined;
2609
+ })) & ({} | {
2545
2610
  [x: string]: undefined;
2546
2611
  } | {
2547
2612
  [x: string]: undefined;
@@ -2549,7 +2614,7 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2549
2614
  [x: string]: undefined;
2550
2615
  } | {
2551
2616
  [x: string]: undefined;
2552
- } | undefined), string | number> & {
2617
+ }), string | number> & {
2553
2618
  [x: string]: undefined;
2554
2619
  }>>, "ref">) & React.RefAttributes<TamaguiElement>>;
2555
2620
  Description: React.ForwardRefExoticComponent<((Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendsBaseTextProps & 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"> & {
@@ -2572,39 +2637,51 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
2572
2637
  [x: string]: undefined;
2573
2638
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
2574
2639
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2640
+ } | ({
2641
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2575
2642
  } & {
2576
2643
  [x: string]: undefined;
2577
- }, string | number> & {
2644
+ }), string | number> & {
2578
2645
  [x: string]: undefined;
2579
2646
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
2580
2647
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2648
+ } | ({
2649
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2581
2650
  } & {
2582
2651
  [x: string]: undefined;
2583
- }, string | number> & {
2652
+ }), string | number> & {
2584
2653
  [x: string]: undefined;
2585
2654
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
2586
2655
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2656
+ } | ({
2657
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2587
2658
  } & {
2588
2659
  [x: string]: undefined;
2589
- }, string | number> & {
2660
+ }), string | number> & {
2590
2661
  [x: string]: undefined;
2591
2662
  }>>, "ref"> | Omit<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
2592
2663
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2664
+ } | ({
2665
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2593
2666
  } & {
2594
2667
  [x: string]: undefined;
2595
- }, string | number> & {
2668
+ }), string | number> & {
2596
2669
  [x: string]: undefined;
2597
2670
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
2598
2671
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2672
+ } | ({
2673
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2599
2674
  } & {
2600
2675
  [x: string]: undefined;
2601
- }, string | number> & {
2676
+ }), string | number> & {
2602
2677
  [x: string]: undefined;
2603
2678
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendsBaseTextProps & 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<{
2604
2679
  readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2680
+ } | ({
2681
+ readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
2605
2682
  } & {
2606
2683
  [x: string]: undefined;
2607
- }, string | number> & {
2684
+ }), string | number> & {
2608
2685
  [x: string]: undefined;
2609
2686
  }>>, "ref">) & React.RefAttributes<TamaguiElement>>;
2610
2687
  Close: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {