@mindly/ui-components 5.103.1 → 5.103.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +1 -0
  2. package/dist/cjs/index.js +15 -7
  3. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
  4. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
  5. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
  6. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
  7. package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +18 -0
  8. package/dist/cjs/lib2/features/Charts/config.d.ts +32 -0
  9. package/dist/cjs/lib2/features/Charts/index.d.ts +2 -0
  10. package/dist/cjs/lib2/features/Charts/types.d.ts +30 -0
  11. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
  12. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
  13. package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +1 -0
  14. package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +8 -0
  15. package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
  16. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
  17. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
  18. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
  19. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
  20. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
  21. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
  22. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
  23. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
  24. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
  25. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
  26. package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +3 -0
  27. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
  28. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
  29. package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
  30. package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
  31. package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
  32. package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
  33. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
  34. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
  35. package/dist/cjs/lib2/features/TariffFeature/index.d.ts +1 -0
  36. package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +166 -0
  37. package/dist/cjs/lib2/features/TariffFeature/types.d.ts +22 -0
  38. package/dist/cjs/lib2/features/index.d.ts +3 -0
  39. package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
  40. package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
  41. package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
  42. package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
  43. package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
  44. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
  45. package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
  46. package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
  47. package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
  48. package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
  49. package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
  50. package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
  51. package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
  52. package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
  53. package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
  54. package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
  55. package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
  56. package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
  57. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +17 -0
  58. package/dist/cjs/lib2/shared/types/common.d.ts +6 -0
  59. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +26 -2
  60. package/dist/cjs/lib2/shared/types/review.d.ts +9 -0
  61. package/dist/cjs/lib2/shared/types/variant.d.ts +4 -0
  62. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
  63. package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +2 -1
  64. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
  65. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +3 -0
  66. package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +189 -0
  67. package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
  68. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
  69. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
  70. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
  71. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
  72. package/dist/cjs/lib2/widgets/index.d.ts +1 -0
  73. package/dist/esm/configs/tailwind/colors.d.ts +1 -0
  74. package/dist/esm/index.js +15 -7
  75. package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
  76. package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
  77. package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
  78. package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
  79. package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +18 -0
  80. package/dist/esm/lib2/features/Charts/config.d.ts +32 -0
  81. package/dist/esm/lib2/features/Charts/index.d.ts +2 -0
  82. package/dist/esm/lib2/features/Charts/types.d.ts +30 -0
  83. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
  84. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
  85. package/dist/esm/lib2/features/DropdownFeature/index.d.ts +1 -0
  86. package/dist/esm/lib2/features/DropdownFeature/types.d.ts +8 -0
  87. package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
  88. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
  89. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
  90. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
  91. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
  92. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
  93. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
  94. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
  95. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
  96. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
  97. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
  98. package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +3 -0
  99. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
  100. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
  101. package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
  102. package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
  103. package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
  104. package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
  105. package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
  106. package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
  107. package/dist/esm/lib2/features/TariffFeature/index.d.ts +1 -0
  108. package/dist/esm/lib2/features/TariffFeature/styles.d.ts +166 -0
  109. package/dist/esm/lib2/features/TariffFeature/types.d.ts +22 -0
  110. package/dist/esm/lib2/features/index.d.ts +3 -0
  111. package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
  112. package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
  113. package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
  114. package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
  115. package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
  116. package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
  117. package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
  118. package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
  119. package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
  120. package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
  121. package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
  122. package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
  123. package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
  124. package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
  125. package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
  126. package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
  127. package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
  128. package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
  129. package/dist/esm/lib2/shared/assets/icons/index.d.ts +17 -0
  130. package/dist/esm/lib2/shared/types/common.d.ts +6 -0
  131. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +26 -2
  132. package/dist/esm/lib2/shared/types/review.d.ts +9 -0
  133. package/dist/esm/lib2/shared/types/variant.d.ts +4 -0
  134. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
  135. package/dist/esm/lib2/shared/ui/Rating/types.d.ts +2 -1
  136. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
  137. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +3 -0
  138. package/dist/esm/lib2/shared/ui/Video/styles.d.ts +189 -0
  139. package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
  140. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
  141. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
  142. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
  143. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
  144. package/dist/esm/lib2/widgets/index.d.ts +1 -0
  145. package/dist/index.d.ts +405 -214
  146. package/package.json +6 -1
  147. package/src/configs/tailwind/colors.ts +1 -0
package/dist/index.d.ts CHANGED
@@ -226,7 +226,7 @@ type LetterAvatarProps = {
226
226
  fontSize?: number;
227
227
  onClick?: () => void;
228
228
  };
229
- declare const _default$1k: React__default.NamedExoticComponent<LetterAvatarProps>;
229
+ declare const _default$1o: React__default.NamedExoticComponent<LetterAvatarProps>;
230
230
 
231
231
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
232
232
  onErrorContent: React__default.ReactElement;
@@ -238,7 +238,7 @@ type PersonDateTimeCardProps = {
238
238
  name: string;
239
239
  dateTime: Date;
240
240
  };
241
- declare const _default$1j: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
241
+ declare const _default$1n: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
242
242
 
