@kvdbil/components 17.12.6 → 17.12.7

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 (246) hide show
  1. package/cjs/ColorCard.js +1 -1
  2. package/cjs/components/Accordion/index.js +1 -1
  3. package/cjs/components/Breadcrumbs/index.js +1 -1
  4. package/cjs/components/Button/index.js +1 -1
  5. package/cjs/components/DayPicker/index.js +1 -1
  6. package/cjs/components/EditRow/index.js +1 -1
  7. package/cjs/components/Flex/index.js +5 -5
  8. package/cjs/components/FocusTrap.js +1 -1
  9. package/cjs/components/Icon/index.js +1 -1
  10. package/cjs/components/Message/index.js +1 -1
  11. package/cjs/components/Modal/index.js +1 -1
  12. package/cjs/components/OffCanvas/index.js +1 -1
  13. package/cjs/components/OffCanvas/useClickOutside.js +1 -1
  14. package/cjs/components/Select/index.js +2 -2
  15. package/cjs/components/Snackbar/index.js +1 -1
  16. package/cjs/components/Stepper/index.js +1 -1
  17. package/cjs/components/StepperAccordion/index.js +1 -1
  18. package/cjs/components/Table/index.js +1 -1
  19. package/cjs/components/Tabs/Tab.js +1 -1
  20. package/cjs/components/Tabs/Tabs.js +1 -1
  21. package/cjs/components/TextArea/index.js +1 -1
  22. package/cjs/components/Textfield/index.js +1 -1
  23. package/cjs/components/TimePicker/index.js +1 -1
  24. package/cjs/components/TimePicker/testHelper.js +1 -1
  25. package/cjs/components/Toggle/index.js +1 -1
  26. package/cjs/hooks/useDynamicScript.js +1 -1
  27. package/cjs/shared/helpers.js +1 -1
  28. package/package.json +4 -5
  29. package/package.json.tmp +4 -5
  30. package/types/ColorCard.d.ts +2 -1
  31. package/types/ElevationCard.d.ts +2 -1
  32. package/types/components/Accordion/index.d.ts +2 -2
  33. package/types/components/Badge/index.d.ts +2 -1
  34. package/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +2 -2
  35. package/types/components/Breadcrumbs/index.d.ts +2 -2
  36. package/types/components/Card/index.d.ts +2 -1
  37. package/types/components/CheckBox/index.d.ts +2 -2
  38. package/types/components/Chip/index.d.ts +1 -1
  39. package/types/components/DayPicker/index.d.ts +2 -1
  40. package/types/components/Dialog/index.d.ts +2 -1
  41. package/types/components/EditRow/index.d.ts +2 -1
  42. package/types/components/ErrorMessage/index.d.ts +2 -1
  43. package/types/components/FieldLabel.d.ts +10 -2
  44. package/types/components/Flex/index.d.ts +2 -2
  45. package/types/components/FocusTrap.d.ts +1 -1
  46. package/types/components/Hero/index.d.ts +2 -1
  47. package/types/components/Icon/index.d.ts +1 -1
  48. package/types/components/IconButton.d.ts +4 -3
  49. package/types/components/Link/index.d.ts +2 -2
  50. package/types/components/ListItem/Bacon.d.ts +2 -1
  51. package/types/components/ListItem/index.d.ts +2 -1
  52. package/types/components/Logo/LogoEn.d.ts +2 -1
  53. package/types/components/Logo/LogoSv.d.ts +2 -1
  54. package/types/components/Logo/index.d.ts +2 -1
  55. package/types/components/MenuItem/index.d.ts +1 -1
  56. package/types/components/Message/index.d.ts +2 -1
  57. package/types/components/Modal/index.d.ts +2 -2
  58. package/types/components/NotificationButton/index.d.ts +2 -1
  59. package/types/components/OffCanvas/Overlay.d.ts +2 -1
  60. package/types/components/OffCanvas/index.d.ts +2 -1
  61. package/types/components/RadioButton/index.d.ts +2 -2
  62. package/types/components/RegistrationPlate/EuFlagIcon.d.ts +1 -1
  63. package/types/components/RegistrationPlate/index.d.ts +2 -1
  64. package/types/components/Select/components/test-icon.d.ts +2 -1
  65. package/types/components/Select/index.d.ts +2 -1
  66. package/types/components/Snackbar/index.d.ts +2 -1
  67. package/types/components/Spacer/index.d.ts +1 -1
  68. package/types/components/Spinner/index.d.ts +2 -1
  69. package/types/components/SpinnerThin/index.d.ts +2 -1
  70. package/types/components/Stack/index.d.ts +2 -1
  71. package/types/components/Stamp/index.d.ts +2 -1
  72. package/types/components/Stepper/index.d.ts +1 -1
  73. package/types/components/StepperAccordion/index.d.ts +2 -2
  74. package/types/components/Switcher/index.d.ts +2 -1
  75. package/types/components/Table/index.d.ts +2 -1
  76. package/types/components/Tabs/Tabs.d.ts +1 -1
  77. package/types/components/TextArea/index.d.ts +2 -2
  78. package/types/components/Textfield/index.d.ts +2 -1
  79. package/types/components/TimePicker/index.d.ts +2 -1
  80. package/types/components/Toggle/index.d.ts +2 -1
  81. package/types/components/ValuationRange/index.d.ts +2 -1
  82. package/types/icons/components/AddIcon.d.ts +2 -1
  83. package/types/icons/components/AlertIcon.d.ts +2 -1
  84. package/types/icons/components/ArrowDownIcon.d.ts +2 -1
  85. package/types/icons/components/ArrowLeftIcon.d.ts +2 -1
  86. package/types/icons/components/ArrowRightIcon.d.ts +2 -1
  87. package/types/icons/components/ArrowUpIcon.d.ts +2 -1
  88. package/types/icons/components/AtvIcon.d.ts +2 -1
  89. package/types/icons/components/AuctionIcon.d.ts +2 -1
  90. package/types/icons/components/BackIcon.d.ts +2 -1
  91. package/types/icons/components/BackToTopIcon.d.ts +2 -1
  92. package/types/icons/components/BankidIcon.d.ts +2 -1
  93. package/types/icons/components/BatteryIcon.d.ts +2 -1
  94. package/types/icons/components/BidIcon.d.ts +2 -1
  95. package/types/icons/components/BodyIcon.d.ts +2 -1
  96. package/types/icons/components/BreaksIcon.d.ts +2 -1
  97. package/types/icons/components/CabIcon.d.ts +2 -1
  98. package/types/icons/components/CalendarIcon.d.ts +2 -1
  99. package/types/icons/components/CameraIcon.d.ts +2 -1
  100. package/types/icons/components/CamperIcon.d.ts +2 -1
  101. package/types/icons/components/CancelCircleIcon.d.ts +2 -1
  102. package/types/icons/components/CancelIcon.d.ts +2 -1
  103. package/types/icons/components/CarIcon.d.ts +2 -1
  104. package/types/icons/components/CarServiceIcon.d.ts +2 -1
  105. package/types/icons/components/CaravanIcon.d.ts +2 -1
  106. package/types/icons/components/CertifiedIcon.d.ts +2 -1
  107. package/types/icons/components/ChatIcon.d.ts +2 -1
  108. package/types/icons/components/CheckCircleIcon.d.ts +2 -1
  109. package/types/icons/components/CheckFilledIcon.d.ts +2 -1
  110. package/types/icons/components/CheckIcon.d.ts +2 -1
  111. package/types/icons/components/CheckmarkIcon.d.ts +2 -1
  112. package/types/icons/components/ClockIcon.d.ts +2 -1
  113. package/types/icons/components/CloseIcon.d.ts +2 -1
  114. package/types/icons/components/CommentFilledIcon.d.ts +2 -1
  115. package/types/icons/components/CommentIcon.d.ts +2 -1
  116. package/types/icons/components/ConditioningIcon.d.ts +2 -1
  117. package/types/icons/components/ContactIcon.d.ts +2 -1
  118. package/types/icons/components/ControlNumberIcon.d.ts +2 -1
  119. package/types/icons/components/CopyIcon.d.ts +2 -1
  120. package/types/icons/components/CountdownIcon.d.ts +2 -1
  121. package/types/icons/components/CoupeIcon.d.ts +2 -1
  122. package/types/icons/components/CraneIcon.d.ts +2 -1
  123. package/types/icons/components/CupIcon.d.ts +2 -1
  124. package/types/icons/components/DeleteIcon.d.ts +2 -1
  125. package/types/icons/components/DenmarkFlagIcon.d.ts +2 -1
  126. package/types/icons/components/DisplayIcon.d.ts +2 -1
  127. package/types/icons/components/DocumentIcon.d.ts +2 -1
  128. package/types/icons/components/DownloadIcon.d.ts +2 -1
  129. package/types/icons/components/DrivetrainIcon.d.ts +2 -1
  130. package/types/icons/components/EcoIcon.d.ts +2 -1
  131. package/types/icons/components/EditIcon.d.ts +2 -1
  132. package/types/icons/components/EngineIcon.d.ts +2 -1
  133. package/types/icons/components/ErrorFilledIcon.d.ts +2 -1
  134. package/types/icons/components/ErrorIcon.d.ts +2 -1
  135. package/types/icons/components/EstoniaFlagIcon.d.ts +2 -1
  136. package/types/icons/components/ExportIcon.d.ts +2 -1
  137. package/types/icons/components/FacebookIcon.d.ts +2 -1
  138. package/types/icons/components/FacilityIcon.d.ts +2 -1
  139. package/types/icons/components/FavouriteFilledIcon.d.ts +2 -1
  140. package/types/icons/components/FavouriteIcon.d.ts +2 -1
  141. package/types/icons/components/FigmaIcon.d.ts +2 -1
  142. package/types/icons/components/FilterIcon.d.ts +2 -1
  143. package/types/icons/components/FinanceIcon.d.ts +2 -1
  144. package/types/icons/components/FinlandFlagIcon.d.ts +2 -1
  145. package/types/icons/components/FirstIcon.d.ts +2 -1
  146. package/types/icons/components/FixedPriceIcon.d.ts +2 -1
  147. package/types/icons/components/FuelIcon.d.ts +2 -1
  148. package/types/icons/components/GearboxIcon.d.ts +2 -1
  149. package/types/icons/components/GermanyFlagIcon.d.ts +2 -1
  150. package/types/icons/components/GetPaidIcon.d.ts +2 -1
  151. package/types/icons/components/GridViewIcon.d.ts +2 -1
  152. package/types/icons/components/HatchbackIcon.d.ts +2 -1
  153. package/types/icons/components/HelpIcon.d.ts +2 -1
  154. package/types/icons/components/HistoryIcon.d.ts +2 -1
  155. package/types/icons/components/HomeDeliveryIcon.d.ts +2 -1
  156. package/types/icons/components/IdIcon.d.ts +2 -1
  157. package/types/icons/components/ImageIcon.d.ts +2 -1
  158. package/types/icons/components/InfoIcon.d.ts +2 -1
  159. package/types/icons/components/InstagramIcon.d.ts +2 -1
  160. package/types/icons/components/InsuranceIcon.d.ts +2 -1
  161. package/types/icons/components/InteriorIcon.d.ts +2 -1
  162. package/types/icons/components/KvdIcon.d.ts +2 -1
  163. package/types/icons/components/KvdTestIcon.d.ts +2 -1
  164. package/types/icons/components/KvdproIcon.d.ts +2 -1
  165. package/types/icons/components/LastIcon.d.ts +2 -1
  166. package/types/icons/components/LeaderIcon.d.ts +2 -1
  167. package/types/icons/components/LinkedinIcon.d.ts +2 -1
  168. package/types/icons/components/ListViewIcon.d.ts +2 -1
  169. package/types/icons/components/LocationIcon.d.ts +2 -1
  170. package/types/icons/components/MailIcon.d.ts +2 -1
  171. package/types/icons/components/MenuIcon.d.ts +2 -1
  172. package/types/icons/components/MileageIcon.d.ts +2 -1
  173. package/types/icons/components/MinivanIcon.d.ts +2 -1
  174. package/types/icons/components/ModelYearIcon.d.ts +2 -1
  175. package/types/icons/components/MoreIcon.d.ts +2 -1
  176. package/types/icons/components/MotorbikeIcon.d.ts +2 -1
  177. package/types/icons/components/NavigationIcon.d.ts +2 -1
  178. package/types/icons/components/NewIcon.d.ts +2 -1
  179. package/types/icons/components/NextFilledIcon.d.ts +2 -1
  180. package/types/icons/components/NextIcon.d.ts +2 -1
  181. package/types/icons/components/NotificationIcon.d.ts +2 -1
  182. package/types/icons/components/OpenInNewIcon.d.ts +2 -1
  183. package/types/icons/components/PayementIcon.d.ts +2 -1
  184. package/types/icons/components/PercentIcon.d.ts +2 -1
  185. package/types/icons/components/PhoneIcon.d.ts +2 -1
  186. package/types/icons/components/PickUpIcon.d.ts +2 -1
  187. package/types/icons/components/Pickup.d.ts +2 -1
  188. package/types/icons/components/PlayIcon.d.ts +2 -1
  189. package/types/icons/components/PlugIcon.d.ts +2 -1
  190. package/types/icons/components/PolandFlagIcon.d.ts +2 -1
  191. package/types/icons/components/PreviousFilledIcon.d.ts +2 -1
  192. package/types/icons/components/PreviousIcon.d.ts +2 -1
  193. package/types/icons/components/PrintIcon.d.ts +2 -1
  194. package/types/icons/components/QuoteIcon.d.ts +2 -1
  195. package/types/icons/components/RatingIcon.d.ts +2 -1
  196. package/types/icons/components/ReleasingIcon.d.ts +2 -1
  197. package/types/icons/components/RemarksIcon.d.ts +2 -1
  198. package/types/icons/components/ReorderIcon.d.ts +2 -1
  199. package/types/icons/components/RestartIcon.d.ts +2 -1
  200. package/types/icons/components/SalesOfferIcon.d.ts +2 -1
  201. package/types/icons/components/SavedSearchIcon.d.ts +2 -1
  202. package/types/icons/components/ScheduleIcon.d.ts +2 -1
  203. package/types/icons/components/SearchIcon.d.ts +2 -1
  204. package/types/icons/components/SedanIcon.d.ts +2 -1
  205. package/types/icons/components/SellFilledIcon.d.ts +2 -1
  206. package/types/icons/components/SellIcon.d.ts +2 -1
  207. package/types/icons/components/SettingsIcon.d.ts +2 -1
  208. package/types/icons/components/ShareIcon.d.ts +2 -1
  209. package/types/icons/components/ShowLessIcon.d.ts +2 -1
  210. package/types/icons/components/ShowMoreIcon.d.ts +2 -1
  211. package/types/icons/components/SignInIcon.d.ts +2 -1
  212. package/types/icons/components/SignOutIcon.d.ts +2 -1
  213. package/types/icons/components/SlackIcon.d.ts +2 -1
  214. package/types/icons/components/SmartphoneIcon.d.ts +2 -1
  215. package/types/icons/components/SmileIcon.d.ts +2 -1
  216. package/types/icons/components/SnowmobileIcon.d.ts +2 -1
  217. package/types/icons/components/SortColumnIcon.d.ts +2 -1
  218. package/types/icons/components/SortIcon.d.ts +2 -1
  219. package/types/icons/components/StarIcon.d.ts +2 -1
  220. package/types/icons/components/StorageIcon.d.ts +2 -1
  221. package/types/icons/components/StoreIcon.d.ts +2 -1
  222. package/types/icons/components/SuvIcon.d.ts +2 -1
  223. package/types/icons/components/SwedishFlagIcon.d.ts +2 -1
  224. package/types/icons/components/ThinCertifiedIcon.d.ts +2 -1
  225. package/types/icons/components/ThinWarningIcon.d.ts +2 -1
  226. package/types/icons/components/ThreeSixtyIcon.d.ts +2 -1
  227. package/types/icons/components/TractorIcon.d.ts +2 -1
  228. package/types/icons/components/TrailerIcon.d.ts +2 -1
  229. package/types/icons/components/TransportIcon.d.ts +2 -1
  230. package/types/icons/components/TruckIcon.d.ts +2 -1
  231. package/types/icons/components/TwitterIcon.d.ts +2 -1
  232. package/types/icons/components/TyresIcon.d.ts +2 -1
  233. package/types/icons/components/UnitedKingdomFlagIcon.d.ts +2 -1
  234. package/types/icons/components/UploadIcon.d.ts +2 -1
  235. package/types/icons/components/UserIcon.d.ts +2 -1
  236. package/types/icons/components/ValuationIcon.d.ts +2 -1
  237. package/types/icons/components/VanIcon.d.ts +2 -1
  238. package/types/icons/components/VersionIcon.d.ts +2 -1
  239. package/types/icons/components/ViewsIcon.d.ts +2 -1
  240. package/types/icons/components/WagonIcon.d.ts +2 -1
  241. package/types/icons/components/WarningIcon.d.ts +2 -1
  242. package/types/icons/components/WarrantyIcon.d.ts +2 -1
  243. package/types/icons/components/YoutubeIcon.d.ts +2 -1
  244. package/types/typography/BodyText/index.d.ts +9 -9
  245. package/types/typography/ButtonText/index.d.ts +4 -4
  246. package/types/typography/Heading/index.d.ts +9 -9
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SignInIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SignInIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SignInIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SignOutIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SignOutIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SignOutIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SlackIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SlackIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SlackIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SmartphoneIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SmartphoneIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SmartphoneIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SmileIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SmileIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SmileIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SnowmobileIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SnowmobileIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SnowmobileIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SortColumnIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SortColumnIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SortColumnIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SortIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SortIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SortIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function StarIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function StarIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default StarIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function StorageIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function StorageIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default StorageIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function StoreIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function StoreIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default StoreIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SuvIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SuvIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SuvIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function SwedishFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SwedishFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SwedishFlagIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ThinCertifiedIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ThinCertifiedIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ThinCertifiedIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ThinWarningIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ThinWarningIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ThinWarningIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ThreeSixtyIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ThreeSixtyIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ThreeSixtyIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function TractorIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function TractorIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default TractorIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function TrailerIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function TrailerIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default TrailerIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function TransportIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function TransportIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default TransportIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function TruckIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function TruckIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default TruckIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function TwitterIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function TwitterIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default TwitterIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function TyresIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function TyresIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default TyresIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function UnitedKingdomFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function UnitedKingdomFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default UnitedKingdomFlagIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function UploadIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function UploadIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default UploadIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function UserIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function UserIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default UserIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ValuationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ValuationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ValuationIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function VanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function VanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default VanIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function VersionIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function VersionIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default VersionIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ViewsIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ViewsIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ViewsIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function WagonIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function WagonIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default WagonIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function WarningIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function WarningIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default WarningIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function WarrantyIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function WarrantyIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default WarrantyIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function YoutubeIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function YoutubeIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default YoutubeIcon;
@@ -2,17 +2,17 @@ import React from 'react';
2
2
  export declare const BodyTextStyle: import("styled-components").RuleSet<object>;
