@carbon-labs/react-animated-header 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +624 -192
  2. package/es/__stories__/data/index.d.ts +52 -16
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +6 -2
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -9
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -4
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -8
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -28
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +624 -192
  18. package/lib/__stories__/data/index.d.ts +52 -16
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +6 -2
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +10 -9
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -4
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -8
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -27
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -8261,14 +8261,14 @@ export declare const ThemeG10: {
8261
8261
  id: string;
8262
8262
  href: string;
8263
8263
  title: string;
8264
- mainIcon: string;
8264
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8265
8265
  subtitle?: undefined;
8266
8266
  } | {
8267
8267
  id: string;
8268
8268
  href: string;
8269
8269
  title: string;
8270
8270
  subtitle: string;
8271
- mainIcon: string;
8271
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8272
8272
  })[];
8273
8273
  } | {
8274
8274
  id: number;
@@ -8278,16 +8278,34 @@ export declare const ThemeG10: {
8278
8278
  href: string;
8279
8279
  title: string;
8280
8280
  subtitle: string;
8281
- mainIcon: string;
8281
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8282
+ secondaryIcon?: undefined;
8283
+ } | {
8284
+ id: string;
8285
+ href: string;
8286
+ title: string;
8287
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8288
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8289
+ subtitle?: undefined;
8290
+ })[];
8291
+ } | {
8292
+ id: number;
8293
+ label: string;
8294
+ tiles: ({
8295
+ id: string;
8296
+ href: string;
8297
+ title: string;
8298
+ subtitle: string;
8299
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8282
8300
  isLoading: boolean;
8283
8301
  isDisabled?: undefined;
8284
8302
  secondaryIcon?: undefined;
8285
8303
  } | {
8286
8304
  id: string;
8287
- href: string;
8288
8305
  title: string;
8289
8306
  subtitle: string;
8290
- mainIcon: string;
8307
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8308
+ href?: undefined;
8291
8309
  isLoading?: undefined;
8292
8310
  isDisabled?: undefined;
8293
8311
  secondaryIcon?: undefined;
@@ -8296,7 +8314,7 @@ export declare const ThemeG10: {
8296
8314
  href: string;
8297
8315
  title: string;
8298
8316
  subtitle: string;
8299
- mainIcon: string;
8317
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8300
8318
  isDisabled: boolean;
8301
8319
  isLoading?: undefined;
8302
8320
  secondaryIcon?: undefined;
@@ -8304,8 +8322,8 @@ export declare const ThemeG10: {
8304
8322
  id: string;
8305
8323
  href: string;
8306
8324
  title: string;
8307
- mainIcon: string;
8308
- secondaryIcon: string;
8325
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8326
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8309
8327
  subtitle?: undefined;
8310
8328
  isLoading?: undefined;
8311
8329
  isDisabled?: undefined;
@@ -8325,14 +8343,32 @@ export declare const ThemeG10: {
8325
8343
  id: string;
8326
8344
  href: string;
8327
8345
  title: string;
8328
- mainIcon: string;
8346
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8329
8347
  subtitle?: undefined;
8330
8348
  } | {
8331
8349
  id: string;
8332
8350
  href: string;
8333
8351
  title: string;
8334
8352
  subtitle: string;
8335
- mainIcon: string;
8353
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8354
+ })[];
8355
+ } | {
8356
+ id: number;
8357
+ label: string;
8358
+ tiles: ({
8359
+ id: string;
8360
+ href: string;
8361
+ title: string;
8362
+ subtitle: string;
8363
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8364
+ secondaryIcon?: undefined;
8365
+ } | {
8366
+ id: string;
8367
+ href: string;
8368
+ title: string;
8369
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8370
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8371
+ subtitle?: undefined;
8336
8372
  })[];
8337
8373
  } | {
8338
8374
  id: number;
@@ -8342,16 +8378,16 @@ export declare const ThemeG10: {
8342
8378
  href: string;
8343
8379
  title: string;
8344
8380
  subtitle: string;
8345
- mainIcon: string;
8381
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8346
8382
  isLoading: boolean;
8347
8383
  isDisabled?: undefined;
8348
8384
  secondaryIcon?: undefined;
8349
8385
  } | {
8350
8386
  id: string;
8351
- href: string;
8352
8387
  title: string;
8353
8388
  subtitle: string;
8354
- mainIcon: string;
8389
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8390
+ href?: undefined;
8355
8391
  isLoading?: undefined;
8356
8392
  isDisabled?: undefined;
8357
8393
  secondaryIcon?: undefined;
@@ -8360,7 +8396,7 @@ export declare const ThemeG10: {
8360
8396
  href: string;
8361
8397
  title: string;
8362
8398
  subtitle: string;
8363
- mainIcon: string;
8399
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8364
8400
  isDisabled: boolean;
8365
8401
  isLoading?: undefined;
8366
8402
  secondaryIcon?: undefined;
@@ -8368,8 +8404,8 @@ export declare const ThemeG10: {
8368
8404
  id: string;
8369
8405
  href: string;
8370
8406
  title: string;
8371
- mainIcon: string;
8372
- secondaryIcon: string;
8407
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8408
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8373
8409
  subtitle?: undefined;
8374
8410
  isLoading?: undefined;
8375
8411
  isDisabled?: undefined;
@@ -8389,14 +8425,32 @@ export declare const ThemeG10: {
8389
8425
  id: string;
8390
8426
  href: string;
8391
8427
  title: string;
8392
- mainIcon: string;
8428
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8393
8429
  subtitle?: undefined;
8394
8430
  } | {
8395
8431
  id: string;
8396
8432
  href: string;
8397
8433
  title: string;
8398
8434
  subtitle: string;
8399
- mainIcon: string;
8435
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8436
+ })[];
8437
+ } | {
8438
+ id: number;
8439
+ label: string;
8440
+ tiles: ({
8441
+ id: string;
8442
+ href: string;
8443
+ title: string;
8444
+ subtitle: string;
8445
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8446
+ secondaryIcon?: undefined;
8447
+ } | {
8448
+ id: string;
8449
+ href: string;
8450
+ title: string;
8451
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8452
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8453
+ subtitle?: undefined;
8400
8454
  })[];
8401
8455
  } | {
8402
8456
  id: number;
@@ -8406,16 +8460,16 @@ export declare const ThemeG10: {
8406
8460
  href: string;
8407
8461
  title: string;
8408
8462
  subtitle: string;
8409
- mainIcon: string;
8463
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8410
8464
  isLoading: boolean;
8411
8465
  isDisabled?: undefined;
8412
8466
  secondaryIcon?: undefined;
8413
8467
  } | {
8414
8468
  id: string;
8415
- href: string;
8416
8469
  title: string;
8417
8470
  subtitle: string;
8418
- mainIcon: string;
8471
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8472
+ href?: undefined;
8419
8473
  isLoading?: undefined;
8420
8474
  isDisabled?: undefined;
8421
8475
  secondaryIcon?: undefined;
@@ -8424,7 +8478,7 @@ export declare const ThemeG10: {
8424
8478
  href: string;
8425
8479
  title: string;
8426
8480
  subtitle: string;
8427
- mainIcon: string;
8481
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8428
8482
  isDisabled: boolean;
8429
8483
  isLoading?: undefined;
8430
8484
  secondaryIcon?: undefined;
@@ -8432,8 +8486,8 @@ export declare const ThemeG10: {
8432
8486
  id: string;
8433
8487
  href: string;
8434
8488
  title: string;
8435
- mainIcon: string;
8436
- secondaryIcon: string;
8489
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8490
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8437
8491
  subtitle?: undefined;
8438
8492
  isLoading?: undefined;
8439
8493
  isDisabled?: undefined;
@@ -8453,14 +8507,14 @@ export declare const ThemeG10: {
8453
8507
  id: string;
8454
8508
  href: string;
8455
8509
  title: string;
8456
- mainIcon: string;
8510
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8457
8511
  subtitle?: undefined;
8458
8512
  } | {
8459
8513
  id: string;
8460
8514
  href: string;
8461
8515
  title: string;
8462
8516
  subtitle: string;
8463
- mainIcon: string;
8517
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8464
8518
  })[];
8465
8519
  } | {
8466
8520
  id: number;
@@ -8470,16 +8524,34 @@ export declare const ThemeG10: {
8470
8524
  href: string;
8471
8525
  title: string;
8472
8526
  subtitle: string;
8473
- mainIcon: string;
8527
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8528
+ secondaryIcon?: undefined;
8529
+ } | {
8530
+ id: string;
8531
+ href: string;
8532
+ title: string;
8533
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8534
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8535
+ subtitle?: undefined;
8536
+ })[];
8537
+ } | {
8538
+ id: number;
8539
+ label: string;
8540
+ tiles: ({
8541
+ id: string;
8542
+ href: string;
8543
+ title: string;
8544
+ subtitle: string;
8545
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8474
8546
  isLoading: boolean;
8475
8547
  isDisabled?: undefined;
8476
8548
  secondaryIcon?: undefined;
8477
8549
  } | {
8478
8550
  id: string;
8479
- href: string;
8480
8551
  title: string;
8481
8552
  subtitle: string;
8482
- mainIcon: string;
8553
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8554
+ href?: undefined;
8483
8555
  isLoading?: undefined;
8484
8556
  isDisabled?: undefined;
8485
8557
  secondaryIcon?: undefined;
@@ -8488,7 +8560,7 @@ export declare const ThemeG10: {
8488
8560
  href: string;
8489
8561
  title: string;
8490
8562
  subtitle: string;
8491
- mainIcon: string;
8563
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8492
8564
  isDisabled: boolean;
8493
8565
  isLoading?: undefined;
8494
8566
  secondaryIcon?: undefined;
@@ -8496,8 +8568,8 @@ export declare const ThemeG10: {
8496
8568
  id: string;
8497
8569
  href: string;
8498
8570
  title: string;
8499
- mainIcon: string;
8500
- secondaryIcon: string;
8571
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8572
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8501
8573
  subtitle?: undefined;
8502
8574
  isLoading?: undefined;
8503
8575
  isDisabled?: undefined;
@@ -8517,14 +8589,32 @@ export declare const ThemeG10: {
8517
8589
  id: string;
8518
8590
  href: string;
8519
8591
  title: string;
8520
- mainIcon: string;
8592
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8521
8593
  subtitle?: undefined;
8522
8594
  } | {
8523
8595
  id: string;
8524
8596
  href: string;
8525
8597
  title: string;
8526
8598
  subtitle: string;
8527
- mainIcon: string;
8599
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8600
+ })[];
8601
+ } | {
8602
+ id: number;
8603
+ label: string;
8604
+ tiles: ({
8605
+ id: string;
8606
+ href: string;
8607
+ title: string;
8608
+ subtitle: string;
8609
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8610
+ secondaryIcon?: undefined;
8611
+ } | {
8612
+ id: string;
8613
+ href: string;
8614
+ title: string;
8615
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8616
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8617
+ subtitle?: undefined;
8528
8618
  })[];
8529
8619
  } | {
8530
8620
  id: number;
@@ -8534,16 +8624,16 @@ export declare const ThemeG10: {
8534
8624
  href: string;
8535
8625
  title: string;
8536
8626
  subtitle: string;
8537
- mainIcon: string;
8627
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8538
8628
  isLoading: boolean;
8539
8629
  isDisabled?: undefined;
8540
8630
  secondaryIcon?: undefined;
8541
8631
  } | {
8542
8632
  id: string;
8543
- href: string;
8544
8633
  title: string;
8545
8634
  subtitle: string;
8546
- mainIcon: string;
8635
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8636
+ href?: undefined;
8547
8637
  isLoading?: undefined;
8548
8638
  isDisabled?: undefined;
8549
8639
  secondaryIcon?: undefined;
@@ -8552,7 +8642,7 @@ export declare const ThemeG10: {
8552
8642
  href: string;
8553
8643
  title: string;
8554
8644
  subtitle: string;
8555
- mainIcon: string;
8645
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8556
8646
  isDisabled: boolean;
8557
8647
  isLoading?: undefined;
8558
8648
  secondaryIcon?: undefined;
@@ -8560,8 +8650,8 @@ export declare const ThemeG10: {
8560
8650
  id: string;
8561
8651
  href: string;
8562
8652
  title: string;
8563
- mainIcon: string;
8564
- secondaryIcon: string;
8653
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8654
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8565
8655
  subtitle?: undefined;
8566
8656
  isLoading?: undefined;
8567
8657
  isDisabled?: undefined;
@@ -8581,14 +8671,32 @@ export declare const ThemeG10: {
8581
8671
  id: string;
8582
8672
  href: string;
8583
8673
  title: string;
8584
- mainIcon: string;
8674
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8585
8675
  subtitle?: undefined;
8586
8676
  } | {
8587
8677
  id: string;
8588
8678
  href: string;
8589
8679
  title: string;
8590
8680
  subtitle: string;
8591
- mainIcon: string;
8681
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8682
+ })[];
8683
+ } | {
8684
+ id: number;
8685
+ label: string;
8686
+ tiles: ({
8687
+ id: string;
8688
+ href: string;
8689
+ title: string;
8690
+ subtitle: string;
8691
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8692
+ secondaryIcon?: undefined;
8693
+ } | {
8694
+ id: string;
8695
+ href: string;
8696
+ title: string;
8697
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8698
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8699
+ subtitle?: undefined;
8592
8700
  })[];
8593
8701
  } | {
8594
8702
  id: number;
@@ -8598,16 +8706,16 @@ export declare const ThemeG10: {
8598
8706
  href: string;
8599
8707
  title: string;
8600
8708
  subtitle: string;
8601
- mainIcon: string;
8709
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8602
8710
  isLoading: boolean;
8603
8711
  isDisabled?: undefined;
8604
8712
  secondaryIcon?: undefined;
8605
8713
  } | {
8606
8714
  id: string;
8607
- href: string;
8608
8715
  title: string;
8609
8716
  subtitle: string;
8610
- mainIcon: string;
8717
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8718
+ href?: undefined;
8611
8719
  isLoading?: undefined;
8612
8720
  isDisabled?: undefined;
8613
8721
  secondaryIcon?: undefined;
@@ -8616,7 +8724,7 @@ export declare const ThemeG10: {
8616
8724
  href: string;
8617
8725
  title: string;
8618
8726
  subtitle: string;
8619
- mainIcon: string;
8727
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8620
8728
  isDisabled: boolean;
8621
8729
  isLoading?: undefined;
8622
8730
  secondaryIcon?: undefined;
@@ -8624,8 +8732,8 @@ export declare const ThemeG10: {
8624
8732
  id: string;
8625
8733
  href: string;
8626
8734
  title: string;
8627
- mainIcon: string;
8628
- secondaryIcon: string;
8735
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8736
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8629
8737
  subtitle?: undefined;
8630
8738
  isLoading?: undefined;
8631
8739
  isDisabled?: undefined;
@@ -8645,14 +8753,14 @@ export declare const ThemeG10: {
8645
8753
  id: string;
8646
8754
  href: string;
8647
8755
  title: string;
8648
- mainIcon: string;
8756
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8649
8757
  subtitle?: undefined;
8650
8758
  } | {
8651
8759
  id: string;
8652
8760
  href: string;
8653
8761
  title: string;
8654
8762
  subtitle: string;
8655
- mainIcon: string;
8763
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8656
8764
  })[];
8657
8765
  } | {
8658
8766
  id: number;
@@ -8662,16 +8770,34 @@ export declare const ThemeG10: {
8662
8770
  href: string;
8663
8771
  title: string;
8664
8772
  subtitle: string;
8665
- mainIcon: string;
8773
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8774
+ secondaryIcon?: undefined;
8775
+ } | {
8776
+ id: string;
8777
+ href: string;
8778
+ title: string;
8779
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8780
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8781
+ subtitle?: undefined;
8782
+ })[];
8783
+ } | {
8784
+ id: number;
8785
+ label: string;
8786
+ tiles: ({
8787
+ id: string;
8788
+ href: string;
8789
+ title: string;
8790
+ subtitle: string;
8791
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8666
8792
  isLoading: boolean;
8667
8793
  isDisabled?: undefined;
8668
8794
  secondaryIcon?: undefined;
8669
8795
  } | {
8670
8796
  id: string;
8671
- href: string;
8672
8797
  title: string;
8673
8798
  subtitle: string;
8674
- mainIcon: string;
8799
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8800
+ href?: undefined;
8675
8801
  isLoading?: undefined;
8676
8802
  isDisabled?: undefined;
8677
8803
  secondaryIcon?: undefined;
@@ -8680,7 +8806,7 @@ export declare const ThemeG10: {
8680
8806
  href: string;
8681
8807
  title: string;
8682
8808
  subtitle: string;
8683
- mainIcon: string;
8809
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8684
8810
  isDisabled: boolean;
8685
8811
  isLoading?: undefined;
8686
8812
  secondaryIcon?: undefined;
@@ -8688,8 +8814,8 @@ export declare const ThemeG10: {
8688
8814
  id: string;
8689
8815
  href: string;
8690
8816
  title: string;
8691
- mainIcon: string;
8692
- secondaryIcon: string;
8817
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8818
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8693
8819
  subtitle?: undefined;
8694
8820
  isLoading?: undefined;
8695
8821
  isDisabled?: undefined;
@@ -8709,14 +8835,32 @@ export declare const ThemeG10: {
8709
8835
  id: string;
8710
8836
  href: string;
8711
8837
  title: string;
8712
- mainIcon: string;
8838
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8713
8839
  subtitle?: undefined;
8714
8840
  } | {
8715
8841
  id: string;
8716
8842
  href: string;
8717
8843
  title: string;
8718
8844
  subtitle: string;
8719
- mainIcon: string;
8845
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8846
+ })[];
8847
+ } | {
8848
+ id: number;
8849
+ label: string;
8850
+ tiles: ({
8851
+ id: string;
8852
+ href: string;
8853
+ title: string;
8854
+ subtitle: string;
8855
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8856
+ secondaryIcon?: undefined;
8857
+ } | {
8858
+ id: string;
8859
+ href: string;
8860
+ title: string;
8861
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8862
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8863
+ subtitle?: undefined;
8720
8864
  })[];
8721
8865
  } | {
8722
8866
  id: number;
@@ -8726,16 +8870,16 @@ export declare const ThemeG10: {
8726
8870
  href: string;
8727
8871
  title: string;
8728
8872
  subtitle: string;
8729
- mainIcon: string;
8873
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8730
8874
  isLoading: boolean;
8731
8875
  isDisabled?: undefined;
8732
8876
  secondaryIcon?: undefined;
8733
8877
  } | {
8734
8878
  id: string;
8735
- href: string;
8736
8879
  title: string;
8737
8880
  subtitle: string;
8738
- mainIcon: string;
8881
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8882
+ href?: undefined;
8739
8883
  isLoading?: undefined;
8740
8884
  isDisabled?: undefined;
8741
8885
  secondaryIcon?: undefined;
@@ -8744,7 +8888,7 @@ export declare const ThemeG10: {
8744
8888
  href: string;
8745
8889
  title: string;
8746
8890
  subtitle: string;
8747
- mainIcon: string;
8891
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8748
8892
  isDisabled: boolean;
8749
8893
  isLoading?: undefined;
8750
8894
  secondaryIcon?: undefined;
@@ -8752,8 +8896,8 @@ export declare const ThemeG10: {
8752
8896
  id: string;
8753
8897
  href: string;
8754
8898
  title: string;
8755
- mainIcon: string;
8756
- secondaryIcon: string;
8899
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8900
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8757
8901
  subtitle?: undefined;
8758
8902
  isLoading?: undefined;
8759
8903
  isDisabled?: undefined;
@@ -8773,14 +8917,32 @@ export declare const ThemeG10: {
8773
8917
  id: string;
8774
8918
  href: string;
8775
8919
  title: string;
8776
- mainIcon: string;
8920
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8777
8921
  subtitle?: undefined;
8778
8922
  } | {
8779
8923
  id: string;
8780
8924
  href: string;
8781
8925
  title: string;
8782
8926
  subtitle: string;
8783
- mainIcon: string;
8927
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8928
+ })[];
8929
+ } | {
8930
+ id: number;
8931
+ label: string;
8932
+ tiles: ({
8933
+ id: string;
8934
+ href: string;
8935
+ title: string;
8936
+ subtitle: string;
8937
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8938
+ secondaryIcon?: undefined;
8939
+ } | {
8940
+ id: string;
8941
+ href: string;
8942
+ title: string;
8943
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8944
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8945
+ subtitle?: undefined;
8784
8946
  })[];
8785
8947
  } | {
8786
8948
  id: number;
@@ -8790,16 +8952,16 @@ export declare const ThemeG10: {
8790
8952
  href: string;
8791
8953
  title: string;
8792
8954
  subtitle: string;
8793
- mainIcon: string;
8955
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8794
8956
  isLoading: boolean;
8795
8957
  isDisabled?: undefined;
8796
8958
  secondaryIcon?: undefined;
8797
8959
  } | {
8798
8960
  id: string;
8799
- href: string;
8800
8961
  title: string;
8801
8962
  subtitle: string;
8802
- mainIcon: string;
8963
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8964
+ href?: undefined;
8803
8965
  isLoading?: undefined;
8804
8966
  isDisabled?: undefined;
8805
8967
  secondaryIcon?: undefined;
@@ -8808,7 +8970,7 @@ export declare const ThemeG10: {
8808
8970
  href: string;
8809
8971
  title: string;
8810
8972
  subtitle: string;
8811
- mainIcon: string;
8973
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8812
8974
  isDisabled: boolean;
8813
8975
  isLoading?: undefined;
8814
8976
  secondaryIcon?: undefined;
@@ -8816,8 +8978,8 @@ export declare const ThemeG10: {
8816
8978
  id: string;
8817
8979
  href: string;
8818
8980
  title: string;
8819
- mainIcon: string;
8820
- secondaryIcon: string;
8981
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8982
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8821
8983
  subtitle?: undefined;
8822
8984
  isLoading?: undefined;
8823
8985
  isDisabled?: undefined;
@@ -8866,14 +9028,14 @@ export declare const ThemeG10: {
8866
9028
  id: string;
8867
9029
  href: string;
8868
9030
  title: string;
8869
- mainIcon: string;
9031
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8870
9032
  subtitle?: undefined;
8871
9033
  } | {
8872
9034
  id: string;
8873
9035
  href: string;
8874
9036
  title: string;
8875
9037
  subtitle: string;
8876
- mainIcon: string;
9038
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8877
9039
  })[];
8878
9040
  } | {
8879
9041
  id: number;
@@ -8883,16 +9045,34 @@ export declare const ThemeG10: {
8883
9045
  href: string;
8884
9046
  title: string;
8885
9047
  subtitle: string;
8886
- mainIcon: string;
9048
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9049
+ secondaryIcon?: undefined;
9050
+ } | {
9051
+ id: string;
9052
+ href: string;
9053
+ title: string;
9054
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9055
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9056
+ subtitle?: undefined;
9057
+ })[];
9058
+ } | {
9059
+ id: number;
9060
+ label: string;
9061
+ tiles: ({
9062
+ id: string;
9063
+ href: string;
9064
+ title: string;
9065
+ subtitle: string;
9066
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8887
9067
  isLoading: boolean;
8888
9068
  isDisabled?: undefined;
8889
9069
  secondaryIcon?: undefined;
8890
9070
  } | {
8891
9071
  id: string;
8892
- href: string;
8893
9072
  title: string;
8894
9073
  subtitle: string;
8895
- mainIcon: string;
9074
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9075
+ href?: undefined;
8896
9076
  isLoading?: undefined;
8897
9077
  isDisabled?: undefined;
8898
9078
  secondaryIcon?: undefined;
@@ -8901,7 +9081,7 @@ export declare const ThemeG10: {
8901
9081
  href: string;
8902
9082
  title: string;
8903
9083
  subtitle: string;
8904
- mainIcon: string;
9084
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8905
9085
  isDisabled: boolean;
8906
9086
  isLoading?: undefined;
8907
9087
  secondaryIcon?: undefined;
@@ -8909,8 +9089,8 @@ export declare const ThemeG10: {
8909
9089
  id: string;
8910
9090
  href: string;
8911
9091
  title: string;
8912
- mainIcon: string;
8913
- secondaryIcon: string;
9092
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9093
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8914
9094
  subtitle?: undefined;
8915
9095
  isLoading?: undefined;
8916
9096
  isDisabled?: undefined;
@@ -8930,14 +9110,32 @@ export declare const ThemeG10: {
8930
9110
  id: string;
8931
9111
  href: string;
8932
9112
  title: string;
8933
- mainIcon: string;
9113
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8934
9114
  subtitle?: undefined;
8935
9115
  } | {
8936
9116
  id: string;
8937
9117
  href: string;
8938
9118
  title: string;
8939
9119
  subtitle: string;
8940
- mainIcon: string;
9120
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9121
+ })[];
9122
+ } | {
9123
+ id: number;
9124
+ label: string;
9125
+ tiles: ({
9126
+ id: string;
9127
+ href: string;
9128
+ title: string;
9129
+ subtitle: string;
9130
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9131
+ secondaryIcon?: undefined;
9132
+ } | {
9133
+ id: string;
9134
+ href: string;
9135
+ title: string;
9136
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9137
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9138
+ subtitle?: undefined;
8941
9139
  })[];
8942
9140
  } | {
8943
9141
  id: number;
@@ -8947,16 +9145,16 @@ export declare const ThemeG10: {
8947
9145
  href: string;
8948
9146
  title: string;
8949
9147
  subtitle: string;
8950
- mainIcon: string;
9148
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8951
9149
  isLoading: boolean;
8952
9150
  isDisabled?: undefined;
8953
9151
  secondaryIcon?: undefined;
8954
9152
  } | {
8955
9153
  id: string;
8956
- href: string;
8957
9154
  title: string;
8958
9155
  subtitle: string;
8959
- mainIcon: string;
9156
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9157
+ href?: undefined;
8960
9158
  isLoading?: undefined;
8961
9159
  isDisabled?: undefined;
8962
9160
  secondaryIcon?: undefined;
@@ -8965,7 +9163,7 @@ export declare const ThemeG10: {
8965
9163
  href: string;
8966
9164
  title: string;
8967
9165
  subtitle: string;
8968
- mainIcon: string;
9166
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8969
9167
  isDisabled: boolean;
8970
9168
  isLoading?: undefined;
8971
9169
  secondaryIcon?: undefined;
@@ -8973,8 +9171,8 @@ export declare const ThemeG10: {
8973
9171
  id: string;
8974
9172
  href: string;
8975
9173
  title: string;
8976
- mainIcon: string;
8977
- secondaryIcon: string;
9174
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9175
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8978
9176
  subtitle?: undefined;
8979
9177
  isLoading?: undefined;
8980
9178
  isDisabled?: undefined;
@@ -9056,14 +9254,32 @@ export declare const ThemeG10: {
9056
9254
  id: string;
9057
9255
  href: string;
9058
9256
  title: string;
9059
- mainIcon: string;
9257
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9060
9258
  subtitle?: undefined;
9061
9259
  } | {
9062
9260
  id: string;
9063
9261
  href: string;
9064
9262
  title: string;
9065
9263
  subtitle: string;
9066
- mainIcon: string;
9264
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9265
+ })[];
9266
+ } | {
9267
+ id: number;
9268
+ label: string;
9269
+ tiles: ({
9270
+ id: string;
9271
+ href: string;
9272
+ title: string;
9273
+ subtitle: string;
9274
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9275
+ secondaryIcon?: undefined;
9276
+ } | {
9277
+ id: string;
9278
+ href: string;
9279
+ title: string;
9280
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9281
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9282
+ subtitle?: undefined;
9067
9283
  })[];
9068
9284
  } | {
9069
9285
  id: number;
@@ -9073,16 +9289,16 @@ export declare const ThemeG10: {
9073
9289
  href: string;
9074
9290
  title: string;
9075
9291
  subtitle: string;
9076
- mainIcon: string;
9292
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9077
9293
  isLoading: boolean;
9078
9294
  isDisabled?: undefined;
9079
9295
  secondaryIcon?: undefined;
9080
9296
  } | {
9081
9297
  id: string;
9082
- href: string;
9083
9298
  title: string;
9084
9299
  subtitle: string;
9085
- mainIcon: string;
9300
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9301
+ href?: undefined;
9086
9302
  isLoading?: undefined;
9087
9303
  isDisabled?: undefined;
9088
9304
  secondaryIcon?: undefined;
@@ -9091,7 +9307,7 @@ export declare const ThemeG10: {
9091
9307
  href: string;
9092
9308
  title: string;
9093
9309
  subtitle: string;
9094
- mainIcon: string;
9310
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9095
9311
  isDisabled: boolean;
9096
9312
  isLoading?: undefined;
9097
9313
  secondaryIcon?: undefined;
@@ -9099,8 +9315,8 @@ export declare const ThemeG10: {
9099
9315
  id: string;
9100
9316
  href: string;
9101
9317
  title: string;
9102
- mainIcon: string;
9103
- secondaryIcon: string;
9318
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9319
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9104
9320
  subtitle?: undefined;
9105
9321
  isLoading?: undefined;
9106
9322
  isDisabled?: undefined;
@@ -17386,14 +17602,14 @@ export declare const ThemeG100: {
17386
17602
  id: string;
17387
17603
  href: string;
17388
17604
  title: string;
17389
- mainIcon: string;
17605
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17390
17606
  subtitle?: undefined;
17391
17607
  } | {
17392
17608
  id: string;
17393
17609
  href: string;
17394
17610
  title: string;
17395
17611
  subtitle: string;
17396
- mainIcon: string;
17612
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17397
17613
  })[];
17398
17614
  } | {
17399
17615
  id: number;
@@ -17403,16 +17619,34 @@ export declare const ThemeG100: {
17403
17619
  href: string;
17404
17620
  title: string;
17405
17621
  subtitle: string;
17406
- mainIcon: string;
17622
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17623
+ secondaryIcon?: undefined;
17624
+ } | {
17625
+ id: string;
17626
+ href: string;
17627
+ title: string;
17628
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17629
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17630
+ subtitle?: undefined;
17631
+ })[];
17632
+ } | {
17633
+ id: number;
17634
+ label: string;
17635
+ tiles: ({
17636
+ id: string;
17637
+ href: string;
17638
+ title: string;
17639
+ subtitle: string;
17640
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17407
17641
  isLoading: boolean;
17408
17642
  isDisabled?: undefined;
17409
17643
  secondaryIcon?: undefined;
17410
17644
  } | {
17411
17645
  id: string;
17412
- href: string;
17413
17646
  title: string;
17414
17647
  subtitle: string;
17415
- mainIcon: string;
17648
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17649
+ href?: undefined;
17416
17650
  isLoading?: undefined;
17417
17651
  isDisabled?: undefined;
17418
17652
  secondaryIcon?: undefined;
@@ -17421,7 +17655,7 @@ export declare const ThemeG100: {
17421
17655
  href: string;
17422
17656
  title: string;
17423
17657
  subtitle: string;
17424
- mainIcon: string;
17658
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17425
17659
  isDisabled: boolean;
17426
17660
  isLoading?: undefined;
17427
17661
  secondaryIcon?: undefined;
@@ -17429,8 +17663,8 @@ export declare const ThemeG100: {
17429
17663
  id: string;
17430
17664
  href: string;
17431
17665
  title: string;
17432
- mainIcon: string;
17433
- secondaryIcon: string;
17666
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17667
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17434
17668
  subtitle?: undefined;
17435
17669
  isLoading?: undefined;
17436
17670
  isDisabled?: undefined;
@@ -17450,14 +17684,32 @@ export declare const ThemeG100: {
17450
17684
  id: string;
17451
17685
  href: string;
17452
17686
  title: string;
17453
- mainIcon: string;
17687
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17454
17688
  subtitle?: undefined;
17455
17689
  } | {
17456
17690
  id: string;
17457
17691
  href: string;
17458
17692
  title: string;
17459
17693
  subtitle: string;
17460
- mainIcon: string;
17694
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17695
+ })[];
17696
+ } | {
17697
+ id: number;
17698
+ label: string;
17699
+ tiles: ({
17700
+ id: string;
17701
+ href: string;
17702
+ title: string;
17703
+ subtitle: string;
17704
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17705
+ secondaryIcon?: undefined;
17706
+ } | {
17707
+ id: string;
17708
+ href: string;
17709
+ title: string;
17710
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17711
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17712
+ subtitle?: undefined;
17461
17713
  })[];
17462
17714
  } | {
17463
17715
  id: number;
@@ -17467,16 +17719,16 @@ export declare const ThemeG100: {
17467
17719
  href: string;
17468
17720
  title: string;
17469
17721
  subtitle: string;
17470
- mainIcon: string;
17722
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17471
17723
  isLoading: boolean;
17472
17724
  isDisabled?: undefined;
17473
17725
  secondaryIcon?: undefined;
17474
17726
  } | {
17475
17727
  id: string;
17476
- href: string;
17477
17728
  title: string;
17478
17729
  subtitle: string;
17479
- mainIcon: string;
17730
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17731
+ href?: undefined;
17480
17732
  isLoading?: undefined;
17481
17733
  isDisabled?: undefined;
17482
17734
  secondaryIcon?: undefined;
@@ -17485,7 +17737,7 @@ export declare const ThemeG100: {
17485
17737
  href: string;
17486
17738
  title: string;
17487
17739
  subtitle: string;
17488
- mainIcon: string;
17740
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17489
17741
  isDisabled: boolean;
17490
17742
  isLoading?: undefined;
17491
17743
  secondaryIcon?: undefined;
@@ -17493,8 +17745,8 @@ export declare const ThemeG100: {
17493
17745
  id: string;
17494
17746
  href: string;
17495
17747
  title: string;
17496
- mainIcon: string;
17497
- secondaryIcon: string;
17748
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17749
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17498
17750
  subtitle?: undefined;
17499
17751
  isLoading?: undefined;
17500
17752
  isDisabled?: undefined;
@@ -17514,14 +17766,32 @@ export declare const ThemeG100: {
17514
17766
  id: string;
17515
17767
  href: string;
17516
17768
  title: string;
17517
- mainIcon: string;
17769
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17518
17770
  subtitle?: undefined;
17519
17771
  } | {
17520
17772
  id: string;
17521
17773
  href: string;
17522
17774
  title: string;
17523
17775
  subtitle: string;
17524
- mainIcon: string;
17776
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17777
+ })[];
17778
+ } | {
17779
+ id: number;
17780
+ label: string;
17781
+ tiles: ({
17782
+ id: string;
17783
+ href: string;
17784
+ title: string;
17785
+ subtitle: string;
17786
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17787
+ secondaryIcon?: undefined;
17788
+ } | {
17789
+ id: string;
17790
+ href: string;
17791
+ title: string;
17792
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17793
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17794
+ subtitle?: undefined;
17525
17795
  })[];
17526
17796
  } | {
17527
17797
  id: number;
@@ -17531,16 +17801,16 @@ export declare const ThemeG100: {
17531
17801
  href: string;
17532
17802
  title: string;
17533
17803
  subtitle: string;
17534
- mainIcon: string;
17804
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17535
17805
  isLoading: boolean;
17536
17806
  isDisabled?: undefined;
17537
17807
  secondaryIcon?: undefined;
17538
17808
  } | {
17539
17809
  id: string;
17540
- href: string;
17541
17810
  title: string;
17542
17811
  subtitle: string;
17543
- mainIcon: string;
17812
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17813
+ href?: undefined;
17544
17814
  isLoading?: undefined;
17545
17815
  isDisabled?: undefined;
17546
17816
  secondaryIcon?: undefined;
@@ -17549,7 +17819,7 @@ export declare const ThemeG100: {
17549
17819
  href: string;
17550
17820
  title: string;
17551
17821
  subtitle: string;
17552
- mainIcon: string;
17822
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17553
17823
  isDisabled: boolean;
17554
17824
  isLoading?: undefined;
17555
17825
  secondaryIcon?: undefined;
@@ -17557,8 +17827,8 @@ export declare const ThemeG100: {
17557
17827
  id: string;
17558
17828
  href: string;
17559
17829
  title: string;
17560
- mainIcon: string;
17561
- secondaryIcon: string;
17830
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17831
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17562
17832
  subtitle?: undefined;
17563
17833
  isLoading?: undefined;
17564
17834
  isDisabled?: undefined;
@@ -17578,14 +17848,14 @@ export declare const ThemeG100: {
17578
17848
  id: string;
17579
17849
  href: string;
17580
17850
  title: string;
17581
- mainIcon: string;
17851
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17582
17852
  subtitle?: undefined;
17583
17853
  } | {
17584
17854
  id: string;
17585
17855
  href: string;
17586
17856
  title: string;
17587
17857
  subtitle: string;
17588
- mainIcon: string;
17858
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17589
17859
  })[];
17590
17860
  } | {
17591
17861
  id: number;
@@ -17595,16 +17865,34 @@ export declare const ThemeG100: {
17595
17865
  href: string;
17596
17866
  title: string;
17597
17867
  subtitle: string;
17598
- mainIcon: string;
17868
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17869
+ secondaryIcon?: undefined;
17870
+ } | {
17871
+ id: string;
17872
+ href: string;
17873
+ title: string;
17874
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17875
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17876
+ subtitle?: undefined;
17877
+ })[];
17878
+ } | {
17879
+ id: number;
17880
+ label: string;
17881
+ tiles: ({
17882
+ id: string;
17883
+ href: string;
17884
+ title: string;
17885
+ subtitle: string;
17886
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17599
17887
  isLoading: boolean;
17600
17888
  isDisabled?: undefined;
17601
17889
  secondaryIcon?: undefined;
17602
17890
  } | {
17603
17891
  id: string;
17604
- href: string;
17605
17892
  title: string;
17606
17893
  subtitle: string;
17607
- mainIcon: string;
17894
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17895
+ href?: undefined;
17608
17896
  isLoading?: undefined;
17609
17897
  isDisabled?: undefined;
17610
17898
  secondaryIcon?: undefined;
@@ -17613,7 +17901,7 @@ export declare const ThemeG100: {
17613
17901
  href: string;
17614
17902
  title: string;
17615
17903
  subtitle: string;
17616
- mainIcon: string;
17904
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17617
17905
  isDisabled: boolean;
17618
17906
  isLoading?: undefined;
17619
17907
  secondaryIcon?: undefined;
@@ -17621,8 +17909,8 @@ export declare const ThemeG100: {
17621
17909
  id: string;
17622
17910
  href: string;
17623
17911
  title: string;
17624
- mainIcon: string;
17625
- secondaryIcon: string;
17912
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17913
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17626
17914
  subtitle?: undefined;
17627
17915
  isLoading?: undefined;
17628
17916
  isDisabled?: undefined;
@@ -17642,14 +17930,32 @@ export declare const ThemeG100: {
17642
17930
  id: string;
17643
17931
  href: string;
17644
17932
  title: string;
17645
- mainIcon: string;
17933
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17646
17934
  subtitle?: undefined;
17647
17935
  } | {
17648
17936
  id: string;
17649
17937
  href: string;
17650
17938
  title: string;
17651
17939
  subtitle: string;
17652
- mainIcon: string;
17940
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17941
+ })[];
17942
+ } | {
17943
+ id: number;
17944
+ label: string;
17945
+ tiles: ({
17946
+ id: string;
17947
+ href: string;
17948
+ title: string;
17949
+ subtitle: string;
17950
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17951
+ secondaryIcon?: undefined;
17952
+ } | {
17953
+ id: string;
17954
+ href: string;
17955
+ title: string;
17956
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17957
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17958
+ subtitle?: undefined;
17653
17959
  })[];
17654
17960
  } | {
17655
17961
  id: number;
@@ -17659,16 +17965,16 @@ export declare const ThemeG100: {
17659
17965
  href: string;
17660
17966
  title: string;
17661
17967
  subtitle: string;
17662
- mainIcon: string;
17968
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17663
17969
  isLoading: boolean;
17664
17970
  isDisabled?: undefined;
17665
17971
  secondaryIcon?: undefined;
17666
17972
  } | {
17667
17973
  id: string;
17668
- href: string;
17669
17974
  title: string;
17670
17975
  subtitle: string;
17671
- mainIcon: string;
17976
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17977
+ href?: undefined;
17672
17978
  isLoading?: undefined;
17673
17979
  isDisabled?: undefined;
17674
17980
  secondaryIcon?: undefined;
@@ -17677,7 +17983,7 @@ export declare const ThemeG100: {
17677
17983
  href: string;
17678
17984
  title: string;
17679
17985
  subtitle: string;
17680
- mainIcon: string;
17986
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17681
17987
  isDisabled: boolean;
17682
17988
  isLoading?: undefined;
17683
17989
  secondaryIcon?: undefined;
@@ -17685,8 +17991,8 @@ export declare const ThemeG100: {
17685
17991
  id: string;
17686
17992
  href: string;
17687
17993
  title: string;
17688
- mainIcon: string;
17689
- secondaryIcon: string;
17994
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17995
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17690
17996
  subtitle?: undefined;
17691
17997
  isLoading?: undefined;
17692
17998
  isDisabled?: undefined;
@@ -17706,14 +18012,32 @@ export declare const ThemeG100: {
17706
18012
  id: string;
17707
18013
  href: string;
17708
18014
  title: string;
17709
- mainIcon: string;
18015
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17710
18016
  subtitle?: undefined;
17711
18017
  } | {
17712
18018
  id: string;
17713
18019
  href: string;
17714
18020
  title: string;
17715
18021
  subtitle: string;
17716
- mainIcon: string;
18022
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18023
+ })[];
18024
+ } | {
18025
+ id: number;
18026
+ label: string;
18027
+ tiles: ({
18028
+ id: string;
18029
+ href: string;
18030
+ title: string;
18031
+ subtitle: string;
18032
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18033
+ secondaryIcon?: undefined;
18034
+ } | {
18035
+ id: string;
18036
+ href: string;
18037
+ title: string;
18038
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18039
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18040
+ subtitle?: undefined;
17717
18041
  })[];
17718
18042
  } | {
17719
18043
  id: number;
@@ -17723,16 +18047,16 @@ export declare const ThemeG100: {
17723
18047
  href: string;
17724
18048
  title: string;
17725
18049
  subtitle: string;
17726
- mainIcon: string;
18050
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17727
18051
  isLoading: boolean;
17728
18052
  isDisabled?: undefined;
17729
18053
  secondaryIcon?: undefined;
17730
18054
  } | {
17731
18055
  id: string;
17732
- href: string;
17733
18056
  title: string;
17734
18057
  subtitle: string;
17735
- mainIcon: string;
18058
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18059
+ href?: undefined;
17736
18060
  isLoading?: undefined;
17737
18061
  isDisabled?: undefined;
17738
18062
  secondaryIcon?: undefined;
@@ -17741,7 +18065,7 @@ export declare const ThemeG100: {
17741
18065
  href: string;
17742
18066
  title: string;
17743
18067
  subtitle: string;
17744
- mainIcon: string;
18068
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17745
18069
  isDisabled: boolean;
17746
18070
  isLoading?: undefined;
17747
18071
  secondaryIcon?: undefined;
@@ -17749,8 +18073,8 @@ export declare const ThemeG100: {
17749
18073
  id: string;
17750
18074
  href: string;
17751
18075
  title: string;
17752
- mainIcon: string;
17753
- secondaryIcon: string;
18076
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18077
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17754
18078
  subtitle?: undefined;
17755
18079
  isLoading?: undefined;
17756
18080
  isDisabled?: undefined;
@@ -17770,14 +18094,14 @@ export declare const ThemeG100: {
17770
18094
  id: string;
17771
18095
  href: string;
17772
18096
  title: string;
17773
- mainIcon: string;
18097
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17774
18098
  subtitle?: undefined;
17775
18099
  } | {
17776
18100
  id: string;
17777
18101
  href: string;
17778
18102
  title: string;
17779
18103
  subtitle: string;
17780
- mainIcon: string;
18104
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17781
18105
  })[];
17782
18106
  } | {
17783
18107
  id: number;
@@ -17787,16 +18111,34 @@ export declare const ThemeG100: {
17787
18111
  href: string;
17788
18112
  title: string;
17789
18113
  subtitle: string;
17790
- mainIcon: string;
18114
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18115
+ secondaryIcon?: undefined;
18116
+ } | {
18117
+ id: string;
18118
+ href: string;
18119
+ title: string;
18120
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18121
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18122
+ subtitle?: undefined;
18123
+ })[];
18124
+ } | {
18125
+ id: number;
18126
+ label: string;
18127
+ tiles: ({
18128
+ id: string;
18129
+ href: string;
18130
+ title: string;
18131
+ subtitle: string;
18132
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17791
18133
  isLoading: boolean;
17792
18134
  isDisabled?: undefined;
17793
18135
  secondaryIcon?: undefined;
17794
18136
  } | {
17795
18137
  id: string;
17796
- href: string;
17797
18138
  title: string;
17798
18139
  subtitle: string;
17799
- mainIcon: string;
18140
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18141
+ href?: undefined;
17800
18142
  isLoading?: undefined;
17801
18143
  isDisabled?: undefined;
17802
18144
  secondaryIcon?: undefined;
@@ -17805,7 +18147,7 @@ export declare const ThemeG100: {
17805
18147
  href: string;
17806
18148
  title: string;
17807
18149
  subtitle: string;
17808
- mainIcon: string;
18150
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17809
18151
  isDisabled: boolean;
17810
18152
  isLoading?: undefined;
17811
18153
  secondaryIcon?: undefined;
@@ -17813,8 +18155,8 @@ export declare const ThemeG100: {
17813
18155
  id: string;
17814
18156
  href: string;
17815
18157
  title: string;
17816
- mainIcon: string;
17817
- secondaryIcon: string;
18158
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18159
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17818
18160
  subtitle?: undefined;
17819
18161
  isLoading?: undefined;
17820
18162
  isDisabled?: undefined;
@@ -17834,14 +18176,32 @@ export declare const ThemeG100: {
17834
18176
  id: string;
17835
18177
  href: string;
17836
18178
  title: string;
17837
- mainIcon: string;
18179
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17838
18180
  subtitle?: undefined;
17839
18181
  } | {
17840
18182
  id: string;
17841
18183
  href: string;
17842
18184
  title: string;
17843
18185
  subtitle: string;
17844
- mainIcon: string;
18186
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18187
+ })[];
18188
+ } | {
18189
+ id: number;
18190
+ label: string;
18191
+ tiles: ({
18192
+ id: string;
18193
+ href: string;
18194
+ title: string;
18195
+ subtitle: string;
18196
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18197
+ secondaryIcon?: undefined;
18198
+ } | {
18199
+ id: string;
18200
+ href: string;
18201
+ title: string;
18202
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18203
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18204
+ subtitle?: undefined;
17845
18205
  })[];
17846
18206
  } | {
17847
18207
  id: number;
@@ -17851,16 +18211,16 @@ export declare const ThemeG100: {
17851
18211
  href: string;
17852
18212
  title: string;
17853
18213
  subtitle: string;
17854
- mainIcon: string;
18214
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17855
18215
  isLoading: boolean;
17856
18216
  isDisabled?: undefined;
17857
18217
  secondaryIcon?: undefined;
17858
18218
  } | {
17859
18219
  id: string;
17860
- href: string;
17861
18220
  title: string;
17862
18221
  subtitle: string;
17863
- mainIcon: string;
18222
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18223
+ href?: undefined;
17864
18224
  isLoading?: undefined;
17865
18225
  isDisabled?: undefined;
17866
18226
  secondaryIcon?: undefined;
@@ -17869,7 +18229,7 @@ export declare const ThemeG100: {
17869
18229
  href: string;
17870
18230
  title: string;
17871
18231
  subtitle: string;
17872
- mainIcon: string;
18232
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17873
18233
  isDisabled: boolean;
17874
18234
  isLoading?: undefined;
17875
18235
  secondaryIcon?: undefined;
@@ -17877,8 +18237,8 @@ export declare const ThemeG100: {
17877
18237
  id: string;
17878
18238
  href: string;
17879
18239
  title: string;
17880
- mainIcon: string;
17881
- secondaryIcon: string;
18240
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18241
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17882
18242
  subtitle?: undefined;
17883
18243
  isLoading?: undefined;
17884
18244
  isDisabled?: undefined;
@@ -17898,14 +18258,32 @@ export declare const ThemeG100: {
17898
18258
  id: string;
17899
18259
  href: string;
17900
18260
  title: string;
17901
- mainIcon: string;
18261
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17902
18262
  subtitle?: undefined;
17903
18263
  } | {
17904
18264
  id: string;
17905
18265
  href: string;
17906
18266
  title: string;
17907
18267
  subtitle: string;
17908
- mainIcon: string;
18268
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18269
+ })[];
18270
+ } | {
18271
+ id: number;
18272
+ label: string;
18273
+ tiles: ({
18274
+ id: string;
18275
+ href: string;
18276
+ title: string;
18277
+ subtitle: string;
18278
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18279
+ secondaryIcon?: undefined;
18280
+ } | {
18281
+ id: string;
18282
+ href: string;
18283
+ title: string;
18284
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18285
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18286
+ subtitle?: undefined;
17909
18287
  })[];
17910
18288
  } | {
17911
18289
  id: number;
@@ -17915,16 +18293,16 @@ export declare const ThemeG100: {
17915
18293
  href: string;
17916
18294
  title: string;
17917
18295
  subtitle: string;
17918
- mainIcon: string;
18296
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17919
18297
  isLoading: boolean;
17920
18298
  isDisabled?: undefined;
17921
18299
  secondaryIcon?: undefined;
17922
18300
  } | {
17923
18301
  id: string;
17924
- href: string;
17925
18302
  title: string;
17926
18303
  subtitle: string;
17927
- mainIcon: string;
18304
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18305
+ href?: undefined;
17928
18306
  isLoading?: undefined;
17929
18307
  isDisabled?: undefined;
17930
18308
  secondaryIcon?: undefined;
@@ -17933,7 +18311,7 @@ export declare const ThemeG100: {
17933
18311
  href: string;
17934
18312
  title: string;
17935
18313
  subtitle: string;
17936
- mainIcon: string;
18314
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17937
18315
  isDisabled: boolean;
17938
18316
  isLoading?: undefined;
17939
18317
  secondaryIcon?: undefined;
@@ -17941,8 +18319,8 @@ export declare const ThemeG100: {
17941
18319
  id: string;
17942
18320
  href: string;
17943
18321
  title: string;
17944
- mainIcon: string;
17945
- secondaryIcon: string;
18322
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18323
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17946
18324
  subtitle?: undefined;
17947
18325
  isLoading?: undefined;
17948
18326
  isDisabled?: undefined;
@@ -17991,14 +18369,14 @@ export declare const ThemeG100: {
17991
18369
  id: string;
17992
18370
  href: string;
17993
18371
  title: string;
17994
- mainIcon: string;
18372
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17995
18373
  subtitle?: undefined;
17996
18374
  } | {
17997
18375
  id: string;
17998
18376
  href: string;
17999
18377
  title: string;
18000
18378
  subtitle: string;
18001
- mainIcon: string;
18379
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18002
18380
  })[];
18003
18381
  } | {
18004
18382
  id: number;
@@ -18008,16 +18386,34 @@ export declare const ThemeG100: {
18008
18386
  href: string;
18009
18387
  title: string;
18010
18388
  subtitle: string;
18011
- mainIcon: string;
18389
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18390
+ secondaryIcon?: undefined;
18391
+ } | {
18392
+ id: string;
18393
+ href: string;
18394
+ title: string;
18395
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18396
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18397
+ subtitle?: undefined;
18398
+ })[];
18399
+ } | {
18400
+ id: number;
18401
+ label: string;
18402
+ tiles: ({
18403
+ id: string;
18404
+ href: string;
18405
+ title: string;
18406
+ subtitle: string;
18407
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18012
18408
  isLoading: boolean;
18013
18409
  isDisabled?: undefined;
18014
18410
  secondaryIcon?: undefined;
18015
18411
  } | {
18016
18412
  id: string;
18017
- href: string;
18018
18413
  title: string;
18019
18414
  subtitle: string;
18020
- mainIcon: string;
18415
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18416
+ href?: undefined;
18021
18417
  isLoading?: undefined;
18022
18418
  isDisabled?: undefined;
18023
18419
  secondaryIcon?: undefined;
@@ -18026,7 +18422,7 @@ export declare const ThemeG100: {
18026
18422
  href: string;
18027
18423
  title: string;
18028
18424
  subtitle: string;
18029
- mainIcon: string;
18425
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18030
18426
  isDisabled: boolean;
18031
18427
  isLoading?: undefined;
18032
18428
  secondaryIcon?: undefined;
@@ -18034,8 +18430,8 @@ export declare const ThemeG100: {
18034
18430
  id: string;
18035
18431
  href: string;
18036
18432
  title: string;
18037
- mainIcon: string;
18038
- secondaryIcon: string;
18433
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18434
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18039
18435
  subtitle?: undefined;
18040
18436
  isLoading?: undefined;
18041
18437
  isDisabled?: undefined;
@@ -18055,14 +18451,32 @@ export declare const ThemeG100: {
18055
18451
  id: string;
18056
18452
  href: string;
18057
18453
  title: string;
18058
- mainIcon: string;
18454
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18059
18455
  subtitle?: undefined;
18060
18456
  } | {
18061
18457
  id: string;
18062
18458
  href: string;
18063
18459
  title: string;
18064
18460
  subtitle: string;
18065
- mainIcon: string;
18461
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18462
+ })[];
18463
+ } | {
18464
+ id: number;
18465
+ label: string;
18466
+ tiles: ({
18467
+ id: string;
18468
+ href: string;
18469
+ title: string;
18470
+ subtitle: string;
18471
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18472
+ secondaryIcon?: undefined;
18473
+ } | {
18474
+ id: string;
18475
+ href: string;
18476
+ title: string;
18477
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18478
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18479
+ subtitle?: undefined;
18066
18480
  })[];
18067
18481
  } | {
18068
18482
  id: number;
@@ -18072,16 +18486,16 @@ export declare const ThemeG100: {
18072
18486
  href: string;
18073
18487
  title: string;
18074
18488
  subtitle: string;
18075
- mainIcon: string;
18489
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18076
18490
  isLoading: boolean;
18077
18491
  isDisabled?: undefined;
18078
18492
  secondaryIcon?: undefined;
18079
18493
  } | {
18080
18494
  id: string;
18081
- href: string;
18082
18495
  title: string;
18083
18496
  subtitle: string;
18084
- mainIcon: string;
18497
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18498
+ href?: undefined;
18085
18499
  isLoading?: undefined;
18086
18500
  isDisabled?: undefined;
18087
18501
  secondaryIcon?: undefined;
@@ -18090,7 +18504,7 @@ export declare const ThemeG100: {
18090
18504
  href: string;
18091
18505
  title: string;
18092
18506
  subtitle: string;
18093
- mainIcon: string;
18507
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18094
18508
  isDisabled: boolean;
18095
18509
  isLoading?: undefined;
18096
18510
  secondaryIcon?: undefined;
@@ -18098,8 +18512,8 @@ export declare const ThemeG100: {
18098
18512
  id: string;
18099
18513
  href: string;
18100
18514
  title: string;
18101
- mainIcon: string;
18102
- secondaryIcon: string;
18515
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18516
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18103
18517
  subtitle?: undefined;
18104
18518
  isLoading?: undefined;
18105
18519
  isDisabled?: undefined;
@@ -18181,14 +18595,32 @@ export declare const ThemeG100: {
18181
18595
  id: string;
18182
18596
  href: string;
18183
18597
  title: string;
18184
- mainIcon: string;
18598
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18185
18599
  subtitle?: undefined;
18186
18600
  } | {
18187
18601
  id: string;
18188
18602
  href: string;
18189
18603
  title: string;
18190
18604
  subtitle: string;
18191
- mainIcon: string;
18605
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18606
+ })[];
18607
+ } | {
18608
+ id: number;
18609
+ label: string;
18610
+ tiles: ({
18611
+ id: string;
18612
+ href: string;
18613
+ title: string;
18614
+ subtitle: string;
18615
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18616
+ secondaryIcon?: undefined;
18617
+ } | {
18618
+ id: string;
18619
+ href: string;
18620
+ title: string;
18621
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18622
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18623
+ subtitle?: undefined;
18192
18624
  })[];
18193
18625
  } | {
18194
18626
  id: number;
@@ -18198,16 +18630,16 @@ export declare const ThemeG100: {
18198
18630
  href: string;
18199
18631
  title: string;
18200
18632
  subtitle: string;
18201
- mainIcon: string;
18633
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18202
18634
  isLoading: boolean;
18203
18635
  isDisabled?: undefined;
18204
18636
  secondaryIcon?: undefined;
18205
18637
  } | {
18206
18638
  id: string;
18207
- href: string;
18208
18639
  title: string;
18209
18640
  subtitle: string;
18210
- mainIcon: string;
18641
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18642
+ href?: undefined;
18211
18643
  isLoading?: undefined;
18212
18644
  isDisabled?: undefined;
18213
18645
  secondaryIcon?: undefined;
@@ -18216,7 +18648,7 @@ export declare const ThemeG100: {
18216
18648
  href: string;
18217
18649
  title: string;
18218
18650
  subtitle: string;
18219
- mainIcon: string;
18651
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18220
18652
  isDisabled: boolean;
18221
18653
  isLoading?: undefined;
18222
18654
  secondaryIcon?: undefined;
@@ -18224,8 +18656,8 @@ export declare const ThemeG100: {
18224
18656
  id: string;
18225
18657
  href: string;
18226
18658
  title: string;
18227
- mainIcon: string;
18228
- secondaryIcon: string;
18659
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18660
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18229
18661
  subtitle?: undefined;
18230
18662
  isLoading?: undefined;
18231
18663
  isDisabled?: undefined;