243
243
  type PsychologistProfileType = {
244
244
  id: string;
@@ -405,7 +405,7 @@ type SelectImpressionEmojiProps = {
405
405
  onChange?: (val: ImpressionEmojiEnum) => void;
406
406
  };
407
407
 
408
- declare const _default$1i: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
408
+ declare const _default$1m: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
409
409
 
410
410
  interface FooterForBookingProps {
411
411
  eventHandler: (props?: React__default.SyntheticEvent) => void;
@@ -437,7 +437,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
437
437
  showControls: boolean;
438
438
  isScreenSharing?: boolean;
439
439
  } & HTMLAttributes<HTMLDivElement>;
440
- declare const _default$1h: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
440
+ declare const _default$1l: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
441
441
 
442
442
  type RoundButtonPropsType = {
443
443
  disabled?: boolean;
@@ -466,7 +466,7 @@ type ChatListItemProps = {
466
466
  isDisabled?: boolean;
467
467
  t?: WithTranslation['t'];
468
468
  };
469
- declare const _default$1g: React__default.NamedExoticComponent<ChatListItemProps>;
469
+ declare const _default$1k: React__default.NamedExoticComponent<ChatListItemProps>;
470
470
 
471
471
  type ChatMessageProps = {
472
472
  message: string | File;
@@ -494,11 +494,11 @@ type ChatMessageProps = {
494
494
  onClickHandler: () => void;
495
495
  }[] | null;
496
496
  };
497
- declare const _default$1f: React__default.NamedExoticComponent<ChatMessageProps>;
497
+ declare const _default$1j: React__default.NamedExoticComponent<ChatMessageProps>;
498
498
 
499
499
  declare const ChatMessageSkeleton: () => JSX.Element;
500
500
 
501
- declare const _default$1e: React__default.MemoExoticComponent<() => JSX.Element>;
501
+ declare const _default$1i: React__default.MemoExoticComponent<() => JSX.Element>;
502
502
 
503
503
  type EmptyChatList = {
504
504
  title?: string;
@@ -508,7 +508,7 @@ type EmptyChatList = {
508
508
  onClick?: () => void;
509
509
  };
510
510
  declare const EmptyChatList: FC<EmptyChatList>;
511
- declare const _default$1d: React__default.NamedExoticComponent<EmptyChatList>;
511
+ declare const _default$1h: React__default.NamedExoticComponent<EmptyChatList>;
512
512
 
513
513
  type EmptyChatMessagesProps = {
514
514
  title?: string;
@@ -533,7 +533,7 @@ type TextareaProps = {
533
533
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
534
534
  t?: WithTranslation['t'];
535
535
  };
536
- declare const _default$1c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
536
+ declare const _default$1g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
537
537
 
538
538
  type LouseConnectProps = {
539
539
  onClick?: () => void;
@@ -612,7 +612,7 @@ type SpecialistEducationCardProps$1 = {
612
612
  yearEnd?: number | null;
613
613
  showLoader?: boolean;
614
614
  };
615
- declare const _default$1b: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
615
+ declare const _default$1f: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
616
616
 
617
617
  type SpecialistProfileViewCardProps$1 = {
618
618
  avatarLink?: string | null;
@@ -625,7 +625,7 @@ type SpecialistProfileViewCardProps$1 = {
625
625
  videoLinkUrl?: string | null;
626
626
  showLoader?: boolean;
627
627
  } & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
628
- declare const _default$1a: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
628
+ declare const _default$1e: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
629
629
 
630
630
  type SpecialistStatisticsCardProps$1 = {
631
631
  activeClients?: number;
@@ -661,7 +661,7 @@ type VideoPlayerProps = {
661
661
  closeModalHandler?: () => void;
662
662
  onErrorContent: React__default.ReactElement;
663
663
  } & JSX$1.IonModal;
664
- declare const _default$19: React__default.NamedExoticComponent<VideoPlayerProps>;
664
+ declare const _default$1d: React__default.NamedExoticComponent<VideoPlayerProps>;
665
665
 
666
666
  type NotSupportModalProps = {
667
667
  closeModal?: () => void;
@@ -697,7 +697,7 @@ type VideoCallInfoProps = {
697
697
  abbreviatedSeconds: string;
698
698
  };
699
699
  };
700
- declare const _default$18: React__default.NamedExoticComponent<VideoCallInfoProps>;
700
+ declare const _default$1c: React__default.NamedExoticComponent<VideoCallInfoProps>;
701
701
 
702
702
  declare enum ConsultationCardType {
703
703
  FEATURE = "feature",
@@ -733,14 +733,14 @@ type ConsultationCardProps = {
733
733
  isBlockedText?: string;
734
734
  };
735
735
 
736
- declare const _default$17: React__default.NamedExoticComponent<ConsultationCardProps>;
736
+ declare const _default$1b: React__default.NamedExoticComponent<ConsultationCardProps>;
737
737
 
738
738
  type SignUpSessionButtonProps = {
739
739
  label: string;
740
740
  isLoading?: boolean;
741
741
  onClick?: () => void;
742
742
  };
743
- declare const _default$16: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
743
+ declare const _default$1a: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
744
744
 
745
745
  type EmptyConsultationsProps = {
746
746
  title: string;
@@ -748,7 +748,7 @@ type EmptyConsultationsProps = {
748
748
  buttonLabel?: string;
749
749
  onClick?: () => void;
750
750
  };
751
- declare const _default$15: React__default.NamedExoticComponent<EmptyConsultationsProps>;
751
+ declare const _default$19: React__default.NamedExoticComponent<EmptyConsultationsProps>;
752
752
 
753
753
  type ConsultationModalProps = {
754
754
  isOpen: boolean;
@@ -784,7 +784,7 @@ type ConsultationModalProps = {
784
784
  started?: string;
785
785
  };
786
786
  };
787
- declare const _default$14: React__default.NamedExoticComponent<ConsultationModalProps>;
787
+ declare const _default$18: React__default.NamedExoticComponent<ConsultationModalProps>;
788
788
 
789
789
  type SpecialistData = {
790
790
  id: string;
@@ -802,7 +802,7 @@ type SignUpSessionModalProps = {
802
802
  title: string;
803
803
  cancelBtnLabel: string;
804
804
  };
805
- declare const _default$13: React__default.NamedExoticComponent<SignUpSessionModalProps>;
805
+ declare const _default$17: React__default.NamedExoticComponent<SignUpSessionModalProps>;
806
806
 
807
807
  type ConsultationSpecialistCardProps = {
808
808
  id: string;
@@ -814,7 +814,7 @@ type ConsultationSpecialistCardProps = {
814
814
  signInBtnLabel: string;
815
815
  isBlockedText?: string;
816
816
  };
817
- declare const _default$12: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
817
+ declare const _default$16: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
818
818
 
819
819
  type UserInfoModalProps = {
820
820
  isOpen: boolean;
@@ -885,7 +885,7 @@ type ReScheduleProps = {
885
885
  btnLabel: string;
886
886
  };
887
887
  };
888
- declare const _default$11: React__default.NamedExoticComponent<ReScheduleProps>;
888
+ declare const _default$15: React__default.NamedExoticComponent<ReScheduleProps>;
889
889
 
890
890
  type ReScheduleSuccessProps = {
891
891
  name: string;
@@ -923,7 +923,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
923
923
  tomorrow?: string;
924
924
  };
925
925
  };
926
- declare const _default$10: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
926
+ declare const _default$14: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
927
927
 
928
928
  type SpecialistWorkDirectionsPropsType = {
929
929
  workDirections?: string[] | [];
@@ -932,7 +932,7 @@ type SpecialistWorkDirectionsPropsType = {
932
932
  moreLabel?: string;
933
933
  hideLabel?: string;
934
934
  };
935
- declare const _default$$: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
935
+ declare const _default$13: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
936
936
 
937
937
  type SpecialistProfileViewCardProps = {
938
938
  videoLink?: string;
@@ -942,7 +942,7 @@ type SpecialistProfileViewCardProps = {
942
942
  isLoading?: boolean;
943
943
  videoDurationSeconds?: number;
944
944
  };
945
- declare const _default$_: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
945
+ declare const _default$12: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
946
946
 
947
947
  type SpecialistAboutProps = {
948
948
  text?: string;
@@ -951,7 +951,7 @@ type SpecialistAboutProps = {
951
951
  moreLabel?: string;
952
952
  hideLabel?: string;
953
953
  };
954
- declare const _default$Z: React__default.NamedExoticComponent<SpecialistAboutProps>;
954
+ declare const _default$11: React__default.NamedExoticComponent<SpecialistAboutProps>;
955
955
 
956
956
  type SpecialistEducationCardProps = {
957
957
  institutionName?: string;
@@ -962,7 +962,7 @@ type SpecialistEducationCardProps = {
962
962
  yearEnd?: number | null;
963
963
  showLoader?: boolean;
964
964
  };
965
- declare const _default$Y: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
965
+ declare const _default$10: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
966
966
 
967
967
  type SpecialistStatisticsCardProps = {
968
968
  trust?: boolean;
@@ -1008,7 +1008,7 @@ type BookingScheduleTimeProps = {
1008
1008
  onClick?: (index: number, item: string) => void;
1009
1009
  isLoading?: boolean;
1010
1010
  };
1011
- declare const _default$X: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1011
+ declare const _default$$: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1012
1012
 
1013
1013
  type BookingSpecialistInfoProps = {
1014
1014
  name: string;
@@ -1017,7 +1017,7 @@ type BookingSpecialistInfoProps = {
1017
1017
  avatar?: string;
1018
1018
  isLoading?: boolean;
1019
1019
  };
1020
- declare const _default$W: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1020
+ declare const _default$_: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1021
1021
 
1022
1022
  declare enum TypographyVariantsEnum {
1023
1023
  Title48Bold = "Title/48 Bold",
@@ -1060,12 +1060,13 @@ type TypographyProps = {
1060
1060
  opacity?: TypographyOpacityType;
1061
1061
  isAppearCase?: boolean;
1062
1062
  className?: string;
1063
+ style?: React.CSSProperties;
1063
1064
  children: React.ReactNode;
1064
1065
  onClick?: (args: any) => typeof args;
1065
1066
  isError?: boolean;
1066
1067
  };
1067
1068
 
1068
- declare const _default$V: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
1069
+ declare const _default$Z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
1069
1070
 
1070
1071
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
1071
1072
  type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1081,7 +1082,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1081
1082
  };
1082
1083
  };
1083
1084
 
1084
- declare const _default$U: React$1.NamedExoticComponent<AlertCardProps>;
1085
+ declare const _default$Y: React$1.NamedExoticComponent<AlertCardProps>;
1085
1086
 
1086
1087
  type AppFooterProps = {
1087
1088
  children?: React__default.ReactNode;
@@ -1092,7 +1093,7 @@ type AppFooterProps = {
1092
1093
  toolbarStyle?: CSSProperties;
1093
1094
  className?: string;
1094
1095
  };
1095
- declare const _default$T: React__default.NamedExoticComponent<AppFooterProps>;
1096
+ declare const _default$X: React__default.NamedExoticComponent<AppFooterProps>;
1096
1097
 
1097
1098
  type AvatarRoundVariants = 'circle' | 'drop' | 'small';
1098
1099
 
@@ -1107,14 +1108,14 @@ type AvatarProps = {
1107
1108
  onClick?(): void;
1108
1109
  border?: boolean | string;
1109
1110
  };
1110
- declare const _default$S: React__default.NamedExoticComponent<AvatarProps>;
1111
+ declare const _default$W: React__default.NamedExoticComponent<AvatarProps>;
1111
1112
 
1112
1113
  type SkeletonProps = {
1113
1114
  animated?: boolean;
1114
1115
  className?: string;
1115
1116
  style?: React__default.CSSProperties;
1116
1117
  };
1117
- declare const _default$R: React__default.NamedExoticComponent<SkeletonProps>;
1118
+ declare const _default$V: React__default.NamedExoticComponent<SkeletonProps>;
1118
1119
 
1119
1120
  type ButtonProps$1 = {
1120
1121
  fill?: 'outline' | 'clear';
@@ -1153,7 +1154,7 @@ type FlagProps$1 = {
1153
1154
  name: string;
1154
1155
  className?: string;
1155
1156
  };
1156
- declare const _default$Q: React__default.NamedExoticComponent<FlagProps$1>;
1157
+ declare const _default$U: React__default.NamedExoticComponent<FlagProps$1>;
1157
1158
 
1158
1159
  type PictureProps = {
1159
1160
  width: number;
@@ -1170,7 +1171,7 @@ type PictureProps = {
1170
1171
  responsive?: boolean;
1171
1172
  containerWidth?: number;
1172
1173
  };
1173
- declare const _default$P: React__default.NamedExoticComponent<PictureProps>;
1174
+ declare const _default$T: React__default.NamedExoticComponent<PictureProps>;
1174
1175
 
1175
1176
  type BadgeType = 'default' | 'accent';
1176
1177
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
@@ -1178,10 +1179,10 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1178
1179
  variant: BadgeVariants;
1179
1180
  size?: 'S' | 'M';
1180
1181
  type?: BadgeType;
1181
- iconType?: 'check';
1182
+ iconType?: 'check' | React$1.ReactNode;
1182
1183
  };
1183
1184
 
1184
- declare const _default$O: React$1.NamedExoticComponent<BadgeProps>;
1185
+ declare const _default$S: React$1.NamedExoticComponent<BadgeProps>;
1185
1186
 
1186
1187
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1187
1188
  type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1189,7 +1190,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1189
1190
  size?: 'M' | 'M4' | 'M45';
1190
1191
  };
1191
1192
 
1192
- declare const _default$N: React$1.NamedExoticComponent<ItemCardProps>;
1193
+ declare const _default$R: React$1.NamedExoticComponent<ItemCardProps>;
1193
1194
 
1194
1195
  type AppHeaderProps = {
1195
1196
  fullwidth?: boolean;
@@ -1384,7 +1385,7 @@ type SpecialistPaymentConsultationDetailsType = {
1384
1385
  onUserClick?: () => void;
1385
1386
  };
1386
1387
 
1387
- interface IconProps$C extends SVGAttributes<SVGElement> {
1388
+ interface IconProps$D extends SVGAttributes<SVGElement> {
1388
1389
  size?: number | string;
1389
1390
  width?: number | string;
1390
1391
  height?: number | string;
@@ -1428,6 +1429,12 @@ declare enum ShortCurrencySignByLocale {
1428
1429
  'eur' = "EUR",
1429
1430
  'es' = "USD"
1430
1431
  }
1432
+ declare enum ShortTranscriptionCurrencySignByLocale {
1433
+ 'uk' = "\u0433\u0440",
1434
+ 'pl' = "z\u0142o",
1435
+ 'eur' = "EUR",
1436
+ 'es' = "US"
1437
+ }
1431
1438
  declare const StripeSupportedCurrency: SupportedCurrency[];
1432
1439
 
1433
1440
  declare enum SupportedLangs {
@@ -1484,6 +1491,37 @@ type ReviewSwiperProps = {
1484
1491
  };
1485
1492
  declare const ReviewSwiperSection: React__default.FC<ReviewSwiperProps>;
1486
1493
 
1494
+ type ChartType = 'area' | 'lines';
1495
+ type ChartData<T = ChartType> = T extends 'area' ? {
1496
+ chartType: 'area';
1497
+ gradientDirection: 'leftToRight' | 'rightToLeft' | 'topToBottom' | 'bottomToTop';
1498
+ gradientColors: {
1499
+ color: string;
1500
+ offset: string;
1501
+ }[];
1502
+ gradientOpacity?: number;
1503
+ strokeWidth?: number;
1504
+ strokeColor?: string;
1505
+ fillColor?: string;
1506
+ data: {
1507
+ name: string;
1508
+ label?: string;
1509
+ dotBorderColor?: string;
1510
+ value: number;
1511
+ }[];
1512
+ } : {
1513
+ chartType: 'lines';
1514
+ strokeWidth?: number;
1515
+ strokeColors: Record<string, string>;
1516
+ labels: Record<string, string>;
1517
+ fillColor?: string;
1518
+ data: {
1519
+ [key: string]: string | number | undefined;
1520
+ name: string;
1521
+ }[];
1522
+ yAxisLabels: string[];
1523
+ };
1524
+
1487
1525
  declare enum ConditionRulesType {
1488
1526
  IS = "is"
1489
1527
  }
@@ -1509,7 +1547,10 @@ declare enum OnBoardingScreenOptions {
1509
1547
  LOADER = "LOADER",
1510
1548
  REVIEWS = "REVIEWS",
1511
1549
  EMAIL = "EMAIL",
1512
- CONFIRM = "CONFIRM"
1550
+ CONFIRM = "CONFIRM",
1551
+ PAYWALL = "PAYWALL",
1552
+ COMPARE = "COMPARE",
1553
+ CHART = "CHART"
1513
1554
  }
1514
1555
  type OnBoardingScreenOptionType = {
1515
1556
  id: string;
@@ -1620,7 +1661,27 @@ type OnBoardingConfirmScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
1620
1661
  onChangeEmail?: (email: string) => void;
1621
1662
  onChangePassword?: (password: string) => void;
1622
1663
  };
1623
- type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType;
1664
+ type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1665
+ title: string;
1666
+ description?: string;
1667
+ };
1668
+ type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1669
+ title: string;
1670
+ description?: string;
1671
+ otherPlatformsTitle?: string;
1672
+ items: {
1673
+ id: string;
1674
+ title: string;
1675
+ hasInMindly: boolean;
1676
+ hasInCompetitors: boolean;
1677
+ }[];
1678
+ };
1679
+ type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1680
+ title?: string;
1681
+ disclaimer?: string;
1682
+ chart: ChartData;
1683
+ };
1684
+ type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
1624
1685
  type OnBoardingFlowType = {
1625
1686
  id: string;
1626
1687
  locale: string;
@@ -1781,6 +1842,15 @@ type SpecialistReview$1 = {
1781
1842
  created_at: number;
1782
1843
  review_status: 'on_review' | 'approved' | 'rejected';
1783
1844
  };
1845
+ type MindlyReview = {
1846
+ id: string;
1847
+ avatar: string | null;
1848
+ first_name: string;
1849
+ last_name?: string | null;
1850
+ review_rating: number;
1851
+ text_of_review: string | null;
1852
+ created_at: number;
1853
+ };
1784
1854
 
1785
1855
  type AllowFilterValueType = string | number | boolean;
1786
1856
  type FilterValue = AllowFilterValueType | AllowFilterValueType[];
@@ -1904,7 +1974,7 @@ type VariantType = 'default' | 'blue';
1904
1974
  type ListBoxProps<T> = AriaListBoxProps<T> & {
1905
1975
  type?: `${ListBoxSelectionType}`;
1906
1976
  enableSelection?: boolean;
1907
- selectedIconProps?: IconProps$C;
1977
+ selectedIconProps?: IconProps$D;
1908
1978
  selectionPosition?: 'start' | 'end';
1909
1979
  className?: string;
1910
1980
  variant?: VariantType;
@@ -1918,7 +1988,7 @@ type ListOptionsProps = {
1918
1988
  icon?: React$1.ReactNode;
1919
1989
  divider?: boolean;
1920
1990
  value?: string;
1921
- selectedIconProps?: IconProps$C;
1991
+ selectedIconProps?: IconProps$D;
1922
1992
  type?: `${ListBoxSelectionType}`;
1923
1993
  selectionPosition?: 'start' | 'end';
1924
1994
  enableSelection?: boolean;
@@ -1927,7 +1997,7 @@ type ListOptionsProps = {
1927
1997
  type ListBoxItemProps = {
1928
1998
  icon?: React$1.ReactNode;
1929
1999
  type?: `${ListBoxSelectionType}`;
1930
- selectedIconProps?: IconProps$C;
2000
+ selectedIconProps?: IconProps$D;
1931
2001
  divider?: boolean;
1932
2002
  value?: string;
1933
2003
  children: React$1.ReactNode;
@@ -1983,7 +2053,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1983
2053
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
1984
2054
  }
1985
2055
 
1986
- declare const _default$M: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
2056
+ declare const _default$Q: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1987
2057
 
1988
2058
  type RatingProps = {
1989
2059
  initialRating?: number;
@@ -1993,9 +2063,9 @@ type RatingProps = {
1993
2063
  size?: number;
1994
2064
  className?: string;
1995
2065
  readonly?: boolean;
1996
- };
2066
+ } & RatingComponentProps;
1997
2067
 
1998
- declare const _default$L: React__default.NamedExoticComponent<RatingProps>;
2068
+ declare const _default$P: React__default.NamedExoticComponent<RatingProps>;
1999
2069
 
2000
2070
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
2001
2071
  t: WithTranslation['t'] | any;
@@ -2009,7 +2079,7 @@ type IconButtonProps = {
2009
2079
  fill?: 'clear' | 'filled';
2010
2080
  type?: 'button' | 'submit' | 'reset';
2011
2081
  };
2012
- declare const _default$K: React__default.NamedExoticComponent<IconButtonProps>;
2082
+ declare const _default$O: React__default.NamedExoticComponent<IconButtonProps>;
2013
2083
 
2014
2084
  type ToastProviderProps = ToastStateProps;
2015
2085
  type MindlyToastProps = {
@@ -2055,17 +2125,17 @@ type ProgressBar_v2Props = {
2055
2125
  animationDuration?: number;
2056
2126
  onProgressEnd?: () => void;
2057
2127
  };
2058
- declare const _default$J: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2128
+ declare const _default$N: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2059
2129
 
2060
2130
  type LoadingProps = {
2061
2131
  isOpen: boolean;
2062
2132
  };
2063
- declare const _default$I: React__default.NamedExoticComponent<LoadingProps>;
2133
+ declare const _default$M: React__default.NamedExoticComponent<LoadingProps>;
2064
2134
 
2065
2135
  type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
2066
2136
  withBorders?: boolean;
2067
2137
  };
2068
- declare const _default$H: React$1.NamedExoticComponent<ListItemsProps>;
2138
+ declare const _default$L: React$1.NamedExoticComponent<ListItemsProps>;
2069
2139
 
2070
2140
  type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2071
2141
  leftContent?: React$1.ReactNode;
@@ -2077,14 +2147,21 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2077
2147
  isError?: boolean;
2078
2148
  status?: 'error' | 'attention';
2079
2149
  };
2080
- declare const _default$G: React$1.NamedExoticComponent<ItemProps>;
2150
+ declare const _default$K: React$1.NamedExoticComponent<ItemProps>;
2151
+
2152
+ declare enum VariantEnum {
2153
+ default = "default",
2154
+ blue = "blue"
2155
+ }
2081
2156
 
2082
2157
  type VideoProps = {
2083
2158
  src: string;
2084
2159
  isMuted?: boolean;
2085
2160
  isWithWatermark?: boolean;
2086
2161
  isWithPlay?: boolean;
2162
+ buttonPlacement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center';
2087
2163
  hiddenVideo?: boolean;
2164
+ variant?: VariantEnum;
2088
2165
  preview?: string;
2089
2166
  onMuteToggle?: () => void;
2090
2167
  onPlay?(src: string): void;
@@ -2097,7 +2174,7 @@ type VideoMethods = {
2097
2174
  play(): void;
2098
2175
  };
2099
2176
  type VideoRef = HTMLVideoElement | VideoMethods;
2100
- declare const _default$F: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
2177
+ declare const _default$J: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
2101
2178
  children?: React__default.ReactNode;
2102
2179
  } & React__default.RefAttributes<VideoRef>>>;
2103
2180
 
@@ -2214,15 +2291,15 @@ type MatchProgressProps = {
2214
2291
  className?: string;
2215
2292
  percentMatch: number;
2216
2293
  };
2217
- declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2294
+ declare const _default$I: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2218
2295
 
2219
2296
  interface Props$7 {
2220
2297
  className?: string;
2221
2298
  title: string;
2222
2299
  }
2223
- declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2300
+ declare const _default$H: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2224
2301
 
2225
- declare const _default$C: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2302
+ declare const _default$G: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2226
2303
 
2227
2304
  type Props$6 = {
2228
2305
  className?: string;
@@ -2372,130 +2449,126 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
2372
2449
 
2373
2450
  declare function useIsKeyBoardShown(): boolean;
2374
2451
 
2452
+ interface IconProps$C extends React$1.SVGAttributes<SVGElement> {
2453
+ size?: number | string;
2454
+ color?: string;
2455
+ }
2456
+ declare function IconArrowLeft({ color, size, ...other }: IconProps$C): JSX.Element;
2457
+
2375
2458
  interface IconProps$B extends React$1.SVGAttributes<SVGElement> {
2376
2459
  size?: number | string;
2377
2460
  color?: string;
2378
2461
  }
2379
- declare function IconArrowLeft({ color, size, ...other }: IconProps$B): JSX.Element;
2462
+ declare function IconArrowRight({ color, size, ...other }: IconProps$B): JSX.Element;
2380
2463
 
2381
2464
  interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
2382
2465
  size?: number | string;
2383
2466
  color?: string;
2384
2467
  }
2385
- declare function IconArrowRight({ color, size, ...other }: IconProps$A): JSX.Element;
2468
+ declare function IconBeachAccess({ color, size, ...other }: IconProps$A): JSX.Element;
2386
2469
 
2387
2470
  interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
2388
2471
  size?: number | string;
2389
2472
  color?: string;
2390
2473
  }
2391
- declare function IconBeachAccess({ color, size, ...other }: IconProps$z): JSX.Element;
2474
+ declare function IconCalendar({ color, size, ...other }: IconProps$z): JSX.Element;
2475
+
2476
+ declare const IconCalendarNew: FC<IconProps$D>;
2477
+
2478
+ declare const IconCalendarMonth: React$1.FC<IconProps$D>;
2392
2479
 
2393
2480
  interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
2394
2481
  size?: number | string;
2395
2482
  color?: string;
2396
2483
  }
2397
- declare function IconCalendar({ color, size, ...other }: IconProps$y): JSX.Element;
2398
-
2399
- declare const IconCalendarNew: FC<IconProps$C>;
2484
+ declare function IconChatOutline({ color, size, ...other }: IconProps$y): JSX.Element;
2400
2485
 
2401
2486
  interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
2402
2487
  size?: number | string;
2403
2488
  color?: string;
2404
2489
  }
2405
- declare function IconCalendarMonth({ color, size, ...other }: IconProps$x): JSX.Element;
2490
+ declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$x) => JSX.Element;
2406
2491
 
2407
2492
  interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
2408
2493
  size?: number | string;
2409
2494
  color?: string;
2410
2495
  }
2411
- declare function IconChatOutline({ color, size, ...other }: IconProps$w): JSX.Element;
2496
+ declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$w): JSX.Element;
2497
+
2498
+ declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
2412
2499
 
2413
2500
  interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
2414
2501
  size?: number | string;
2415
2502
  color?: string;
2416
2503
  }
2417
- declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$v) => JSX.Element;
2504
+ declare function IconEditCalendar({ color, size, ...props }: IconProps$v): JSX.Element;
2418
2505
 
2419
2506
  interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
2420
2507
  size?: number | string;
2421
2508
  color?: string;
2422
2509
  }
2423
- declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$u): JSX.Element;
2424
-
2425
- declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
2510
+ declare function IconInvisible({ color, size, ...other }: IconProps$u): JSX.Element;
2426
2511
 
2427
2512
  interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
2428
2513
  size?: number | string;
2429
2514
  color?: string;
2430
2515
  }
2431
- declare function IconEditCalendar({ color, size, ...props }: IconProps$t): JSX.Element;
2516
+ declare function IconLanguage({ color, size, ...other }: IconProps$t): JSX.Element;
2517
+
2518
+ declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
2432
2519
 
2433
2520
  interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
2434
2521
  size?: number | string;
2435
2522
  color?: string;
2436
2523
  }
2437
- declare function IconInvisible({ color, size, ...other }: IconProps$s): JSX.Element;
2524
+ declare function IconLogout({ color, size, ...other }: IconProps$s): JSX.Element;
2438
2525
 
2439
2526
  interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
2440
2527
  size?: number | string;
2441
2528
  color?: string;
2442
2529
  }
2443
- declare function IconLanguage({ color, size, ...other }: IconProps$r): JSX.Element;
2530
+ declare function IconPause({ color, size, ...other }: IconProps$r): JSX.Element;
2444
2531
 
2445
- declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
2532
+ declare function IconMinus({ color, size, ...other }: IconProps$D): JSX.Element;
2533
+
2534
+ type IconPlusProps = React$1.SVGProps<any>;
2535
+ declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
2446
2536
 
2447
2537
  interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
2448
2538
  size?: number | string;
2449
2539
  color?: string;
2450
2540
  }
2451
- declare function IconLogout({ color, size, ...other }: IconProps$q): JSX.Element;
2541
+ declare function IconProfileChecked({ color, size, ...other }: IconProps$q): JSX.Element;
2452
2542
 
2453
2543
  interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
2454
2544
  size?: number | string;
2455
2545
  color?: string;
2456
2546
  }
2457
- declare function IconPause({ color, size, ...other }: IconProps$p): JSX.Element;
2458
-
2459
- declare function IconMinus({ color, size, ...other }: IconProps$C): JSX.Element;
2460
-
2461
- type IconPlusProps = React$1.SVGProps<any>;
2462
- declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
2547
+ declare function IconProfileCircle({ color, size, ...other }: IconProps$p): JSX.Element;
2463
2548
 
2464
2549
  interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
2465
2550
  size?: number | string;
2466
2551
  color?: string;
2467
2552
  }
2468
- declare function IconProfileChecked({ color, size, ...other }: IconProps$o): JSX.Element;
2553
+ declare function IconProfileSetting({ color, size, ...other }: IconProps$o): JSX.Element;
2469
2554
 
2470
2555
  interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
2471
2556
  size?: number | string;
2472
2557
  color?: string;
2473
2558
  }
2474
- declare function IconProfileCircle({ color, size, ...other }: IconProps$n): JSX.Element;
2559
+ declare function IconProfileUnderReview({ color, size, ...other }: IconProps$n): JSX.Element;
2475
2560
 
2476
2561
  interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
2477
2562
  size?: number | string;
2478
2563
  color?: string;
2479
2564
  }
2480
- declare function IconProfileSetting({ color, size, ...other }: IconProps$m): JSX.Element;
2565
+ declare function IconResume({ color, size, ...other }: IconProps$m): JSX.Element;
2481
2566
 
2482
2567
  interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
2483
2568
  size?: number | string;
2484
2569
  color?: string;
2485
2570
  }
2486
- declare function IconProfileUnderReview({ color, size, ...other }: IconProps$l): JSX.Element;
2487
-
2488
- interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2489
- size?: number | string;
2490
- color?: string;
2491
- }
2492
- declare function IconResume({ color, size, ...other }: IconProps$k): JSX.Element;
2493
-
2494
- interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2495
- size?: number | string;
2496
- color?: string;
2497
- }
2498
- declare function IconSettings({ color, size, ...other }: IconProps$j): JSX.Element;
2571
+ declare function IconSettings({ color, size, ...other }: IconProps$l): JSX.Element;
2499
2572
 