3
3
  export declare const CaptionStyle: import("styled-components").RuleSet<object>;
4
4
  export declare const Caption2Style: import("styled-components").RuleSet<object>;
5
- export declare const StyledBodyText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
5
+ export declare const StyledBodyText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
6
6
  export declare const QuoteStyle: import("styled-components").RuleSet<object>;
7
- export declare const Quote: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
8
- export declare const BodyText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
7
+ export declare const Quote: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
8
+ export declare const BodyText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
9
9
  export declare const BodyLinkStyle: import("styled-components").RuleSet<object>;
10
- export declare const BodyLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
11
- export declare const Caption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
12
- export declare const Caption2: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
10
+ export declare const BodyLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
11
+ export declare const Caption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
12
+ export declare const Caption2: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
13
13
  export declare const CaptionLinkStyle: import("styled-components").RuleSet<object>;
14
- export declare const CaptionLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
14
+ export declare const CaptionLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
15
15
  export declare const StatusStyle: import("styled-components").RuleSet<object>;
16
- export declare const Status: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
17
- export declare const BodyTexts: () => import("react/jsx-runtime").JSX.Element;
16
+ export declare const Status: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
17
+ export declare const BodyTexts: () => React.JSX.Element;
18
18
  export default BodyTexts;
@@ -2,12 +2,12 @@ import React from 'react';
2
2
  export declare const BasicButtonFontStyle: import("styled-components").RuleSet<object>;
