@carbon-labs/react-animated-header 0.17.0 → 0.19.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 +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  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 +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  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 +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  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 +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  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,8 +8278,27 @@ 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;
8301
+ isInteractive?: undefined;
8283
8302
  isDisabled?: undefined;
8284
8303
  secondaryIcon?: undefined;
8285
8304
  } | {
@@ -8287,7 +8306,8 @@ export declare const ThemeG10: {
8287
8306
  href: string;
8288
8307
  title: string;
8289
8308
  subtitle: string;
8290
- mainIcon: string;
8309
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8310
+ isInteractive: boolean;
8291
8311
  isLoading?: undefined;
8292
8312
  isDisabled?: undefined;
8293
8313
  secondaryIcon?: undefined;
@@ -8296,18 +8316,20 @@ export declare const ThemeG10: {
8296
8316
  href: string;
8297
8317
  title: string;
8298
8318
  subtitle: string;
8299
- mainIcon: string;
8319
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8300
8320
  isDisabled: boolean;
8301
8321
  isLoading?: undefined;
8322
+ isInteractive?: undefined;
8302
8323
  secondaryIcon?: undefined;
8303
8324
  } | {
8304
8325
  id: string;
8305
8326
  href: string;
8306
8327
  title: string;
8307
- mainIcon: string;
8308
- secondaryIcon: string;
8328
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8329
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8309
8330
  subtitle?: undefined;
8310
8331
  isLoading?: undefined;
8332
+ isInteractive?: undefined;
8311
8333
  isDisabled?: undefined;
8312
8334
  })[];
8313
8335
  } | {
@@ -8325,14 +8347,14 @@ export declare const ThemeG10: {
8325
8347
  id: string;
8326
8348
  href: string;
8327
8349
  title: string;
8328
- mainIcon: string;
8350
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8329
8351
  subtitle?: undefined;
8330
8352
  } | {
8331
8353
  id: string;
8332
8354
  href: string;
8333
8355
  title: string;
8334
8356
  subtitle: string;
8335
- mainIcon: string;
8357
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8336
8358
  })[];