2500
2573
  declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
2501
2574
 
@@ -2503,23 +2576,23 @@ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
2503
2576
 
2504
2577
  declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
2505
2578
 
2506
- interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2579
+ interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2507
2580
  size?: number | string;
2508
2581
  color?: string;
2509
2582
  }
2510
- declare function IconTime({ color, size, ...other }: IconProps$i): JSX.Element;
2583
+ declare function IconTime({ color, size, ...other }: IconProps$k): JSX.Element;
2511
2584
 
2512
- interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2585
+ interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2513
2586
  size?: number | string;
2514
2587
  color?: string;
2515
2588
  }
2516
- declare function IconVerifiedUser({ color, size, ...other }: IconProps$h): JSX.Element;
2589
+ declare function IconVerifiedUser({ color, size, ...other }: IconProps$j): JSX.Element;
2517
2590
 
2518
- interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2591
+ interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2519
2592
  size?: number | string;
2520
2593
  color?: string;
2521
2594
  }
2522
- declare function IconVisible({ color, size, ...other }: IconProps$g): JSX.Element;
2595
+ declare function IconVisible({ color, size, ...other }: IconProps$i): JSX.Element;
2523
2596
 
2524
2597
  declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
2525
2598
 
@@ -2533,15 +2606,15 @@ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
2533
2606
 