3
3
  export declare const ButtonLargeFontStyle: import("styled-components").RuleSet<object>;
4
4
  export declare const ButtonLargeTextStyle: import("styled-components").RuleSet<object>;
5
- export declare const ButtonLarge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
5
+ export declare const ButtonLarge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
6
6
  export declare const ButtonRegularFontStyle: import("styled-components").RuleSet<object>;
7
7
  export declare const ButtonRegularTextStyle: import("styled-components").RuleSet<object>;
8
- export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
8
+ export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
9
9
  export declare const ButtonSmallFontStyle: import("styled-components").RuleSet<object>;
10
10
  export declare const ButtonSmallTextStyle: import("styled-components").RuleSet<object>;
11
- export declare const ButtonSmall: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
12
- declare const Buttons: () => import("react/jsx-runtime").JSX.Element;
11
+ export declare const ButtonSmall: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
12
+ declare const Buttons: () => React.JSX.Element;
13
13
  export default Buttons;
@@ -1,19 +1,19 @@
1
1
  import React from 'react';
2
2
  export declare const Display3Style: import("styled-components").RuleSet<object>;
3
- export declare const Display3: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
3
+ export declare const Display3: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
4
4
  export declare const Display2Style: import("styled-components").RuleSet<object>;
5
- export declare const Display2: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
5
+ export declare const Display2: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
6
6
  export declare const Display1Style: import("styled-components").RuleSet<object>;
7
- export declare const Display1: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
7
+ export declare const Display1: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
8
8
  export declare const HeadlineStyle: import("styled-components").RuleSet<object>;
9
- export declare const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
9
+ export declare const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
10
10
  export declare const TitleStyle: import("styled-components").RuleSet<object>;
11
- export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
11
+ export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
12
12
  export declare const SubtitleStyle: import("styled-components").RuleSet<object>;
13
- export declare const Subtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
13
+ export declare const Subtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
14
14
  export declare const TinyTitleRegularStyle: import("styled-components").RuleSet<object>;
15
- export declare const TinyTitleRegular: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
15
+ export declare const TinyTitleRegular: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
16
16
  export declare const TinyTitleBoldStyle: import("styled-components").RuleSet<object>;
17
- export declare const TinyTitleBold: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
18
- declare const Headings: () => import("react/jsx-runtime").JSX.Element;
17
+ export declare const TinyTitleBold: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>> & string;
18
+ declare const Headings: () => React.JSX.Element;
19
19
  export default Headings;