8337
8359
  } | {
8338
8360
  id: number;
@@ -8342,8 +8364,27 @@ export declare const ThemeG10: {
8342
8364
  href: string;
8343
8365
  title: string;
8344
8366
  subtitle: string;
8345
- mainIcon: string;
8367
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8368
+ secondaryIcon?: undefined;
8369
+ } | {
8370
+ id: string;
8371
+ href: string;
8372
+ title: string;
8373
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8374
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8375
+ subtitle?: undefined;
8376
+ })[];
8377
+ } | {
8378
+ id: number;
8379
+ label: string;
8380
+ tiles: ({
8381
+ id: string;
8382
+ href: string;
8383
+ title: string;
8384
+ subtitle: string;
8385
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8346
8386
  isLoading: boolean;
8387
+ isInteractive?: undefined;
8347
8388
  isDisabled?: undefined;
8348
8389
  secondaryIcon?: undefined;
8349
8390
  } | {
@@ -8351,7 +8392,8 @@ export declare const ThemeG10: {
8351
8392
  href: string;
8352
8393
  title: string;
8353
8394
  subtitle: string;
8354
- mainIcon: string;
8395
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8396
+ isInteractive: boolean;
8355
8397
  isLoading?: undefined;
8356
8398
  isDisabled?: undefined;
8357
8399
  secondaryIcon?: undefined;
@@ -8360,18 +8402,20 @@ export declare const ThemeG10: {
8360
8402
  href: string;
8361
8403
  title: string;
8362
8404
  subtitle: string;
8363
- mainIcon: string;
8405
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8364
8406
  isDisabled: boolean;
8365
8407
  isLoading?: undefined;
8408
+ isInteractive?: undefined;
8366
8409
  secondaryIcon?: undefined;
8367
8410
  } | {
8368
8411
  id: string;
8369
8412
  href: string;
8370
8413
  title: string;
8371
- mainIcon: string;
8372
- secondaryIcon: string;
8414
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8415
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8373
8416
  subtitle?: undefined;
8374
8417
  isLoading?: undefined;
8418
+ isInteractive?: undefined;
8375
8419
  isDisabled?: undefined;
8376
8420
  })[];
8377
8421
  } | {
@@ -8389,14 +8433,32 @@ export declare const ThemeG10: {
8389
8433
  id: string;
8390
8434
  href: string;
8391
8435
  title: string;
8392
- mainIcon: string;
8436
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8393
8437
  subtitle?: undefined;
8394
8438
  } | {
8395
8439
  id: string;
8396
8440
  href: string;
8397
8441
  title: string;
8398
8442
  subtitle: string;
8399
- mainIcon: string;
8443
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8444
+ })[];
8445
+ } | {
8446
+ id: number;
8447
+ label: string;
8448
+ tiles: ({
8449
+ id: string;
8450
+ href: string;
8451
+ title: string;
8452
+ subtitle: string;
8453
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8454
+ secondaryIcon?: undefined;
8455
+ } | {
8456
+ id: string;
8457
+ href: string;
8458
+ title: string;
8459
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8460
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8461
+ subtitle?: undefined;
8400
8462
  })[];
8401
8463
  } | {
8402
8464
  id: number;
@@ -8406,8 +8468,9 @@ export declare const ThemeG10: {
8406
8468
  href: string;
8407
8469
  title: string;
8408
8470
  subtitle: string;
8409
- mainIcon: string;
8471
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8410
8472
  isLoading: boolean;
8473
+ isInteractive?: undefined;
8411
8474
  isDisabled?: undefined;
8412
8475
  secondaryIcon?: undefined;
8413
8476
  } | {
@@ -8415,7 +8478,8 @@ export declare const ThemeG10: {
8415
8478
  href: string;
8416
8479
  title: string;
8417
8480
  subtitle: string;
8418
- mainIcon: string;
8481
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8482
+ isInteractive: boolean;
8419
8483
  isLoading?: undefined;
8420
8484
  isDisabled?: undefined;
8421
8485
  secondaryIcon?: undefined;
@@ -8424,18 +8488,20 @@ export declare const ThemeG10: {
8424
8488
  href: string;
8425
8489
  title: string;
8426
8490
  subtitle: string;
8427
- mainIcon: string;
8491
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8428
8492
  isDisabled: boolean;
8429
8493
  isLoading?: undefined;
8494
+ isInteractive?: undefined;
8430
8495
  secondaryIcon?: undefined;
8431
8496
  } | {
8432
8497
  id: string;
8433
8498
  href: string;
8434
8499
  title: string;
8435
- mainIcon: string;
8436
- secondaryIcon: string;
8500
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8501
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8437
8502
  subtitle?: undefined;
8438
8503
  isLoading?: undefined;
8504
+ isInteractive?: undefined;
8439
8505
  isDisabled?: undefined;
8440
8506
  })[];
8441
8507
  } | {
@@ -8453,14 +8519,14 @@ export declare const ThemeG10: {
8453
8519
  id: string;
8454
8520
  href: string;
8455
8521
  title: string;
8456
- mainIcon: string;
8522
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8457
8523
  subtitle?: undefined;
8458
8524
  } | {
8459
8525
  id: string;
8460
8526
  href: string;
8461
8527
  title: string;
8462
8528
  subtitle: string;
8463
- mainIcon: string;
8529
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8464
8530
  })[];
8465
8531
  } | {
8466
8532
  id: number;
@@ -8470,8 +8536,27 @@ export declare const ThemeG10: {
8470
8536
  href: string;
8471
8537
  title: string;
8472
8538
  subtitle: string;
8473
- mainIcon: string;
8539
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8540
+ secondaryIcon?: undefined;
8541
+ } | {
8542
+ id: string;
8543
+ href: string;
8544
+ title: string;
8545
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8546
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8547
+ subtitle?: undefined;
8548
+ })[];
8549
+ } | {
8550
+ id: number;
8551
+ label: string;
8552
+ tiles: ({
8553
+ id: string;
8554
+ href: string;
8555
+ title: string;
8556
+ subtitle: string;
8557
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8474
8558
  isLoading: boolean;
8559
+ isInteractive?: undefined;
8475
8560
  isDisabled?: undefined;
8476
8561
  secondaryIcon?: undefined;
8477
8562
  } | {
@@ -8479,7 +8564,8 @@ export declare const ThemeG10: {
8479
8564
  href: string;
8480
8565
  title: string;
8481
8566
  subtitle: string;
8482
- mainIcon: string;
8567
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8568
+ isInteractive: boolean;
8483
8569
  isLoading?: undefined;
8484
8570
  isDisabled?: undefined;
8485
8571
  secondaryIcon?: undefined;
@@ -8488,18 +8574,20 @@ export declare const ThemeG10: {
8488
8574
  href: string;
8489
8575
  title: string;
8490
8576
  subtitle: string;
8491
- mainIcon: string;
8577
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8492
8578
  isDisabled: boolean;
8493
8579
  isLoading?: undefined;
8580
+ isInteractive?: undefined;
8494
8581
  secondaryIcon?: undefined;
8495
8582
  } | {
8496
8583
  id: string;
8497
8584
  href: string;
8498
8585
  title: string;
8499
- mainIcon: string;
8500
- secondaryIcon: string;
8586
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8587
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8501
8588
  subtitle?: undefined;
8502
8589
  isLoading?: undefined;
8590
+ isInteractive?: undefined;
8503
8591
  isDisabled?: undefined;
8504
8592
  })[];
8505
8593
  } | {
@@ -8517,14 +8605,14 @@ export declare const ThemeG10: {
8517
8605
  id: string;
8518
8606
  href: string;
8519
8607
  title: string;
8520
- mainIcon: string;
8608
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8521
8609
  subtitle?: undefined;
8522
8610
  } | {
8523
8611
  id: string;
8524
8612
  href: string;
8525
8613
  title: string;
8526
8614
  subtitle: string;
8527
- mainIcon: string;
8615
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8528
8616
  })[];
8529
8617
  } | {
8530
8618
  id: number;
@@ -8534,8 +8622,27 @@ export declare const ThemeG10: {
8534
8622
  href: string;
8535
8623
  title: string;
8536
8624
  subtitle: string;
8537
- mainIcon: string;
8625
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8626
+ secondaryIcon?: undefined;
8627
+ } | {
8628
+ id: string;
8629
+ href: string;
8630
+ title: string;
8631
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8632
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8633
+ subtitle?: undefined;
8634
+ })[];
8635
+ } | {
8636
+ id: number;
8637
+ label: string;
8638
+ tiles: ({
8639
+ id: string;
8640
+ href: string;
8641
+ title: string;
8642
+ subtitle: string;
8643
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8538
8644
  isLoading: boolean;
8645
+ isInteractive?: undefined;
8539
8646
  isDisabled?: undefined;
8540
8647
  secondaryIcon?: undefined;
8541
8648
  } | {
@@ -8543,7 +8650,8 @@ export declare const ThemeG10: {
8543
8650
  href: string;
8544
8651
  title: string;
8545
8652
  subtitle: string;
8546
- mainIcon: string;
8653
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8654
+ isInteractive: boolean;
8547
8655
  isLoading?: undefined;
8548
8656
  isDisabled?: undefined;
8549
8657
  secondaryIcon?: undefined;
@@ -8552,18 +8660,20 @@ export declare const ThemeG10: {
8552
8660
  href: string;
8553
8661
  title: string;
8554
8662
  subtitle: string;
8555
- mainIcon: string;
8663
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8556
8664
  isDisabled: boolean;
8557
8665
  isLoading?: undefined;
8666
+ isInteractive?: undefined;
8558
8667
  secondaryIcon?: undefined;
8559
8668
  } | {
8560
8669
  id: string;
8561
8670
  href: string;
8562
8671
  title: string;
8563
- mainIcon: string;
8564
- secondaryIcon: string;
8672
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8673
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8565
8674
  subtitle?: undefined;
8566
8675
  isLoading?: undefined;
8676
+ isInteractive?: undefined;
8567
8677
  isDisabled?: undefined;
8568
8678
  })[];
8569
8679
  } | {
@@ -8581,14 +8691,32 @@ export declare const ThemeG10: {
8581
8691
  id: string;
8582
8692
  href: string;
8583
8693
  title: string;
8584
- mainIcon: string;
8694
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8585
8695
  subtitle?: undefined;
8586
8696
  } | {
8587
8697
  id: string;
8588
8698
  href: string;
8589
8699
  title: string;
8590
8700
  subtitle: string;
8591
- mainIcon: string;
8701
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8702
+ })[];
8703
+ } | {
8704
+ id: number;
8705
+ label: string;
8706
+ tiles: ({
8707
+ id: string;
8708
+ href: string;
8709
+ title: string;
8710
+ subtitle: string;
8711
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8712
+ secondaryIcon?: undefined;
8713
+ } | {
8714
+ id: string;
8715
+ href: string;
8716
+ title: string;
8717
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8718
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8719
+ subtitle?: undefined;
8592
8720
  })[];
8593
8721
  } | {
8594
8722
  id: number;
@@ -8598,8 +8726,9 @@ export declare const ThemeG10: {
8598
8726
  href: string;
8599
8727
  title: string;
8600
8728
  subtitle: string;
8601
- mainIcon: string;
8729
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8602
8730
  isLoading: boolean;
8731
+ isInteractive?: undefined;
8603
8732
  isDisabled?: undefined;
8604
8733
  secondaryIcon?: undefined;
8605
8734
  } | {
@@ -8607,7 +8736,8 @@ export declare const ThemeG10: {
8607
8736
  href: string;
8608
8737
  title: string;
8609
8738
  subtitle: string;
8610
- mainIcon: string;
8739
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8740
+ isInteractive: boolean;
8611
8741
  isLoading?: undefined;
8612
8742
  isDisabled?: undefined;
8613
8743
  secondaryIcon?: undefined;
@@ -8616,18 +8746,20 @@ export declare const ThemeG10: {
8616
8746
  href: string;
8617
8747
  title: string;
8618
8748
  subtitle: string;
8619
- mainIcon: string;
8749
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8620
8750
  isDisabled: boolean;
8621
8751
  isLoading?: undefined;
8752
+ isInteractive?: undefined;
8622
8753
  secondaryIcon?: undefined;
8623
8754
  } | {
8624
8755
  id: string;
8625
8756
  href: string;
8626
8757
  title: string;
8627
- mainIcon: string;
8628
- secondaryIcon: string;
8758
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8759
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8629
8760
  subtitle?: undefined;
8630
8761
  isLoading?: undefined;
8762
+ isInteractive?: undefined;
8631
8763
  isDisabled?: undefined;
8632
8764
  })[];
8633
8765
  } | {
@@ -8645,14 +8777,14 @@ export declare const ThemeG10: {
8645
8777
  id: string;
8646
8778
  href: string;
8647
8779
  title: string;
8648
- mainIcon: string;
8780
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8649
8781
  subtitle?: undefined;
8650
8782
  } | {
8651
8783
  id: string;
8652
8784
  href: string;
8653
8785
  title: string;
8654
8786
  subtitle: string;
8655
- mainIcon: string;
8787
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8656
8788
  })[];
8657
8789
  } | {
8658
8790
  id: number;
@@ -8662,8 +8794,27 @@ export declare const ThemeG10: {
8662
8794
  href: string;
8663
8795
  title: string;
8664
8796
  subtitle: string;
8665
- mainIcon: string;
8797
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8798
+ secondaryIcon?: undefined;
8799
+ } | {
8800
+ id: string;
8801
+ href: string;
8802
+ title: string;
8803
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8804
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8805
+ subtitle?: undefined;
8806
+ })[];
8807
+ } | {
8808
+ id: number;
8809
+ label: string;
8810
+ tiles: ({
8811
+ id: string;
8812
+ href: string;
8813
+ title: string;
8814
+ subtitle: string;
8815
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8666
8816
  isLoading: boolean;
8817
+ isInteractive?: undefined;
8667
8818
  isDisabled?: undefined;
8668
8819
  secondaryIcon?: undefined;
8669
8820
  } | {
@@ -8671,7 +8822,8 @@ export declare const ThemeG10: {
8671
8822
  href: string;
8672
8823
  title: string;
8673
8824
  subtitle: string;
8674
- mainIcon: string;
8825
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8826
+ isInteractive: boolean;
8675
8827
  isLoading?: undefined;
8676
8828
  isDisabled?: undefined;
8677
8829
  secondaryIcon?: undefined;
@@ -8680,18 +8832,20 @@ export declare const ThemeG10: {
8680
8832
  href: string;
8681
8833
  title: string;
8682
8834
  subtitle: string;
8683
- mainIcon: string;
8835
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8684
8836
  isDisabled: boolean;
8685
8837
  isLoading?: undefined;
8838
+ isInteractive?: undefined;
8686
8839
  secondaryIcon?: undefined;
8687
8840
  } | {
8688
8841
  id: string;
8689
8842
  href: string;
8690
8843
  title: string;
8691
- mainIcon: string;
8692
- secondaryIcon: string;
8844
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8845
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8693
8846
  subtitle?: undefined;
8694
8847
  isLoading?: undefined;
8848
+ isInteractive?: undefined;
8695
8849
  isDisabled?: undefined;
8696
8850
  })[];
8697
8851
  } | {
@@ -8709,14 +8863,14 @@ export declare const ThemeG10: {
8709
8863
  id: string;
8710
8864
  href: string;
8711
8865
  title: string;
8712
- mainIcon: string;
8866
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8713
8867
  subtitle?: undefined;
8714
8868
  } | {
8715
8869
  id: string;
8716
8870
  href: string;
8717
8871
  title: string;
8718
8872
  subtitle: string;
8719
- mainIcon: string;
8873
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8720
8874
  })[];
8721
8875
  } | {
8722
8876
  id: number;
@@ -8726,8 +8880,27 @@ export declare const ThemeG10: {
8726
8880
  href: string;
8727
8881
  title: string;
8728
8882
  subtitle: string;
8729
- mainIcon: string;
8883
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8884
+ secondaryIcon?: undefined;
8885
+ } | {
8886
+ id: string;
8887
+ href: string;
8888
+ title: string;
8889
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8890
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8891
+ subtitle?: undefined;
8892
+ })[];
8893
+ } | {
8894
+ id: number;
8895
+ label: string;
8896
+ tiles: ({
8897
+ id: string;
8898
+ href: string;
8899
+ title: string;
8900
+ subtitle: string;
8901
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8730
8902
  isLoading: boolean;
8903
+ isInteractive?: undefined;
8731
8904
  isDisabled?: undefined;
8732
8905
  secondaryIcon?: undefined;
8733
8906
  } | {
@@ -8735,7 +8908,8 @@ export declare const ThemeG10: {
8735
8908
  href: string;
8736
8909
  title: string;
8737
8910
  subtitle: string;
8738
- mainIcon: string;
8911
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8912
+ isInteractive: boolean;
8739
8913
  isLoading?: undefined;
8740
8914
  isDisabled?: undefined;
8741
8915
  secondaryIcon?: undefined;
@@ -8744,18 +8918,20 @@ export declare const ThemeG10: {
8744
8918
  href: string;
8745
8919
  title: string;
8746
8920
  subtitle: string;
8747
- mainIcon: string;
8921
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8748
8922
  isDisabled: boolean;
8749
8923
  isLoading?: undefined;
8924
+ isInteractive?: undefined;
8750
8925
  secondaryIcon?: undefined;
8751
8926
  } | {
8752
8927
  id: string;
8753
8928
  href: string;
8754
8929
  title: string;
8755
- mainIcon: string;
8756
- secondaryIcon: string;
8930
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8931
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8757
8932
  subtitle?: undefined;
8758
8933
  isLoading?: undefined;
8934
+ isInteractive?: undefined;
8759
8935
  isDisabled?: undefined;
8760
8936
  })[];
8761
8937
  } | {
@@ -8773,14 +8949,32 @@ export declare const ThemeG10: {
8773
8949
  id: string;
8774
8950
  href: string;
8775
8951
  title: string;
8776
- mainIcon: string;
8952
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8777
8953
  subtitle?: undefined;
8778
8954
  } | {
8779
8955
  id: string;
8780
8956
  href: string;
8781
8957
  title: string;
8782
8958
  subtitle: string;
8783
- mainIcon: string;
8959
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8960
+ })[];
8961
+ } | {
8962
+ id: number;
8963
+ label: string;
8964
+ tiles: ({
8965
+ id: string;
8966
+ href: string;
8967
+ title: string;
8968
+ subtitle: string;
8969
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8970
+ secondaryIcon?: undefined;
8971
+ } | {
8972
+ id: string;
8973
+ href: string;
8974
+ title: string;
8975
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8976
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8977
+ subtitle?: undefined;
8784
8978
  })[];
8785
8979
  } | {
8786
8980
  id: number;
@@ -8790,8 +8984,9 @@ export declare const ThemeG10: {
8790
8984
  href: string;
8791
8985
  title: string;
8792
8986
  subtitle: string;
8793
- mainIcon: string;
8987
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8794
8988
  isLoading: boolean;
8989
+ isInteractive?: undefined;
8795
8990
  isDisabled?: undefined;
8796
8991
  secondaryIcon?: undefined;
8797
8992
  } | {
@@ -8799,7 +8994,8 @@ export declare const ThemeG10: {
8799
8994
  href: string;
8800
8995
  title: string;
8801
8996
  subtitle: string;
8802
- mainIcon: string;
8997
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8998
+ isInteractive: boolean;
8803
8999
  isLoading?: undefined;
8804
9000
  isDisabled?: undefined;
8805
9001
  secondaryIcon?: undefined;
@@ -8808,18 +9004,20 @@ export declare const ThemeG10: {
8808
9004
  href: string;
8809
9005
  title: string;
8810
9006
  subtitle: string;
8811
- mainIcon: string;
9007
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8812
9008
  isDisabled: boolean;
8813
9009
  isLoading?: undefined;
9010
+ isInteractive?: undefined;
8814
9011
  secondaryIcon?: undefined;
8815
9012
  } | {
8816
9013
  id: string;
8817
9014
  href: string;
8818
9015
  title: string;
8819
- mainIcon: string;
8820
- secondaryIcon: string;
9016
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9017
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8821
9018
  subtitle?: undefined;
8822
9019
  isLoading?: undefined;
9020
+ isInteractive?: undefined;
8823
9021
  isDisabled?: undefined;
8824
9022
  })[];
8825
9023
  } | {
@@ -8866,14 +9064,14 @@ export declare const ThemeG10: {
8866
9064
  id: string;
8867
9065
  href: string;
8868
9066
  title: string;
8869
- mainIcon: string;
9067
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8870
9068
  subtitle?: undefined;
8871
9069
  } | {
8872
9070
  id: string;
8873
9071
  href: string;
8874
9072
  title: string;
8875
9073
  subtitle: string;
8876
- mainIcon: string;
9074
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8877
9075
  })[];
8878
9076
  } | {
8879
9077
  id: number;
@@ -8883,8 +9081,27 @@ export declare const ThemeG10: {
8883
9081
  href: string;
8884
9082
  title: string;
8885
9083
  subtitle: string;
8886
- mainIcon: string;
9084
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9085
+ secondaryIcon?: undefined;
9086
+ } | {
9087
+ id: string;
9088
+ href: string;
9089
+ title: string;
9090
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9091
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9092
+ subtitle?: undefined;
9093
+ })[];
9094
+ } | {
9095
+ id: number;
9096
+ label: string;
9097
+ tiles: ({
9098
+ id: string;
9099
+ href: string;
9100
+ title: string;
9101
+ subtitle: string;
9102
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8887
9103
  isLoading: boolean;
9104
+ isInteractive?: undefined;
8888
9105
  isDisabled?: undefined;
8889
9106
  secondaryIcon?: undefined;
8890
9107
  } | {
@@ -8892,7 +9109,8 @@ export declare const ThemeG10: {
8892
9109
  href: string;
8893
9110
  title: string;
8894
9111
  subtitle: string;
8895
- mainIcon: string;
9112
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9113
+ isInteractive: boolean;
8896
9114
  isLoading?: undefined;
8897
9115
  isDisabled?: undefined;
8898
9116
  secondaryIcon?: undefined;
@@ -8901,18 +9119,20 @@ export declare const ThemeG10: {
8901
9119
  href: string;
8902
9120
  title: string;
8903
9121
  subtitle: string;
8904
- mainIcon: string;
9122
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8905
9123
  isDisabled: boolean;
8906
9124
  isLoading?: undefined;
9125
+ isInteractive?: undefined;
8907
9126
  secondaryIcon?: undefined;
8908
9127
  } | {
8909
9128
  id: string;
8910
9129
  href: string;
8911
9130
  title: string;
8912
- mainIcon: string;
8913
- secondaryIcon: string;
9131
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9132
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8914
9133
  subtitle?: undefined;
8915
9134
  isLoading?: undefined;
9135
+ isInteractive?: undefined;
8916
9136
  isDisabled?: undefined;
8917
9137
  })[];
8918
9138
  } | {
@@ -8930,14 +9150,14 @@ export declare const ThemeG10: {
8930
9150
  id: string;
8931
9151
  href: string;
8932
9152
  title: string;
8933
- mainIcon: string;
9153
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8934
9154
  subtitle?: undefined;
8935
9155
  } | {
8936
9156
  id: string;
8937
9157
  href: string;
8938
9158
  title: string;
8939
9159
  subtitle: string;
8940
- mainIcon: string;
9160
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8941
9161
  })[];
8942
9162
  } | {
8943
9163
  id: number;
@@ -8947,8 +9167,27 @@ export declare const ThemeG10: {
8947
9167
  href: string;
8948
9168
  title: string;
8949
9169
  subtitle: string;
8950
- mainIcon: string;
9170
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9171
+ secondaryIcon?: undefined;
9172
+ } | {
9173
+ id: string;
9174
+ href: string;
9175
+ title: string;
9176
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9177
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9178
+ subtitle?: undefined;
9179
+ })[];
9180
+ } | {
9181
+ id: number;
9182
+ label: string;
9183
+ tiles: ({
9184
+ id: string;
9185
+ href: string;
9186
+ title: string;
9187
+ subtitle: string;
9188
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8951
9189
  isLoading: boolean;
9190
+ isInteractive?: undefined;
8952
9191
  isDisabled?: undefined;
8953
9192
  secondaryIcon?: undefined;
8954
9193
  } | {
@@ -8956,7 +9195,8 @@ export declare const ThemeG10: {
8956
9195
  href: string;
8957
9196
  title: string;
8958
9197
  subtitle: string;
8959
- mainIcon: string;
9198
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9199
+ isInteractive: boolean;
8960
9200
  isLoading?: undefined;
8961
9201
  isDisabled?: undefined;
8962
9202
  secondaryIcon?: undefined;
@@ -8965,18 +9205,20 @@ export declare const ThemeG10: {
8965
9205
  href: string;
8966
9206
  title: string;
8967
9207
  subtitle: string;
8968
- mainIcon: string;
9208
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
8969
9209
  isDisabled: boolean;
8970
9210
  isLoading?: undefined;
9211
+ isInteractive?: undefined;
8971
9212
  secondaryIcon?: undefined;
8972
9213
  } | {
8973
9214
  id: string;
8974
9215
  href: string;
8975
9216
  title: string;
8976
- mainIcon: string;
8977
- secondaryIcon: string;
9217
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9218
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
8978
9219
  subtitle?: undefined;
8979
9220
  isLoading?: undefined;
9221
+ isInteractive?: undefined;
8980
9222
  isDisabled?: undefined;
8981
9223
  })[];
8982
9224
  } | {
@@ -9056,14 +9298,32 @@ export declare const ThemeG10: {
9056
9298
  id: string;
9057
9299
  href: string;
9058
9300
  title: string;
9059
- mainIcon: string;
9301
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9060
9302
  subtitle?: undefined;
9061
9303
  } | {
9062
9304
  id: string;
9063
9305
  href: string;
9064
9306
  title: string;
9065
9307
  subtitle: string;
9066
- mainIcon: string;
9308
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9309
+ })[];
9310
+ } | {
9311
+ id: number;
9312
+ label: string;
9313
+ tiles: ({
9314
+ id: string;
9315
+ href: string;
9316
+ title: string;
9317
+ subtitle: string;
9318
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9319
+ secondaryIcon?: undefined;
9320
+ } | {
9321
+ id: string;
9322
+ href: string;
9323
+ title: string;
9324
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9325
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9326
+ subtitle?: undefined;
9067
9327
  })[];
9068
9328
  } | {
9069
9329
  id: number;
@@ -9073,8 +9333,9 @@ export declare const ThemeG10: {
9073
9333
  href: string;
9074
9334
  title: string;
9075
9335
  subtitle: string;
9076
- mainIcon: string;
9336
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9077
9337
  isLoading: boolean;
9338
+ isInteractive?: undefined;
9078
9339
  isDisabled?: undefined;
9079
9340
  secondaryIcon?: undefined;
9080
9341
  } | {
@@ -9082,7 +9343,8 @@ export declare const ThemeG10: {
9082
9343
  href: string;
9083
9344
  title: string;
9084
9345
  subtitle: string;
9085
- mainIcon: string;
9346
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9347
+ isInteractive: boolean;
9086
9348
  isLoading?: undefined;
9087
9349
  isDisabled?: undefined;
9088
9350
  secondaryIcon?: undefined;
@@ -9091,18 +9353,20 @@ export declare const ThemeG10: {
9091
9353
  href: string;
9092
9354
  title: string;
9093
9355
  subtitle: string;
9094
- mainIcon: string;
9356
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9095
9357
  isDisabled: boolean;
9096
9358
  isLoading?: undefined;
9359
+ isInteractive?: undefined;
9097
9360
  secondaryIcon?: undefined;
9098
9361
  } | {
9099
9362
  id: string;
9100
9363
  href: string;
9101
9364
  title: string;
9102
- mainIcon: string;
9103
- secondaryIcon: string;
9365
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
9366
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
9104
9367
  subtitle?: undefined;
9105
9368
  isLoading?: undefined;
9369
+ isInteractive?: undefined;
9106
9370
  isDisabled?: undefined;
9107
9371
  })[];
9108
9372
  } | {
@@ -17386,14 +17650,14 @@ export declare const ThemeG100: {
17386
17650
  id: string;
17387
17651
  href: string;
17388
17652
  title: string;
17389
- mainIcon: string;
17653
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17390
17654
  subtitle?: undefined;
17391
17655
  } | {
17392
17656
  id: string;
17393
17657
  href: string;
17394
17658
  title: string;
17395
17659
  subtitle: string;
17396
- mainIcon: string;
17660
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17397
17661
  })[];
17398
17662
  } | {
17399
17663
  id: number;
@@ -17403,8 +17667,27 @@ export declare const ThemeG100: {
17403
17667
  href: string;
17404
17668
  title: string;
17405
17669
  subtitle: string;
17406
- mainIcon: string;
17670
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17671
+ secondaryIcon?: undefined;
17672
+ } | {
17673
+ id: string;
17674
+ href: string;
17675
+ title: string;
17676
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17677
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17678
+ subtitle?: undefined;
17679
+ })[];
17680
+ } | {
17681
+ id: number;
17682
+ label: string;
17683
+ tiles: ({
17684
+ id: string;
17685
+ href: string;
17686
+ title: string;
17687
+ subtitle: string;
17688
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17407
17689
  isLoading: boolean;
17690
+ isInteractive?: undefined;
17408
17691
  isDisabled?: undefined;
17409
17692
  secondaryIcon?: undefined;
17410
17693
  } | {
@@ -17412,7 +17695,8 @@ export declare const ThemeG100: {
17412
17695
  href: string;
17413
17696
  title: string;
17414
17697
  subtitle: string;
17415
- mainIcon: string;
17698
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17699
+ isInteractive: boolean;
17416
17700
  isLoading?: undefined;
17417
17701
  isDisabled?: undefined;
17418
17702
  secondaryIcon?: undefined;
@@ -17421,18 +17705,20 @@ export declare const ThemeG100: {
17421
17705
  href: string;
17422
17706
  title: string;
17423
17707
  subtitle: string;
17424
- mainIcon: string;
17708
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17425
17709
  isDisabled: boolean;
17426
17710
  isLoading?: undefined;
17711
+ isInteractive?: undefined;
17427
17712
  secondaryIcon?: undefined;
17428
17713
  } | {
17429
17714
  id: string;
17430
17715
  href: string;
17431
17716
  title: string;
17432
- mainIcon: string;
17433
- secondaryIcon: string;
17717
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17718
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17434
17719
  subtitle?: undefined;
17435
17720
  isLoading?: undefined;
17721
+ isInteractive?: undefined;
17436
17722
  isDisabled?: undefined;
17437
17723
  })[];
17438
17724
  } | {
@@ -17450,14 +17736,14 @@ export declare const ThemeG100: {
17450
17736
  id: string;
17451
17737
  href: string;
17452
17738
  title: string;
17453
- mainIcon: string;
17739
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17454
17740
  subtitle?: undefined;
17455
17741
  } | {
17456
17742
  id: string;
17457
17743
  href: string;
17458
17744
  title: string;
17459
17745
  subtitle: string;
17460
- mainIcon: string;
17746
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17461
17747
  })[];
17462
17748
  } | {
17463
17749
  id: number;
@@ -17467,8 +17753,27 @@ export declare const ThemeG100: {
17467
17753
  href: string;
17468
17754
  title: string;
17469
17755
  subtitle: string;
17470
- mainIcon: string;
17756
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17757
+ secondaryIcon?: undefined;
17758
+ } | {
17759
+ id: string;
17760
+ href: string;
17761
+ title: string;
17762
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17763
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17764
+ subtitle?: undefined;
17765
+ })[];
17766
+ } | {
17767
+ id: number;
17768
+ label: string;
17769
+ tiles: ({
17770
+ id: string;
17771
+ href: string;
17772
+ title: string;
17773
+ subtitle: string;
17774
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17471
17775
  isLoading: boolean;
17776
+ isInteractive?: undefined;
17472
17777
  isDisabled?: undefined;
17473
17778
  secondaryIcon?: undefined;
17474
17779
  } | {
@@ -17476,7 +17781,8 @@ export declare const ThemeG100: {
17476
17781
  href: string;
17477
17782
  title: string;
17478
17783
  subtitle: string;
17479
- mainIcon: string;
17784
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17785
+ isInteractive: boolean;
17480
17786
  isLoading?: undefined;
17481
17787
  isDisabled?: undefined;
17482
17788
  secondaryIcon?: undefined;
@@ -17485,18 +17791,20 @@ export declare const ThemeG100: {
17485
17791
  href: string;
17486
17792
  title: string;
17487
17793
  subtitle: string;
17488
- mainIcon: string;
17794
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17489
17795
  isDisabled: boolean;
17490
17796
  isLoading?: undefined;
17797
+ isInteractive?: undefined;
17491
17798
  secondaryIcon?: undefined;
17492
17799
  } | {
17493
17800
  id: string;
17494
17801
  href: string;
17495
17802
  title: string;
17496
- mainIcon: string;
17497
- secondaryIcon: string;
17803
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17804
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17498
17805
  subtitle?: undefined;
17499
17806
  isLoading?: undefined;
17807
+ isInteractive?: undefined;
17500
17808
  isDisabled?: undefined;
17501
17809
  })[];
17502
17810
  } | {
@@ -17514,14 +17822,32 @@ export declare const ThemeG100: {
17514
17822
  id: string;
17515
17823
  href: string;
17516
17824
  title: string;
17517
- mainIcon: string;
17825
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17518
17826
  subtitle?: undefined;
17519
17827
  } | {
17520
17828
  id: string;
17521
17829
  href: string;
17522
17830
  title: string;
17523
17831
  subtitle: string;
17524
- mainIcon: string;
17832
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17833
+ })[];
17834
+ } | {
17835
+ id: number;
17836
+ label: string;
17837
+ tiles: ({
17838
+ id: string;
17839
+ href: string;
17840
+ title: string;
17841
+ subtitle: string;
17842
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17843
+ secondaryIcon?: undefined;
17844
+ } | {
17845
+ id: string;
17846
+ href: string;
17847
+ title: string;
17848
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17849
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17850
+ subtitle?: undefined;
17525
17851
  })[];
17526
17852
  } | {
17527
17853
  id: number;
@@ -17531,8 +17857,9 @@ export declare const ThemeG100: {
17531
17857
  href: string;
17532
17858
  title: string;
17533
17859
  subtitle: string;
17534
- mainIcon: string;
17860
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17535
17861
  isLoading: boolean;
17862
+ isInteractive?: undefined;
17536
17863
  isDisabled?: undefined;
17537
17864
  secondaryIcon?: undefined;
17538
17865
  } | {
@@ -17540,7 +17867,8 @@ export declare const ThemeG100: {
17540
17867
  href: string;
17541
17868
  title: string;
17542
17869
  subtitle: string;
17543
- mainIcon: string;
17870
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17871
+ isInteractive: boolean;
17544
17872
  isLoading?: undefined;
17545
17873
  isDisabled?: undefined;
17546
17874
  secondaryIcon?: undefined;
@@ -17549,18 +17877,20 @@ export declare const ThemeG100: {
17549
17877
  href: string;
17550
17878
  title: string;
17551
17879
  subtitle: string;
17552
- mainIcon: string;
17880
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17553
17881
  isDisabled: boolean;
17554
17882
  isLoading?: undefined;
17883
+ isInteractive?: undefined;
17555
17884
  secondaryIcon?: undefined;
17556
17885
  } | {
17557
17886
  id: string;
17558
17887
  href: string;
17559
17888
  title: string;
17560
- mainIcon: string;
17561
- secondaryIcon: string;
17889
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17890
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17562
17891
  subtitle?: undefined;
17563
17892
  isLoading?: undefined;
17893
+ isInteractive?: undefined;
17564
17894
  isDisabled?: undefined;
17565
17895
  })[];
17566
17896
  } | {
@@ -17578,14 +17908,14 @@ export declare const ThemeG100: {
17578
17908
  id: string;
17579
17909
  href: string;
17580
17910
  title: string;
17581
- mainIcon: string;
17911
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17582
17912
  subtitle?: undefined;
17583
17913
  } | {
17584
17914
  id: string;
17585
17915
  href: string;
17586
17916
  title: string;
17587
17917
  subtitle: string;
17588
- mainIcon: string;
17918
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17589
17919
  })[];
17590
17920
  } | {
17591
17921
  id: number;
@@ -17595,8 +17925,27 @@ export declare const ThemeG100: {
17595
17925
  href: string;
17596
17926
  title: string;
17597
17927
  subtitle: string;
17598
- mainIcon: string;
17928
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17929
+ secondaryIcon?: undefined;
17930
+ } | {
17931
+ id: string;
17932
+ href: string;
17933
+ title: string;
17934
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17935
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17936
+ subtitle?: undefined;
17937
+ })[];
17938
+ } | {
17939
+ id: number;
17940
+ label: string;
17941
+ tiles: ({
17942
+ id: string;
17943
+ href: string;
17944
+ title: string;
17945
+ subtitle: string;
17946
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17599
17947
  isLoading: boolean;
17948
+ isInteractive?: undefined;
17600
17949
  isDisabled?: undefined;
17601
17950
  secondaryIcon?: undefined;
17602
17951
  } | {
@@ -17604,7 +17953,8 @@ export declare const ThemeG100: {
17604
17953
  href: string;
17605
17954
  title: string;
17606
17955
  subtitle: string;
17607
- mainIcon: string;
17956
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17957
+ isInteractive: boolean;
17608
17958
  isLoading?: undefined;
17609
17959
  isDisabled?: undefined;
17610
17960
  secondaryIcon?: undefined;
@@ -17613,18 +17963,20 @@ export declare const ThemeG100: {
17613
17963
  href: string;
17614
17964
  title: string;
17615
17965
  subtitle: string;
17616
- mainIcon: string;
17966
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17617
17967
  isDisabled: boolean;
17618
17968
  isLoading?: undefined;
17969
+ isInteractive?: undefined;
17619
17970
  secondaryIcon?: undefined;
17620
17971
  } | {
17621
17972
  id: string;
17622
17973
  href: string;
17623
17974
  title: string;
17624
- mainIcon: string;
17625
- secondaryIcon: string;
17975
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17976
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17626
17977
  subtitle?: undefined;
17627
17978
  isLoading?: undefined;
17979
+ isInteractive?: undefined;
17628
17980
  isDisabled?: undefined;
17629
17981
  })[];
17630
17982
  } | {
@@ -17642,14 +17994,14 @@ export declare const ThemeG100: {
17642
17994
  id: string;
17643
17995
  href: string;
17644
17996
  title: string;
17645
- mainIcon: string;
17997
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17646
17998
  subtitle?: undefined;
17647
17999
  } | {
17648
18000
  id: string;
17649
18001
  href: string;
17650
18002
  title: string;
17651
18003
  subtitle: string;
17652
- mainIcon: string;
18004
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17653
18005
  })[];
17654
18006
  } | {
17655
18007
  id: number;
@@ -17659,8 +18011,27 @@ export declare const ThemeG100: {
17659
18011
  href: string;
17660
18012
  title: string;
17661
18013
  subtitle: string;
17662
- mainIcon: string;
18014
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18015
+ secondaryIcon?: undefined;
18016
+ } | {
18017
+ id: string;
18018
+ href: string;
18019
+ title: string;
18020
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18021
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18022
+ subtitle?: undefined;
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;
17663
18033
  isLoading: boolean;
18034
+ isInteractive?: undefined;
17664
18035
  isDisabled?: undefined;
17665
18036
  secondaryIcon?: undefined;
17666
18037
  } | {
@@ -17668,7 +18039,8 @@ export declare const ThemeG100: {
17668
18039
  href: string;
17669
18040
  title: string;
17670
18041
  subtitle: string;
17671
- mainIcon: string;
18042
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18043
+ isInteractive: boolean;
17672
18044
  isLoading?: undefined;
17673
18045
  isDisabled?: undefined;
17674
18046
  secondaryIcon?: undefined;
@@ -17677,18 +18049,20 @@ export declare const ThemeG100: {
17677
18049
  href: string;
17678
18050
  title: string;
17679
18051
  subtitle: string;
17680
- mainIcon: string;
18052
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17681
18053
  isDisabled: boolean;
17682
18054
  isLoading?: undefined;
18055
+ isInteractive?: undefined;
17683
18056
  secondaryIcon?: undefined;
17684
18057
  } | {
17685
18058
  id: string;
17686
18059
  href: string;
17687
18060
  title: string;
17688
- mainIcon: string;
17689
- secondaryIcon: string;
18061
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18062
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17690
18063
  subtitle?: undefined;
17691
18064
  isLoading?: undefined;
18065
+ isInteractive?: undefined;
17692
18066
  isDisabled?: undefined;
17693
18067
  })[];
17694
18068
  } | {
@@ -17706,14 +18080,32 @@ export declare const ThemeG100: {
17706
18080
  id: string;
17707
18081
  href: string;
17708
18082
  title: string;
17709
- mainIcon: string;
18083
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17710
18084
  subtitle?: undefined;
17711
18085
  } | {
17712
18086
  id: string;
17713
18087
  href: string;
17714
18088
  title: string;
17715
18089
  subtitle: string;
17716
- mainIcon: string;
18090
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18091
+ })[];
18092
+ } | {
18093
+ id: number;
18094
+ label: string;
18095
+ tiles: ({
18096
+ id: string;
18097
+ href: string;
18098
+ title: string;
18099
+ subtitle: string;
18100
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18101
+ secondaryIcon?: undefined;
18102
+ } | {
18103
+ id: string;
18104
+ href: string;
18105
+ title: string;
18106
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18107
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18108
+ subtitle?: undefined;
17717
18109
  })[];
17718
18110
  } | {
17719
18111
  id: number;
@@ -17723,8 +18115,9 @@ export declare const ThemeG100: {
17723
18115
  href: string;
17724
18116
  title: string;
17725
18117
  subtitle: string;
17726
- mainIcon: string;
18118
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17727
18119
  isLoading: boolean;
18120
+ isInteractive?: undefined;
17728
18121
  isDisabled?: undefined;
17729
18122
  secondaryIcon?: undefined;
17730
18123
  } | {
@@ -17732,7 +18125,8 @@ export declare const ThemeG100: {
17732
18125
  href: string;
17733
18126
  title: string;
17734
18127
  subtitle: string;
17735
- mainIcon: string;
18128
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18129
+ isInteractive: boolean;
17736
18130
  isLoading?: undefined;
17737
18131
  isDisabled?: undefined;
17738
18132
  secondaryIcon?: undefined;
@@ -17741,18 +18135,20 @@ export declare const ThemeG100: {
17741
18135
  href: string;
17742
18136
  title: string;
17743
18137
  subtitle: string;
17744
- mainIcon: string;
18138
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17745
18139
  isDisabled: boolean;
17746
18140
  isLoading?: undefined;
18141
+ isInteractive?: undefined;
17747
18142
  secondaryIcon?: undefined;
17748
18143
  } | {
17749
18144
  id: string;
17750
18145
  href: string;
17751
18146
  title: string;
17752
- mainIcon: string;
17753
- secondaryIcon: string;
18147
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18148
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17754
18149
  subtitle?: undefined;
17755
18150
  isLoading?: undefined;
18151
+ isInteractive?: undefined;
17756
18152
  isDisabled?: undefined;
17757
18153
  })[];
17758
18154
  } | {
@@ -17770,14 +18166,14 @@ export declare const ThemeG100: {
17770
18166
  id: string;
17771
18167
  href: string;
17772
18168
  title: string;
17773
- mainIcon: string;
18169
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17774
18170
  subtitle?: undefined;
17775
18171
  } | {
17776
18172
  id: string;
17777
18173
  href: string;
17778
18174
  title: string;
17779
18175
  subtitle: string;
17780
- mainIcon: string;
18176
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17781
18177
  })[];
17782
18178
  } | {
17783
18179
  id: number;
@@ -17787,8 +18183,27 @@ export declare const ThemeG100: {
17787
18183
  href: string;
17788
18184
  title: string;
17789
18185
  subtitle: string;
17790
- mainIcon: string;
18186
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18187
+ secondaryIcon?: undefined;
18188
+ } | {
18189
+ id: string;
18190
+ href: string;
18191
+ title: string;
18192
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18193
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18194
+ subtitle?: undefined;
18195
+ })[];
18196
+ } | {
18197
+ id: number;
18198
+ label: string;
18199
+ tiles: ({
18200
+ id: string;
18201
+ href: string;
18202
+ title: string;
18203
+ subtitle: string;
18204
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17791
18205
  isLoading: boolean;
18206
+ isInteractive?: undefined;
17792
18207
  isDisabled?: undefined;
17793
18208
  secondaryIcon?: undefined;
17794
18209
  } | {
@@ -17796,7 +18211,8 @@ export declare const ThemeG100: {
17796
18211
  href: string;
17797
18212
  title: string;
17798
18213
  subtitle: string;
17799
- mainIcon: string;
18214
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18215
+ isInteractive: boolean;
17800
18216
  isLoading?: undefined;
17801
18217
  isDisabled?: undefined;
17802
18218
  secondaryIcon?: undefined;
@@ -17805,18 +18221,20 @@ export declare const ThemeG100: {
17805
18221
  href: string;
17806
18222
  title: string;
17807
18223
  subtitle: string;
17808
- mainIcon: string;
18224
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17809
18225
  isDisabled: boolean;
17810
18226
  isLoading?: undefined;
18227
+ isInteractive?: undefined;
17811
18228
  secondaryIcon?: undefined;
17812
18229
  } | {
17813
18230
  id: string;
17814
18231
  href: string;
17815
18232
  title: string;
17816
- mainIcon: string;
17817
- secondaryIcon: string;
18233
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18234
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17818
18235
  subtitle?: undefined;
17819
18236
  isLoading?: undefined;
18237
+ isInteractive?: undefined;
17820
18238
  isDisabled?: undefined;
17821
18239
  })[];
17822
18240
  } | {
@@ -17834,14 +18252,14 @@ export declare const ThemeG100: {
17834
18252
  id: string;
17835
18253
  href: string;
17836
18254
  title: string;
17837
- mainIcon: string;
18255
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17838
18256
  subtitle?: undefined;
17839
18257
  } | {
17840
18258
  id: string;
17841
18259
  href: string;
17842
18260
  title: string;
17843
18261
  subtitle: string;
17844
- mainIcon: string;
18262
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17845
18263
  })[];
17846
18264
  } | {
17847
18265
  id: number;
@@ -17851,8 +18269,27 @@ export declare const ThemeG100: {
17851
18269
  href: string;
17852
18270
  title: string;
17853
18271
  subtitle: string;
17854
- mainIcon: string;
18272
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18273
+ secondaryIcon?: undefined;
18274
+ } | {
18275
+ id: string;
18276
+ href: string;
18277
+ title: string;
18278
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18279
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18280
+ subtitle?: undefined;
18281
+ })[];
18282
+ } | {
18283
+ id: number;
18284
+ label: string;
18285
+ tiles: ({
18286
+ id: string;
18287
+ href: string;
18288
+ title: string;
18289
+ subtitle: string;
18290
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17855
18291
  isLoading: boolean;
18292
+ isInteractive?: undefined;
17856
18293
  isDisabled?: undefined;
17857
18294
  secondaryIcon?: undefined;
17858
18295
  } | {
@@ -17860,7 +18297,8 @@ export declare const ThemeG100: {
17860
18297
  href: string;
17861
18298
  title: string;
17862
18299
  subtitle: string;
17863
- mainIcon: string;
18300
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18301
+ isInteractive: boolean;
17864
18302
  isLoading?: undefined;
17865
18303
  isDisabled?: undefined;
17866
18304
  secondaryIcon?: undefined;
@@ -17869,18 +18307,20 @@ export declare const ThemeG100: {
17869
18307
  href: string;
17870
18308
  title: string;
17871
18309
  subtitle: string;
17872
- mainIcon: string;
18310
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17873
18311
  isDisabled: boolean;
17874
18312
  isLoading?: undefined;
18313
+ isInteractive?: undefined;
17875
18314
  secondaryIcon?: undefined;
17876
18315
  } | {
17877
18316
  id: string;
17878
18317
  href: string;
17879
18318
  title: string;
17880
- mainIcon: string;
17881
- secondaryIcon: string;
18319
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18320
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17882
18321
  subtitle?: undefined;
17883
18322
  isLoading?: undefined;
18323
+ isInteractive?: undefined;
17884
18324
  isDisabled?: undefined;
17885
18325
  })[];
17886
18326
  } | {
@@ -17898,14 +18338,32 @@ export declare const ThemeG100: {
17898
18338
  id: string;
17899
18339
  href: string;
17900
18340
  title: string;
17901
- mainIcon: string;
18341
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17902
18342
  subtitle?: undefined;
17903
18343
  } | {
17904
18344
  id: string;
17905
18345
  href: string;
17906
18346
  title: string;
17907
18347
  subtitle: string;
17908
- mainIcon: string;
18348
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18349
+ })[];
18350
+ } | {
18351
+ id: number;
18352
+ label: string;
18353
+ tiles: ({
18354
+ id: string;
18355
+ href: string;
18356
+ title: string;
18357
+ subtitle: string;
18358
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18359
+ secondaryIcon?: undefined;
18360
+ } | {
18361
+ id: string;
18362
+ href: string;
18363
+ title: string;
18364
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18365
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18366
+ subtitle?: undefined;
17909
18367
  })[];
17910
18368
  } | {
17911
18369
  id: number;
@@ -17915,8 +18373,9 @@ export declare const ThemeG100: {
17915
18373
  href: string;
17916
18374
  title: string;
17917
18375
  subtitle: string;
17918
- mainIcon: string;
18376
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17919
18377
  isLoading: boolean;
18378
+ isInteractive?: undefined;
17920
18379
  isDisabled?: undefined;
17921
18380
  secondaryIcon?: undefined;
17922
18381
  } | {
@@ -17924,7 +18383,8 @@ export declare const ThemeG100: {
17924
18383
  href: string;
17925
18384
  title: string;
17926
18385
  subtitle: string;
17927
- mainIcon: string;
18386
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18387
+ isInteractive: boolean;
17928
18388
  isLoading?: undefined;
17929
18389
  isDisabled?: undefined;
17930
18390
  secondaryIcon?: undefined;
@@ -17933,18 +18393,20 @@ export declare const ThemeG100: {
17933
18393
  href: string;
17934
18394
  title: string;
17935
18395
  subtitle: string;
17936
- mainIcon: string;
18396
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17937
18397
  isDisabled: boolean;
17938
18398
  isLoading?: undefined;
18399
+ isInteractive?: undefined;
17939
18400
  secondaryIcon?: undefined;
17940
18401
  } | {
17941
18402
  id: string;
17942
18403
  href: string;
17943
18404
  title: string;
17944
- mainIcon: string;
17945
- secondaryIcon: string;
18405
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18406
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
17946
18407
  subtitle?: undefined;
17947
18408
  isLoading?: undefined;
18409
+ isInteractive?: undefined;
17948
18410
  isDisabled?: undefined;
17949
18411
  })[];
17950
18412
  } | {
@@ -17991,14 +18453,14 @@ export declare const ThemeG100: {
17991
18453
  id: string;
17992
18454
  href: string;
17993
18455
  title: string;
17994
- mainIcon: string;
18456
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
17995
18457
  subtitle?: undefined;
17996
18458
  } | {
17997
18459
  id: string;
17998
18460
  href: string;
17999
18461
  title: string;
18000
18462
  subtitle: string;
18001
- mainIcon: string;
18463
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18002
18464
  })[];
18003
18465
  } | {
18004
18466
  id: number;
@@ -18008,8 +18470,27 @@ export declare const ThemeG100: {
18008
18470
  href: string;
18009
18471
  title: string;
18010
18472
  subtitle: string;
18011
- mainIcon: string;
18473
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18474
+ secondaryIcon?: undefined;
18475
+ } | {
18476
+ id: string;
18477
+ href: string;
18478
+ title: string;
18479
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18480
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18481
+ subtitle?: undefined;
18482
+ })[];
18483
+ } | {
18484
+ id: number;
18485
+ label: string;
18486
+ tiles: ({
18487
+ id: string;
18488
+ href: string;
18489
+ title: string;
18490
+ subtitle: string;
18491
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18012
18492
  isLoading: boolean;
18493
+ isInteractive?: undefined;
18013
18494
  isDisabled?: undefined;
18014
18495
  secondaryIcon?: undefined;
18015
18496
  } | {
@@ -18017,7 +18498,8 @@ export declare const ThemeG100: {
18017
18498
  href: string;
18018
18499
  title: string;
18019
18500
  subtitle: string;
18020
- mainIcon: string;
18501
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18502
+ isInteractive: boolean;
18021
18503
  isLoading?: undefined;
18022
18504
  isDisabled?: undefined;
18023
18505
  secondaryIcon?: undefined;
@@ -18026,18 +18508,20 @@ export declare const ThemeG100: {
18026
18508
  href: string;
18027
18509
  title: string;
18028
18510
  subtitle: string;
18029
- mainIcon: string;
18511
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18030
18512
  isDisabled: boolean;
18031
18513
  isLoading?: undefined;
18514
+ isInteractive?: undefined;
18032
18515
  secondaryIcon?: undefined;
18033
18516
  } | {
18034
18517
  id: string;
18035
18518
  href: string;
18036
18519
  title: string;
18037
- mainIcon: string;
18038
- secondaryIcon: string;
18520
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18521
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18039
18522
  subtitle?: undefined;
18040
18523
  isLoading?: undefined;
18524
+ isInteractive?: undefined;
18041
18525
  isDisabled?: undefined;
18042
18526
  })[];
18043
18527
  } | {
@@ -18055,14 +18539,14 @@ export declare const ThemeG100: {
18055
18539
  id: string;
18056
18540
  href: string;
18057
18541
  title: string;
18058
- mainIcon: string;
18542
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18059
18543
  subtitle?: undefined;
18060
18544
  } | {
18061
18545
  id: string;
18062
18546
  href: string;
18063
18547
  title: string;
18064
18548
  subtitle: string;
18065
- mainIcon: string;
18549
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18066
18550
  })[];
18067
18551
  } | {
18068
18552
  id: number;
@@ -18072,8 +18556,27 @@ export declare const ThemeG100: {
18072
18556
  href: string;
18073
18557
  title: string;
18074
18558
  subtitle: string;
18075
- mainIcon: string;
18559
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18560
+ secondaryIcon?: undefined;
18561
+ } | {
18562
+ id: string;
18563
+ href: string;
18564
+ title: string;
18565
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18566
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18567
+ subtitle?: undefined;
18568
+ })[];
18569
+ } | {
18570
+ id: number;
18571
+ label: string;
18572
+ tiles: ({
18573
+ id: string;
18574
+ href: string;
18575
+ title: string;
18576
+ subtitle: string;
18577
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18076
18578
  isLoading: boolean;
18579
+ isInteractive?: undefined;
18077
18580
  isDisabled?: undefined;
18078
18581
  secondaryIcon?: undefined;
18079
18582
  } | {
@@ -18081,7 +18584,8 @@ export declare const ThemeG100: {
18081
18584
  href: string;
18082
18585
  title: string;
18083
18586
  subtitle: string;
18084
- mainIcon: string;
18587
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18588
+ isInteractive: boolean;
18085
18589
  isLoading?: undefined;
18086
18590
  isDisabled?: undefined;
18087
18591
  secondaryIcon?: undefined;
@@ -18090,18 +18594,20 @@ export declare const ThemeG100: {
18090
18594
  href: string;
18091
18595
  title: string;
18092
18596
  subtitle: string;
18093
- mainIcon: string;
18597
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18094
18598
  isDisabled: boolean;
18095
18599
  isLoading?: undefined;
18600
+ isInteractive?: undefined;
18096
18601
  secondaryIcon?: undefined;
18097
18602
  } | {
18098
18603
  id: string;
18099
18604
  href: string;
18100
18605
  title: string;
18101
- mainIcon: string;
18102
- secondaryIcon: string;
18606
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18607
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18103
18608
  subtitle?: undefined;
18104
18609
  isLoading?: undefined;
18610
+ isInteractive?: undefined;
18105
18611
  isDisabled?: undefined;
18106
18612
  })[];
18107
18613
  } | {
@@ -18181,14 +18687,32 @@ export declare const ThemeG100: {
18181
18687
  id: string;
18182
18688
  href: string;
18183
18689
  title: string;
18184
- mainIcon: string;
18690
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18185
18691
  subtitle?: undefined;
18186
18692
  } | {
18187
18693
  id: string;
18188
18694
  href: string;
18189
18695
  title: string;
18190
18696
  subtitle: string;
18191
- mainIcon: string;
18697
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18698
+ })[];
18699
+ } | {
18700
+ id: number;
18701
+ label: string;
18702
+ tiles: ({
18703
+ id: string;
18704
+ href: string;
18705
+ title: string;
18706
+ subtitle: string;
18707
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18708
+ secondaryIcon?: undefined;
18709
+ } | {
18710
+ id: string;
18711
+ href: string;
18712
+ title: string;
18713
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18714
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18715
+ subtitle?: undefined;
18192
18716
  })[];
18193
18717
  } | {
18194
18718
  id: number;
@@ -18198,8 +18722,9 @@ export declare const ThemeG100: {
18198
18722
  href: string;
18199
18723
  title: string;
18200
18724
  subtitle: string;
18201
- mainIcon: string;
18725
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18202
18726
  isLoading: boolean;
18727
+ isInteractive?: undefined;
18203
18728
  isDisabled?: undefined;
18204
18729
  secondaryIcon?: undefined;
18205
18730
  } | {
@@ -18207,7 +18732,8 @@ export declare const ThemeG100: {
18207
18732
  href: string;
18208
18733
  title: string;
18209
18734
  subtitle: string;
18210
- mainIcon: string;
18735
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18736
+ isInteractive: boolean;
18211
18737
  isLoading?: undefined;
18212
18738
  isDisabled?: undefined;
18213
18739
  secondaryIcon?: undefined;
@@ -18216,18 +18742,20 @@ export declare const ThemeG100: {
18216
18742
  href: string;
18217
18743
  title: string;
18218
18744
  subtitle: string;
18219
- mainIcon: string;
18745
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18220
18746
  isDisabled: boolean;
18221
18747
  isLoading?: undefined;
18748
+ isInteractive?: undefined;
18222
18749
  secondaryIcon?: undefined;
18223
18750
  } | {
18224
18751
  id: string;
18225
18752
  href: string;
18226
18753
  title: string;
18227
- mainIcon: string;
18228
- secondaryIcon: string;
18754
+ mainIcon: import("@carbon/icons-react").CarbonIconType;
18755
+ secondaryIcon: import("@carbon/icons-react").CarbonIconType;
18229
18756
  subtitle?: undefined;
18230
18757
  isLoading?: undefined;
18758
+ isInteractive?: undefined;
18231
18759
  isDisabled?: undefined;
18232
18760
  })[];
18233
18761
  } | {