2534
2607
  declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
2535
2608
 
2536
- interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2609
+ interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2537
2610
  size?: number | string;
2538
2611
  color?: string;
2539
2612
  }
2540
- declare function IconWarning({ color, size, ...other }: IconProps$f): JSX.Element;
2613
+ declare function IconWarning({ color, size, ...other }: IconProps$h): JSX.Element;
2541
2614
 
2542
2615
  declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2543
2616
 
2544
- declare const IconGiftNew: FC<IconProps$C>;
2617
+ declare const IconGiftNew: FC<IconProps$D>;
2545
2618
 
2546
2619
  declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2547
2620
 
@@ -2564,49 +2637,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
2564
2637
 
2565
2638
  declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2566
2639
 
2567
- interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2640
+ interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2568
2641
  size?: number | string;
2569
2642
  color?: string;
2570
2643
  className?: string;
2571
2644
  style?: React$1.CSSProperties;
2572
2645
  }
2573
- declare function IconCheck({ color, size, ...other }: IconProps$e): JSX.Element;
2646
+ declare function IconCheck({ color, size, ...other }: IconProps$g): JSX.Element;
2574
2647
 
2575
- interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2648
+ interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2576
2649
  size?: number | string;
2577
2650
  color?: string;
2578
2651
  className?: string;
2579
2652
  style?: React$1.CSSProperties;
2580
2653
  }
2581
- declare const IconCapFilled: FC<IconProps$d>;
2654
+ declare const IconCapFilled: FC<IconProps$f>;
2582
2655
 
2583
- interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2656
+ interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2584
2657
  size?: number | string;
2585
2658
  color?: string;
2586
2659
  className?: string;
2587
2660
  style?: React$1.CSSProperties;
2588
2661
  }
2589
- declare function IconCancelRounded({ color, size, ...other }: IconProps$c): JSX.Element;
2662
+ declare function IconCancelRounded({ color, size, ...other }: IconProps$e): JSX.Element;
2590
2663
 
2591
- interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2664
+ interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2592
2665
  size?: number | string;
2593
2666
  color?: string;
2594
2667
  }
2595
- declare function IconMute({ color, size, ...other }: IconProps$b): JSX.Element;
2668
+ declare function IconMute({ color, size, ...other }: IconProps$d): JSX.Element;
2596
2669
 
2597
- interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2670
+ interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2598
2671
  size?: number | string;
2599
2672
  color?: string;
2600
2673
  }
2601
- declare function IconUnmute({ color, size, ...other }: IconProps$a): JSX.Element;
2674
+ declare function IconUnmute({ color, size, ...other }: IconProps$c): JSX.Element;
2602
2675
 
2603
2676
  declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2604
2677
 
2605
- interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2678
+ interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2606
2679
  size?: number | string;
2607
2680
  color?: string;
2608
2681
  }
2609
- declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$9): JSX.Element;
2682
+ declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$b): JSX.Element;
2610
2683
 
2611
2684
  declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2612
2685
 
@@ -2626,147 +2699,190 @@ declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<
2626
2699
 
2627
2700
  declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2628
2701
 
2629
- interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2702
+ interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2630
2703
  color?: string;
2631
2704
  }
2632
- declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$8) => JSX.Element;
2705
+ declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$a) => JSX.Element;
2633
2706
 
2634
- interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2707
+ interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2635
2708
  size?: number | string;
2636
2709
  color?: string;
2637
2710
  }
2638
- declare function IconShare({ size, ...props }: IconProps$7): JSX.Element;
2711
+ declare function IconShare({ size, ...props }: IconProps$9): JSX.Element;
2639
2712
 
2640
- interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2713
+ interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2641
2714
  size?: number | string;
2642
2715
  color?: string;
2643
2716
  }
2644
- declare function IconLink({ size, ...props }: IconProps$6): JSX.Element;
2717
+ declare function IconLink({ size, ...props }: IconProps$8): JSX.Element;
2645
2718
 
2646
- declare const IconHome: FC<IconProps$C>;
2719
+ declare const IconHome: FC<IconProps$D>;
2647
2720
 
2648
- declare const IconEcgHeart: FC<IconProps$C>;
2721
+ declare const IconEcgHeart: FC<IconProps$D>;
2649
2722
 
2650
- declare const IconAddModerator: FC<IconProps$C>;
2723
+ declare const IconAddModerator: FC<IconProps$D>;
2651
2724
 
2652
- declare const IconQueryStats: FC<IconProps$C>;
2725
+ declare const IconQueryStats: FC<IconProps$D>;
2653
2726
 
2654
- declare const IconSchema: FC<IconProps$C>;
2727
+ declare const IconSchema: FC<IconProps$D>;
2655
2728
 
2656
- declare const IconPromocode: FC<IconProps$C>;
2729
+ declare const IconPromocode: FC<IconProps$D>;
2657
2730
 
2658
- declare const IconEventBusy: FC<IconProps$C>;
2731
+ declare const IconEventBusy: FC<IconProps$D>;
2659
2732
 
2660
- declare const IconDelete: FC<IconProps$C>;
2733
+ declare const IconDelete: FC<IconProps$D>;
2661
2734
 
2662
- declare const IconLock: FC<IconProps$C>;
2735
+ declare const IconLock: FC<IconProps$D>;
2663
2736
 
2664
- declare const IconEdit: FC<IconProps$C>;
2737
+ declare const IconEdit: FC<IconProps$D>;
2665
2738
 
2666
- declare const IconCopy: FC<IconProps$C>;
2739
+ declare const IconCopy: FC<IconProps$D>;
2667
2740
 
2668
- interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2741
+ interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2669
2742
  size?: number | string;
2670
2743
  color?: string;
2671
2744
  }
2672
- declare function IconTimeAdd({ color, size, ...other }: IconProps$5): JSX.Element;
2745
+ declare function IconTimeAdd({ color, size, ...other }: IconProps$7): JSX.Element;
2673
2746
 
2674
- declare const IconManageAccounts: FC<IconProps$C>;
2747
+ declare const IconManageAccounts: FC<IconProps$D>;
2675
2748
 
2676
- declare const IconSend: FC<IconProps$C>;
2749
+ declare const IconSend: FC<IconProps$D>;
2677
2750
 
2678
- interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2751
+ interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2679
2752
  size?: number | string;
2680
2753
  color?: string;
2681
2754
  }
2682
- declare function IconGallery({ color, size, ...other }: IconProps$4): JSX.Element;
2755
+ declare function IconGallery({ color, size, ...other }: IconProps$6): JSX.Element;
2683
2756
 
2684
- interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2757
+ interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2685
2758
  size?: number | string;
2686
2759
  color?: string;
2687
2760
  }
2688
- declare function IconText({ color, size, ...other }: IconProps$3): JSX.Element;
2761
+ declare function IconText({ color, size, ...other }: IconProps$5): JSX.Element;
2689
2762
 
2690
- interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2763
+ interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2691
2764
  size?: number | string;
2692
2765
  color?: string;
2693
2766
  className?: string;
2694
2767
  style?: React$1.CSSProperties;
2695
2768
  }
2696
- declare function IconCheckCircle({ color, size, ...props }: IconProps$2): JSX.Element;
2769
+ declare function IconCheckCircle({ color, size, ...props }: IconProps$4): JSX.Element;
2697
2770
 
2698
- interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2771
+ interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2699
2772
  size?: number | string;
2700
2773
  color?: string;
2701
2774
  }
2702
- declare function IconAttachMoney({ size, color, style, ...props }: IconProps$1): JSX.Element;
2775
+ declare function IconAttachMoney({ size, color, style, ...props }: IconProps$3): JSX.Element;
2703
2776
 
2704
- declare const IconArrowTopRight: FC<IconProps$C>;
2777
+ declare const IconArrowTopRight: FC<IconProps$D>;
2705
2778
 
2706
- declare const IconMoreVertical: FC<IconProps$C>;
2779
+ declare const IconMoreVertical: FC<IconProps$D>;
2707
2780
 
2708
- interface IconProps extends React$1.SVGAttributes<SVGElement> {
2781
+ interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2709
2782
  size?: number | string;
2710
2783
  color?: string;
2711
2784
  }
2712
- declare const IconStylus: FC<IconProps>;
2785
+ declare const IconStylus: FC<IconProps$2>;
2786
+
2787
+ declare const IconDocument: FC<IconProps$D>;
2788
+
2789
+ declare const IconPersonAlert: FC<IconProps$D>;
2790
+
2791
+ declare const IconIdCard: FC<IconProps$D>;
2792
+
2793
+ declare const IconProfile: FC<IconProps$D>;
2794
+
2795
+ declare const IconReceiptLong: FC<IconProps$D>;
2796
+
2797
+ declare const IconInvoice: FC<IconProps$D>;
2713
2798
 
2714
- declare const IconDocument: FC<IconProps$C>;
2799
+ declare const IconRenew: React$1.FC<IconProps$D>;
2715
2800
 
2716
- declare const IconPersonAlert: FC<IconProps$C>;
2801
+ declare const IconDot: React$1.FC<IconProps$D>;
2717
2802
 
2718
- declare const IconIdCard: FC<IconProps$C>;
2803
+ declare const IconHeart: React$1.FC<IconProps$D>;
2719
2804
 
2720
- declare const IconProfile: FC<IconProps$C>;
2805
+ declare const IconMindly: React$1.FC<IconProps$D>;
2721
2806
 
2722
- declare const IconReceiptLong: FC<IconProps$C>;
2807
+ declare const IconPlay: React$1.FC<IconProps$D>;
2723
2808
 
2724
- declare const IconInvoice: FC<IconProps$C>;
2809
+ declare const IconStudyHat: React$1.FC<IconProps$D>;
2725
2810
 
2726
- declare const IconRenew: React$1.FC<IconProps$C>;
2811
+ declare const IconMindlyColored: React$1.FC<IconProps$D>;
2727
2812
 
2728
- declare const IconDot: React$1.FC<IconProps$C>;
2813
+ declare const IconUser: React$1.FC<IconProps$D>;
2729
2814
 
2730
- declare const IconHeart: React$1.FC<IconProps$C>;
2815
+ declare const IconFilters: React$1.FC<IconProps$D>;
2731
2816
 
2732
- declare const IconMindly: React$1.FC<IconProps$C>;
2817
+ declare const IconEmptyList: React$1.FC<IconProps$D>;
2733
2818
 
2734
- declare const IconPlay: React$1.FC<IconProps$C>;
2819
+ declare const IconChat: React$1.FC<IconProps$D>;
2735
2820
 
2736
- declare const IconStudyHat: React$1.FC<IconProps$C>;
2821
+ declare const IconMindlyMini: React$1.FC<IconProps$D>;
2737
2822
 
2738
- declare const IconMindlyColored: React$1.FC<IconProps$C>;
2823
+ declare const IconSchedule: React$1.FC<IconProps$D>;
2739
2824
 
2740
- declare const IconUser: React$1.FC<IconProps$C>;
2825
+ declare const IconContract: React$1.FC<IconProps$D>;
2741
2826
 
2742
- declare const IconFilters: React$1.FC<IconProps$C>;
2827
+ declare const IconReceipt: React$1.FC<IconProps$D>;
2743
2828
 
2744
- declare const IconEmptyList: React$1.FC<IconProps$C>;
2829
+ declare const IconCalendarWithDot: React$1.FC<IconProps$D>;
2745
2830
 
2746
- declare const IconChat: React$1.FC<IconProps$C>;
2831
+ declare const IconExperience: React$1.FC<IconProps$D>;
2747
2832
 
2748
- declare const IconMindlyMini: React$1.FC<IconProps$C>;
2833
+ declare const IconSpecialistsEnded: React$1.FC<IconProps$D>;
2749
2834
 
2750
- declare const IconSchedule: React$1.FC<IconProps$C>;
2835
+ declare const IconReviewSessionSubscription: React$1.FC<IconProps$D>;
2751
2836
 
2752
- declare const IconContract: React$1.FC<IconProps$C>;
2837
+ declare const IconReviewSessionTrial: React$1.FC<IconProps$D>;
2753
2838
 
2754
- declare const IconReceipt: React$1.FC<IconProps$C>;
2839
+ declare const IconDoubleArrow: React$1.FC<IconProps$D>;
2755
2840
 
2756
- declare const IconCalendarWithDot: React$1.FC<IconProps$C>;
2841
+ declare const IconDivider: React$1.FC<IconProps$D>;
2757
2842
 
2758
- declare const IconExperience: React$1.FC<IconProps$C>;
2843
+ declare const IconInfo: React$1.FC<IconProps$D>;
2759
2844
 
2760
- declare const IconSpecialistsEnded: React$1.FC<IconProps$C>;
2845
+ declare const IconApplePay: React$1.FC<IconProps$D>;
2761
2846
 
2762
- declare const IconReviewSessionSubscription: React$1.FC<IconProps$C>;
2847
+ declare const IconSecure: React$1.FC<IconProps$D>;
2763
2848
 
2764
- declare const IconReviewSessionTrial: React$1.FC<IconProps$C>;
2849
+ declare const IconGooglePay: React$1.FC<IconProps$D>;
2850
+
2851
+ declare const IconAmEx: React$1.FC<IconProps$D>;
2852
+
2853
+ declare const IconMaestro: React$1.FC<IconProps$D>;
2854
+
2855
+ declare const IconMastercard: React$1.FC<IconProps$D>;
2856
+
2857
+ declare const IconVisa: React$1.FC<IconProps$D>;
2858
+
2859
+ declare const IconPoweredByStripe: React$1.FC<IconProps$D>;
2860
+
2861
+ declare const IconCancelBold: React$1.FC<IconProps$D>;
2862
+
2863
+ interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2864
+ size?: number | string;
2865
+ color?: string;
2866
+ }
2867
+ declare const IconCheckboxCheckedBold: React$1.FC<IconProps$1>;
2868
+
2869
+ interface IconProps extends React$1.SVGAttributes<SVGElement> {
2870
+ size?: number | string;
2871
+ color?: string;
2872
+ }
2873
+ declare const IconMatching: React$1.FC<IconProps>;
2874
+
2875
+ declare const IconSwitch: React$1.FC<IconProps$D>;
2876
+
2877
+ declare const IconGlobe: React$1.FC<IconProps$D>;
2878
+
2879
+ declare const IconAppStoreRating: React$1.FC<IconProps$D>;
2765
2880
 
2766
2881
  declare const formatByDigits: (value: number) => string;
2767
2882
  declare const roundToPrecision: (value: number, decimals?: number) => number;
2768
2883
  declare const getDateLocale: (locale: string) => Locale;
2769
2884
  declare const getGMTOffset: (timeZone: string) => string;
2885
+ declare const getMonthNameInGenitive: (date: Date, locale: string) => string;
2770
2886
 
2771
2887
  type AnyRef = React__default.Ref<any>;
2772
2888
  declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
@@ -2850,9 +2966,9 @@ type SlotsGridItemProps = {
2850
2966
  onSelectionChange: () => void;
2851
2967
  };
2852
2968
 
2853
- declare const _default$B: React__default.NamedExoticComponent<SlotsGridProps>;
2969
+ declare const _default$F: React__default.NamedExoticComponent<SlotsGridProps>;
2854
2970
 
2855
- declare const _default$A: React$1.NamedExoticComponent<SlotsGridItemProps>;
2971
+ declare const _default$E: React$1.NamedExoticComponent<SlotsGridItemProps>;
2856
2972
 
2857
2973
  type PushNotificationsModalProps = {
2858
2974
  onApplyPermission: () => void;
@@ -2966,23 +3082,23 @@ type ShareModalFeatureProps = {
2966
3082
  };
2967
3083
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2968
3084
 
2969
- declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
3085
+ declare const _default$D: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2970
3086
 
2971
- declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
3087
+ declare const _default$C: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2972
3088
 
2973
3089
  type SpecialistPaymentCommonCardSkeletonType = {
2974
3090
  className?: string;
2975
3091
  };
2976
3092
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
2977
3093
 
2978
- declare const _default$x: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
3094
+ declare const _default$B: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2979
3095
 
2980
3096
  type ConsultationsListProps = {
2981
3097
  consultations: SpecialistConsultation[];
2982
3098
  locale?: string;
2983
3099
  consultationClick?: (consultation: SpecialistConsultation) => void;
2984
3100
  };
2985
- declare const _default$w: React__default.NamedExoticComponent<ConsultationsListProps>;
3101
+ declare const _default$A: React__default.NamedExoticComponent<ConsultationsListProps>;
2986
3102
 
2987
3103
  type ConsultationsListSkeletonType = {
2988
3104
  className?: string;
@@ -2997,9 +3113,9 @@ type CalendarPickerFeatureProps = {
2997
3113
  dateCallback: (date: Date) => void;
2998
3114
  lastDate: Date;
2999
3115
  };
3000
- declare const _default$v: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
3116
+ declare const _default$z: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
3001
3117
 
3002
- declare const _default$u: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
3118
+ declare const _default$y: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
3003
3119
 
3004
3120
  type GoogleCalendarModalFeatureProps = {
3005
3121
  isOpen: boolean;
@@ -3013,8 +3129,8 @@ type GoogleCalendarModalFeatureProps = {
3013
3129
  };
3014
3130
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
3015
3131
 
3016
- type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
3017
- declare const _default$t: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3132
+ type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store';
3133
+ declare const _default$x: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3018
3134
  avatarSrc?: string | undefined;
3019
3135
  name: string;
3020
3136
  date: number;
@@ -3025,6 +3141,8 @@ declare const _default$t: React__default.MemoExoticComponent<React__default.Forw
3025
3141
  reviewTextClamp?: number | undefined;
3026
3142
  onExpandReview?(): void;
3027
3143
  className?: string | undefined;
3144
+ useDate?: boolean | undefined;
3145
+ locale?: string | undefined;
3028
3146
  } & TranslationType & React__default.RefAttributes<HTMLDivElement>>>;
3029
3147
 
3030
3148
  declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<() => JSX.Element>;
@@ -3113,7 +3231,7 @@ type ScreenInputFormFeatureProps = {
3113
3231
  icon?: ReactNode | string;
3114
3232
  isKeyboardShown?: boolean;
3115
3233
  };
3116
- declare const _default$s: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3234
+ declare const _default$w: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3117
3235
 
3118
3236
  type SelectionType = {
3119
3237
  value: any;
@@ -3131,7 +3249,7 @@ type SpecialistDrumPickerWidgetProps = {
3131
3249
  onTouchStart?: () => void;
3132
3250
  onTouchEnd?: () => void;
3133
3251
  };
3134
- declare const _default$r: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3252
+ declare const _default$v: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3135
3253
 
3136
3254
  type TextAreaFormFeatureProps = {
3137
3255
  title?: string;
@@ -3147,7 +3265,7 @@ type TextAreaFormFeatureProps = {
3147
3265
  maxlength?: number;
3148
3266
  HeaderComponent?: FC;
3149
3267
  };
3150
- declare const _default$q: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3268
+ declare const _default$u: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3151
3269
 
3152
3270
  type AcceptAgreementFeatureProps = {
3153
3271
  isAccepted: boolean;
@@ -3168,32 +3286,33 @@ type SelectWithSearchFormFeatureProps = {
3168
3286
  otherText?: string;
3169
3287
  buttonLabel?: string;
3170
3288
  } & WithTranslation;
3171
- declare const _default$p: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3289
+ declare const _default$t: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3172
3290
 
3173
3291
  type MarkdownContainerFeatureProps = {
3174
3292
  children?: string | null;
3175
3293
  options?: MarkdownToJSX.Options;
3176
3294
  className?: string;
3295
+ forceBlock?: boolean;
3177
3296
  };
3178
- declare const _default$o: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3297
+ declare const _default$s: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3179
3298
 
3180
- declare const _default$n: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3299
+ declare const _default$r: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3181
3300
 
3182
- declare const _default$m: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3301
+ declare const _default$q: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3183
3302
 
3184
3303
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
3185
3304
  onChange?: (value: string[]) => void;
3186
3305
  defaultValues?: string[];
3187
3306
  variant?: OnboardingVariant;
3188
3307
  } & OnBoardingMultiSelectScreenType;
3189
- declare const _default$l: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3308
+ declare const _default$p: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3190
3309
 
3191
3310
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3192
3311
  onChange?: (value: string) => void;
3193
3312
  defaultValues?: string[];
3194
3313
  variant?: OnboardingVariant;
3195
3314
  } & OnBoardingSingleSelectScreenType;
3196
- declare const _default$k: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3315
+ declare const _default$o: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3197
3316
 
3198
3317
  declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
3199
3318
  t?: WithTranslation['t'];
@@ -3209,13 +3328,37 @@ type OnBoardingProgressFeatureProps = {
3209
3328
  startAdornment?: React__default.ReactNode;
3210
3329
  variant?: OnboardingVariant;
3211
3330
  };
3212
- declare const _default$j: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3331
+ declare const _default$n: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3332
+
3333
+ declare const _default$m: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3213
3334
 
3214
- declare const _default$i: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3335
+ declare const _default$l: React__default.NamedExoticComponent<OnBoardingEmailScreenType>;
3215
3336
 
3216
- declare const _default$h: React__default.NamedExoticComponent<OnBoardingEmailScreenType>;
3337
+ declare const _default$k: React__default.NamedExoticComponent<OnBoardingConfirmScreenType>;
3217
3338
 
3218
- declare const _default$g: React__default.NamedExoticComponent<OnBoardingConfirmScreenType>;
3339
+ type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
3340
+ variant?: OnboardingVariant;
3341
+ className?: string;
3342
+ titleClassName?: string;
3343
+ } & OnBoardingCompareScreenType;
3344
+ declare const _default$j: React__default.NamedExoticComponent<OnBoardingPaywallScreenPreviewFeatureProps$1>;
3345
+
3346
+ type OnBoardingPaywallScreenPreviewFeatureProps = {
3347
+ variant?: OnboardingVariant;
3348
+ specialists: Specialist[];
3349
+ reviews: MindlyReview[];
3350
+ previuesDiscount?: number;
3351
+ currentDiscount?: number;
3352
+ } & OnBoardingPaywallScreenType;
3353
+ declare const _default$i: React__default.NamedExoticComponent<OnBoardingPaywallScreenPreviewFeatureProps>;
3354
+
3355
+ type OnBoardingChartScreenPreviewFeatureProps = {
3356
+ className?: string;
3357
+ locale: string;
3358
+ isPreview?: boolean;
3359
+ variant?: OnboardingVariant;
3360
+ } & OnBoardingChartScreenType;
3361
+ declare const _default$h: React__default.NamedExoticComponent<OnBoardingChartScreenPreviewFeatureProps>;
3219
3362
 
3220
3363
  type SpecialistAreaByMatch = {
3221
3364
  text: string;
@@ -3247,7 +3390,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3247
3390
  presentingElement?: HTMLElement;
3248
3391
  }
3249
3392
 
3250
- declare const _default$f: React__default.NamedExoticComponent<Props$2>;
3393
+ declare const _default$g: React__default.NamedExoticComponent<Props$2>;
3251
3394
 
3252
3395
  type Props$1 = {
3253
3396
  className?: string;
@@ -3552,6 +3695,45 @@ type MindlyReviewFeatureProps = {
3552
3695
  };
3553
3696
  declare const MindlyReviewFeature: React__default.FC<MindlyReviewFeatureProps>;
3554
3697
 
3698
+ type TariffFeatureProps = {
3699
+ className?: string;
3700
+ t?: WithTranslation['t'];
3701
+ name: string;
3702
+ priceBefore?: number;
3703
+ price: number;
3704
+ currency: SupportedCurrency;
3705
+ id: string;
3706
+ isSelected: boolean;
3707
+ label?: string;
3708
+ variant: VariantEnum;
3709
+ description?: string;
3710
+ advantagesList?: {
3711
+ id: string;
3712
+ title: string;
3713
+ }[];
3714
+ initialIsInfoOpen?: boolean;
3715
+ onSelect(id: string): void;
3716
+ };
3717
+
3718
+ declare const TariffFeature: React__default.FC<TariffFeatureProps>;
3719
+
3720
+ type PoweredByStripeFeatureProps = {
3721
+ className?: string;
3722
+ title?: string;
3723
+ };
3724
+
3725
+ declare const PoweredByStripeFeature: React__default.FC<PoweredByStripeFeatureProps>;
3726
+
3727
+ type DropdownFeatureProps = {
3728
+ className?: string;
3729
+ t?: WithTranslation['t'];
3730
+ title: string;
3731
+ description?: string;
3732
+ initialIsOpen?: boolean;
3733
+ };
3734
+
3735
+ declare const DropdownFeature: React__default.FC<DropdownFeatureProps>;
3736
+
3555
3737
  type SupportedCountryLocale = string;
3556
3738
  type Tabs = {
3557
3739
  behavior: 'tax-country' | 'profile-lang';
@@ -3658,7 +3840,7 @@ type SpecialistCardProps = {
3658
3840
  };
3659
3841
  declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
3660
3842
 
3661
- declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3843
+ declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3662
3844
  isError?: boolean | undefined;
3663
3845
  errorStyle?: "filled" | "unfilled" | undefined;
3664
3846
  type?: "number" | "text" | "email" | undefined;
@@ -3682,11 +3864,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
3682
3864
  error?: string | null | undefined;
3683
3865
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
3684
3866
 
3685
- declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3867
+ declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3686
3868
  isError?: boolean | undefined;
3687
3869
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
3688
3870
 
3689
- declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3871
+ declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3690
3872
  options: {
3691
3873
  id: string | number;
3692
3874
  label: string | number;
@@ -3718,7 +3900,7 @@ type CustomCheckboxProps = {
3718
3900
  isCheckbox?: boolean;
3719
3901
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
3720
3902
  };
3721
- declare const _default$b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3903
+ declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3722
3904
 
3723
3905
  type CheckboxListItem = {
3724
3906
  id: ReactText;
@@ -3746,7 +3928,7 @@ type CheckboxListProps = {
3746
3928
  from: string;
3747
3929
  };
3748
3930
  };
3749
- declare const _default$a: React__default.NamedExoticComponent<CheckboxListProps>;
3931
+ declare const _default$b: React__default.NamedExoticComponent<CheckboxListProps>;
3750
3932
 
3751
3933
  type BookingHeaderProps = {
3752
3934
  title?: string;
@@ -3760,9 +3942,9 @@ type ProgressBarProps = {
3760
3942
  progress: number;
3761
3943
  loaderTitle?: string;
3762
3944
  };
3763
- declare const _default$9: React__default.NamedExoticComponent<ProgressBarProps>;
3945
+ declare const _default$a: React__default.NamedExoticComponent<ProgressBarProps>;
3764
3946
 
3765
- declare const _default$8: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3947
+ declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3766
3948
  title: string;
3767
3949
  subTitle?: string | undefined;
3768
3950
  isError?: boolean | undefined;
@@ -3794,7 +3976,7 @@ type FlagProps = {
3794
3976
  dimensions?: number;
3795
3977
  className?: string;
3796
3978
  };
3797
- declare const _default$7: React__default.NamedExoticComponent<FlagProps>;
3979
+ declare const _default$8: React__default.NamedExoticComponent<FlagProps>;
3798
3980
 
3799
3981
  type SpecialistLangsProps = {
3800
3982
  showLoader?: boolean;
@@ -3834,7 +4016,7 @@ type ProfileInformationProps = {
3834
4016
  reviews: string[];
3835
4017
  };
3836
4018
  } & React__default.HTMLAttributes<HTMLDivElement>;
3837
- declare const _default$6: React__default.NamedExoticComponent<ProfileInformationProps>;
4019
+ declare const _default$7: React__default.NamedExoticComponent<ProfileInformationProps>;
3838
4020
 
3839
4021
  type SpecialistMatchProps = {
3840
4022
  specialistFirstName?: string;
@@ -3846,7 +4028,7 @@ type SpecialistMatchProps = {
3846
4028
  howWeMatchThis: string;
3847
4029
  };
3848
4030
  } & React__default.HTMLAttributes<HTMLDivElement>;
3849
- declare const _default$5: React__default.NamedExoticComponent<SpecialistMatchProps>;
4031
+ declare const _default$6: React__default.NamedExoticComponent<SpecialistMatchProps>;
3850
4032
 
3851
4033
  type SpecialistStatisticProps = {
3852
4034
  learnMoreClick: () => void;
@@ -3866,7 +4048,7 @@ type SpecialistStatisticProps = {
3866
4048
  bookedSession: string;
3867
4049
  };
3868
4050
  } & React__default.HTMLAttributes<HTMLDivElement>;
3869
- declare const _default$4: React__default.NamedExoticComponent<SpecialistStatisticProps>;
4051
+ declare const _default$5: React__default.NamedExoticComponent<SpecialistStatisticProps>;
3870
4052
 
3871
4053
  type RatingWithLabelProps = {
3872
4054
  countOfReviews?: number;
@@ -3990,7 +4172,7 @@ type SpecialistCardWidgetProps = {
3990
4172
  currentUser?: UserType;
3991
4173
  };
3992
4174
 
3993
- declare const _default$3: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
4175
+ declare const _default$4: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
3994
4176
 
3995
4177
  type SpecialistCardListWidgetProps = {
3996
4178
  t?: WithTranslation['t'];
@@ -4005,11 +4187,11 @@ type SpecialistCardListWidgetProps = {
4005
4187
  };
4006
4188
  declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
4007
4189
 
4008
- declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
4190
+ declare const _default$3: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
4009
4191
  routeClick: () => void;
4010
4192
  } & TranslationType>;
4011
4193
 
4012
- declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
4194
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
4013
4195
 
4014
4196
  type UpdateContractWidgetProps = {
4015
4197
  isAccepted: boolean;
@@ -4045,7 +4227,7 @@ type SpecialistDetailWidgetProps = {
4045
4227
  onOpenNewSpecialistArticle?(): void;
4046
4228
  };
4047
4229
 
4048
- declare const _default: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4230
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4049
4231
 
4050
4232
  declare const SpecialistDetailWidgetSkeleton: React__default.FC;
4051
4233
 
@@ -4115,4 +4297,13 @@ type SessionPaymentsWidgetProps = {
4115
4297
 
4116
4298
  declare const SessionPaymentsWidget: React__default.FC<SessionPaymentsWidgetProps>;
4117
4299
 
4118
- export { AcceptAgreementFeature, Action, _default$U as AlertCard, AllowFilterValueType, AppFooter, _default$T as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$S as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$O as Badge, _default$X as BookingScheduleTime, _default$W as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$v as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1g as ChatListItem, _default$1e as ChatListSkeleton, _default$1f as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$a as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$17 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$14 as ConsultationModal, _default$z as ConsultationPricingFeature, _default$12 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$b as CustomCheckbox, CustomRadioButton, _default$c as CustomSelect, _default$d as CustomTextarea, DatePicker, _default$10 as DaySlider, DayToRender, DividerProps, DrumListPicker, DynamicCommissionValue, _default$Y as EducationCard, _default$1d as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$15 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$7 as Flag, FlagTypes, _default$Q as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$K as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelRounded, IconCapFilled, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconContract, IconCopy, IconCreditCard, IconDelete, IconDocument, IconDot, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGoogle, IconHeart, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$C as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$G as Item, _default$N as ItemCard, LabelArrowRedirect, LanguagesList, _default$1k as LetterAvatar, _default$8 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$D as ListItemWithColumns, _default$H as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$I as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$o as MarkdownContainerFeature, _default$E as MatchProgress, _default$1h as MediaPlayer, MenuFeature, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, _default$g as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$h as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$m as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$l as OnBoardingMultiSelectionScreenPreviewFeature, _default$j as OnBoardingProgressFeature, _default$i as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$k as OnBoardingSingleSelectionScreenPreviewFeature, _default$n as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$u as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$w as PaymentSessionsList, _default$1j as PersonDateTimeCard, _default$P as Picture, _default$6 as ProfileInformation, _default$_ as ProfileView, _default$9 as ProgressBar, ProgressBarDashed, _default$J as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$L as Rating, RatingCircleWrapper, _default$11 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$t as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$r as ScreenDrumPickerFormFeature, ScreenInput, _default$s as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1i as SelectImpressionEmoji, SelectItemType, _default$p as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$C as ShowMore, _default$16 as SignUpSessionButton, _default$13 as SignUpSessionModal, SizeValues, Skeleton, _default$R as Skeleton_v2, _default$B as SlotsGrid, _default$A as SlotsGridItem, SolidInput, Specialist, _default$Z as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1b as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$5 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$y as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$x as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, SpecialistProfileNotFound, _default$1a as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$4 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, _default$q as TextAreaFormFeature, _default$e as TextInput, _default$f as TextWithClampFeature, _default$1c as Textarea, _default$M as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$V as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$F as Video, _default$18 as VideoCallInfo, _default$19 as VideoPlayer, VideoProvider, _default$$ as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
4300
+ type SpecialistPreviewWidgetProps = {
4301
+ t?: WithTranslation['t'];
4302
+ specialist: Specialist;
4303
+ variant?: VariantEnum;
4304
+ className?: string;
4305
+ };
4306
+
4307
+ declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
4308
+
4309
+ export { AcceptAgreementFeature, Action, _default$Y as AlertCard, AllowFilterValueType, AppFooter, _default$X as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$W as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$S as Badge, _default$$ as BookingScheduleTime, _default$_ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$z as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1k as ChatListItem, _default$1i as ChatListSkeleton, _default$1j as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$18 as ConsultationModal, _default$D as ConsultationPricingFeature, _default$16 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$14 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$10 as EducationCard, _default$1h as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$19 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$U as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$O as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$D as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$K as Item, _default$R as ItemCard, LabelArrowRedirect, LanguagesList, _default$1o as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$H as ListItemWithColumns, _default$L as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$M as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$s as MarkdownContainerFeature, _default$I as MatchProgress, _default$1l as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, _default$h as OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, _default$j as OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$k as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$l as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$q as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$p as OnBoardingMultiSelectionScreenPreviewFeature, _default$i as OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$n as OnBoardingProgressFeature, _default$m as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$o as OnBoardingSingleSelectionScreenPreviewFeature, _default$r as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$y as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$A as PaymentSessionsList, _default$1n as PersonDateTimeCard, _default$T as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$12 as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$N as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$P as Rating, RatingCircleWrapper, _default$15 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$x as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$v as ScreenDrumPickerFormFeature, ScreenInput, _default$w as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1m as SelectImpressionEmoji, SelectItemType, _default$t as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$G as ShowMore, _default$1a as SignUpSessionButton, _default$17 as SignUpSessionModal, SizeValues, Skeleton, _default$V as Skeleton_v2, _default$F as SlotsGrid, _default$E as SlotsGridItem, SolidInput, Specialist, _default$11 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1f as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$C as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$B as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, _default$1e as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, TariffFeature, _default$u as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1g as Textarea, _default$Q as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Z as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$J as Video, _default$1c as VideoCallInfo, _default$1d as VideoPlayer, VideoProvider, _default$13 as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };