styled-components 5.3.5 → 5.3.6

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 (303) hide show
  1. package/README.md +2 -2
  2. package/dist/styled-components.browser.cjs.js +1 -1
  3. package/dist/styled-components.browser.cjs.js.map +1 -1
  4. package/dist/styled-components.browser.esm.js +1 -1
  5. package/dist/styled-components.browser.esm.js.map +1 -1
  6. package/dist/styled-components.cjs.js +1 -1
  7. package/dist/styled-components.cjs.js.map +1 -1
  8. package/dist/styled-components.esm.js +1 -1
  9. package/dist/styled-components.esm.js.map +1 -1
  10. package/dist/styled-components.js +1 -1
  11. package/dist/styled-components.js.map +1 -1
  12. package/dist/styled-components.min.js +1 -1
  13. package/dist/styled-components.min.js.map +1 -1
  14. package/native/dist/constructors/constructWithOptions.d.ts +11 -15
  15. package/native/dist/constructors/css.d.ts +3 -3
  16. package/native/dist/constructors/styled.d.ts +179 -179
  17. package/native/dist/hoc/withTheme.d.ts +1 -1
  18. package/native/dist/models/ComponentStyle.d.ts +1 -0
  19. package/native/dist/models/StyledComponent.d.ts +1 -1
  20. package/native/dist/models/StyledNativeComponent.d.ts +2 -2
  21. package/native/dist/models/ThemeProvider.d.ts +22 -0
  22. package/native/dist/native/index.d.ts +30 -54
  23. package/native/dist/sheet/Tag.d.ts +3 -3
  24. package/native/dist/sheet/dom.d.ts +1 -1
  25. package/native/dist/styled-components.native.cjs.js +2 -2
  26. package/native/dist/styled-components.native.cjs.js.map +1 -1
  27. package/native/dist/styled-components.native.esm.js +2 -2
  28. package/native/dist/styled-components.native.esm.js.map +1 -1
  29. package/native/dist/test/utils.d.ts +178 -178
  30. package/native/dist/types.d.ts +70 -61
  31. package/native/dist/utils/checkDynamicCreation.d.ts +1 -1
  32. package/native/dist/utils/flatten.d.ts +1 -1
  33. package/native/dist/utils/generateDisplayName.d.ts +1 -1
  34. package/native/dist/utils/getComponentName.d.ts +1 -1
  35. package/native/dist/utils/isStyledComponent.d.ts +1 -1
  36. package/native/dist/utils/isTag.d.ts +1 -1
  37. package/native/dist/utils/stylis.d.ts +2 -1
  38. package/package.json +1 -1
  39. package/postinstall.js +4 -4
  40. package/primitives/dist/styled-components-primitives.cjs.js +2 -2
  41. package/primitives/dist/styled-components-primitives.cjs.js.map +1 -1
  42. package/primitives/dist/styled-components-primitives.esm.js +2 -2
  43. package/primitives/dist/styled-components-primitives.esm.js.map +1 -1
  44. package/primitives/dist/base.d.ts +0 -18
  45. package/primitives/dist/base.d.ts.map +0 -1
  46. package/primitives/dist/constants.d.ts +0 -8
  47. package/primitives/dist/constants.d.ts.map +0 -1
  48. package/primitives/dist/constructors/constructWithOptions.d.ts +0 -19
  49. package/primitives/dist/constructors/constructWithOptions.d.ts.map +0 -1
  50. package/primitives/dist/constructors/createGlobalStyle.d.ts +0 -3
  51. package/primitives/dist/constructors/createGlobalStyle.d.ts.map +0 -1
  52. package/primitives/dist/constructors/css.d.ts +0 -4
  53. package/primitives/dist/constructors/css.d.ts.map +0 -1
  54. package/primitives/dist/constructors/keyframes.d.ts +0 -3
  55. package/primitives/dist/constructors/keyframes.d.ts.map +0 -1
  56. package/primitives/dist/constructors/styled.d.ts +0 -185
  57. package/primitives/dist/constructors/styled.d.ts.map +0 -1
  58. package/primitives/dist/dist/base.d.ts +0 -18
  59. package/primitives/dist/dist/base.d.ts.map +0 -1
  60. package/primitives/dist/dist/constants.d.ts +0 -9
  61. package/primitives/dist/dist/constants.d.ts.map +0 -1
  62. package/primitives/dist/dist/constructors/constructWithOptions.d.ts +0 -20
  63. package/primitives/dist/dist/constructors/constructWithOptions.d.ts.map +0 -1
  64. package/primitives/dist/dist/constructors/createGlobalStyle.d.ts +0 -4
  65. package/primitives/dist/dist/constructors/createGlobalStyle.d.ts.map +0 -1
  66. package/primitives/dist/dist/constructors/css.d.ts +0 -5
  67. package/primitives/dist/dist/constructors/css.d.ts.map +0 -1
  68. package/primitives/dist/dist/constructors/keyframes.d.ts +0 -4
  69. package/primitives/dist/dist/constructors/keyframes.d.ts.map +0 -1
  70. package/primitives/dist/dist/constructors/styled.d.ts +0 -186
  71. package/primitives/dist/dist/constructors/styled.d.ts.map +0 -1
  72. package/primitives/dist/dist/hoc/withTheme.d.ts +0 -4
  73. package/primitives/dist/dist/hoc/withTheme.d.ts.map +0 -1
  74. package/primitives/dist/dist/hoc/withTheme.spec.d.ts +0 -2
  75. package/primitives/dist/dist/hoc/withTheme.spec.d.ts.map +0 -1
  76. package/primitives/dist/dist/hooks/useTheme.d.ts +0 -4
  77. package/primitives/dist/dist/hooks/useTheme.d.ts.map +0 -1
  78. package/primitives/dist/dist/index-standalone.d.ts +0 -3
  79. package/primitives/dist/dist/index-standalone.d.ts.map +0 -1
  80. package/primitives/dist/dist/index.d.ts +0 -4
  81. package/primitives/dist/dist/index.d.ts.map +0 -1
  82. package/primitives/dist/dist/macro/index.d.ts +0 -3
  83. package/primitives/dist/dist/macro/index.d.ts.map +0 -1
  84. package/primitives/dist/dist/macro/test/babel.config.d.ts +0 -1
  85. package/primitives/dist/dist/macro/test/babel.config.d.ts.map +0 -1
  86. package/primitives/dist/dist/models/ComponentStyle.d.ts +0 -16
  87. package/primitives/dist/dist/models/ComponentStyle.d.ts.map +0 -1
  88. package/primitives/dist/dist/models/GlobalStyle.d.ts +0 -12
  89. package/primitives/dist/dist/models/GlobalStyle.d.ts.map +0 -1
  90. package/primitives/dist/dist/models/InlineStyle.d.ts +0 -7
  91. package/primitives/dist/dist/models/InlineStyle.d.ts.map +0 -1
  92. package/primitives/dist/dist/models/Keyframes.d.ts +0 -12
  93. package/primitives/dist/dist/models/Keyframes.d.ts.map +0 -1
  94. package/primitives/dist/dist/models/ServerStyleSheet.d.ts +0 -16
  95. package/primitives/dist/dist/models/ServerStyleSheet.d.ts.map +0 -1
  96. package/primitives/dist/dist/models/StyleSheetManager.d.ts +0 -22
  97. package/primitives/dist/dist/models/StyleSheetManager.d.ts.map +0 -1
  98. package/primitives/dist/dist/models/StyledComponent.d.ts +0 -4
  99. package/primitives/dist/dist/models/StyledComponent.d.ts.map +0 -1
  100. package/primitives/dist/dist/models/StyledNativeComponent.d.ts +0 -4
  101. package/primitives/dist/dist/models/StyledNativeComponent.d.ts.map +0 -1
  102. package/primitives/dist/dist/models/ThemeProvider.d.ts +0 -18
  103. package/primitives/dist/dist/models/ThemeProvider.d.ts.map +0 -1
  104. package/primitives/dist/dist/native/index.d.ts +0 -65
  105. package/primitives/dist/dist/native/index.d.ts.map +0 -1
  106. package/primitives/dist/dist/primitives/index.d.ts +0 -23
  107. package/primitives/dist/dist/primitives/index.d.ts.map +0 -1
  108. package/primitives/dist/dist/secretInternals.d.ts +0 -6
  109. package/primitives/dist/dist/secretInternals.d.ts.map +0 -1
  110. package/primitives/dist/dist/sheet/GroupIDAllocator.d.ts +0 -5
  111. package/primitives/dist/dist/sheet/GroupIDAllocator.d.ts.map +0 -1
  112. package/primitives/dist/dist/sheet/GroupedTag.d.ts +0 -12
  113. package/primitives/dist/dist/sheet/GroupedTag.d.ts.map +0 -1
  114. package/primitives/dist/dist/sheet/Rehydration.d.ts +0 -4
  115. package/primitives/dist/dist/sheet/Rehydration.d.ts.map +0 -1
  116. package/primitives/dist/dist/sheet/Sheet.d.ts +0 -41
  117. package/primitives/dist/dist/sheet/Sheet.d.ts.map +0 -1
  118. package/primitives/dist/dist/sheet/Tag.d.ts +0 -55
  119. package/primitives/dist/dist/sheet/Tag.d.ts.map +0 -1
  120. package/primitives/dist/dist/sheet/dom.d.ts +0 -5
  121. package/primitives/dist/dist/sheet/dom.d.ts.map +0 -1
  122. package/primitives/dist/dist/sheet/index.d.ts +0 -2
  123. package/primitives/dist/dist/sheet/index.d.ts.map +0 -1
  124. package/primitives/dist/dist/sheet/types.d.ts +0 -35
  125. package/primitives/dist/dist/sheet/types.d.ts.map +0 -1
  126. package/primitives/dist/dist/test/globals.d.ts +0 -3
  127. package/primitives/dist/dist/test/globals.d.ts.map +0 -1
  128. package/primitives/dist/dist/test/utils.d.ts +0 -192
  129. package/primitives/dist/dist/test/utils.d.ts.map +0 -1
  130. package/primitives/dist/dist/types.d.ts +0 -121
  131. package/primitives/dist/dist/types.d.ts.map +0 -1
  132. package/primitives/dist/dist/utils/addUnitIfNeeded.d.ts +0 -2
  133. package/primitives/dist/dist/utils/addUnitIfNeeded.d.ts.map +0 -1
  134. package/primitives/dist/dist/utils/checkDynamicCreation.d.ts +0 -2
  135. package/primitives/dist/dist/utils/checkDynamicCreation.d.ts.map +0 -1
  136. package/primitives/dist/dist/utils/createWarnTooManyClasses.d.ts +0 -4
  137. package/primitives/dist/dist/utils/createWarnTooManyClasses.d.ts.map +0 -1
  138. package/primitives/dist/dist/utils/determineTheme.d.ts +0 -3
  139. package/primitives/dist/dist/utils/determineTheme.d.ts.map +0 -1
  140. package/primitives/dist/dist/utils/domElements.d.ts +0 -3
  141. package/primitives/dist/dist/utils/domElements.d.ts.map +0 -1
  142. package/primitives/dist/dist/utils/empties.d.ts +0 -4
  143. package/primitives/dist/dist/utils/empties.d.ts.map +0 -1
  144. package/primitives/dist/dist/utils/error.d.ts +0 -6
  145. package/primitives/dist/dist/utils/error.d.ts.map +0 -1
  146. package/primitives/dist/dist/utils/errors.d.ts +0 -21
  147. package/primitives/dist/dist/utils/errors.d.ts.map +0 -1
  148. package/primitives/dist/dist/utils/escape.d.ts +0 -6
  149. package/primitives/dist/dist/utils/escape.d.ts.map +0 -1
  150. package/primitives/dist/dist/utils/flatten.d.ts +0 -5
  151. package/primitives/dist/dist/utils/flatten.d.ts.map +0 -1
  152. package/primitives/dist/dist/utils/generateAlphabeticName.d.ts +0 -2
  153. package/primitives/dist/dist/utils/generateAlphabeticName.d.ts.map +0 -1
  154. package/primitives/dist/dist/utils/generateComponentId.d.ts +0 -2
  155. package/primitives/dist/dist/utils/generateComponentId.d.ts.map +0 -1
  156. package/primitives/dist/dist/utils/generateDisplayName.d.ts +0 -3
  157. package/primitives/dist/dist/utils/generateDisplayName.d.ts.map +0 -1
  158. package/primitives/dist/dist/utils/getComponentName.d.ts +0 -3
  159. package/primitives/dist/dist/utils/getComponentName.d.ts.map +0 -1
  160. package/primitives/dist/dist/utils/hash.d.ts +0 -4
  161. package/primitives/dist/dist/utils/hash.d.ts.map +0 -1
  162. package/primitives/dist/dist/utils/hoist.d.ts +0 -52
  163. package/primitives/dist/dist/utils/hoist.d.ts.map +0 -1
  164. package/primitives/dist/dist/utils/hyphenateStyleName.d.ts +0 -15
  165. package/primitives/dist/dist/utils/hyphenateStyleName.d.ts.map +0 -1
  166. package/primitives/dist/dist/utils/interleave.d.ts +0 -3
  167. package/primitives/dist/dist/utils/interleave.d.ts.map +0 -1
  168. package/primitives/dist/dist/utils/isFunction.d.ts +0 -2
  169. package/primitives/dist/dist/utils/isFunction.d.ts.map +0 -1
  170. package/primitives/dist/dist/utils/isPlainObject.d.ts +0 -2
  171. package/primitives/dist/dist/utils/isPlainObject.d.ts.map +0 -1
  172. package/primitives/dist/dist/utils/isStatelessFunction.d.ts +0 -2
  173. package/primitives/dist/dist/utils/isStatelessFunction.d.ts.map +0 -1
  174. package/primitives/dist/dist/utils/isStaticRules.d.ts +0 -3
  175. package/primitives/dist/dist/utils/isStaticRules.d.ts.map +0 -1
  176. package/primitives/dist/dist/utils/isStyledComponent.d.ts +0 -3
  177. package/primitives/dist/dist/utils/isStyledComponent.d.ts.map +0 -1
  178. package/primitives/dist/dist/utils/isTag.d.ts +0 -3
  179. package/primitives/dist/dist/utils/isTag.d.ts.map +0 -1
  180. package/primitives/dist/dist/utils/joinStrings.d.ts +0 -5
  181. package/primitives/dist/dist/utils/joinStrings.d.ts.map +0 -1
  182. package/primitives/dist/dist/utils/mixinDeep.d.ts +0 -8
  183. package/primitives/dist/dist/utils/mixinDeep.d.ts.map +0 -1
  184. package/primitives/dist/dist/utils/nonce.d.ts +0 -2
  185. package/primitives/dist/dist/utils/nonce.d.ts.map +0 -1
  186. package/primitives/dist/dist/utils/stylis.d.ts +0 -10
  187. package/primitives/dist/dist/utils/stylis.d.ts.map +0 -1
  188. package/primitives/dist/hoc/withTheme.d.ts +0 -3
  189. package/primitives/dist/hoc/withTheme.d.ts.map +0 -1
  190. package/primitives/dist/hoc/withTheme.spec.d.ts +0 -1
  191. package/primitives/dist/hoc/withTheme.spec.d.ts.map +0 -1
  192. package/primitives/dist/hooks/useTheme.d.ts +0 -3
  193. package/primitives/dist/hooks/useTheme.d.ts.map +0 -1
  194. package/primitives/dist/index-standalone.d.ts +0 -2
  195. package/primitives/dist/index-standalone.d.ts.map +0 -1
  196. package/primitives/dist/index.d.ts +0 -4
  197. package/primitives/dist/index.d.ts.map +0 -1
  198. package/primitives/dist/macro/index.d.ts +0 -2
  199. package/primitives/dist/macro/index.d.ts.map +0 -1
  200. package/primitives/dist/macro/test/babel.config.d.ts +0 -1
  201. package/primitives/dist/macro/test/babel.config.d.ts.map +0 -1
  202. package/primitives/dist/models/ComponentStyle.d.ts +0 -15
  203. package/primitives/dist/models/ComponentStyle.d.ts.map +0 -1
  204. package/primitives/dist/models/GlobalStyle.d.ts +0 -11
  205. package/primitives/dist/models/GlobalStyle.d.ts.map +0 -1
  206. package/primitives/dist/models/InlineStyle.d.ts +0 -6
  207. package/primitives/dist/models/InlineStyle.d.ts.map +0 -1
  208. package/primitives/dist/models/Keyframes.d.ts +0 -11
  209. package/primitives/dist/models/Keyframes.d.ts.map +0 -1
  210. package/primitives/dist/models/ServerStyleSheet.d.ts +0 -15
  211. package/primitives/dist/models/ServerStyleSheet.d.ts.map +0 -1
  212. package/primitives/dist/models/StyleSheetManager.d.ts +0 -21
  213. package/primitives/dist/models/StyleSheetManager.d.ts.map +0 -1
  214. package/primitives/dist/models/StyledComponent.d.ts +0 -3
  215. package/primitives/dist/models/StyledComponent.d.ts.map +0 -1
  216. package/primitives/dist/models/StyledNativeComponent.d.ts +0 -3
  217. package/primitives/dist/models/StyledNativeComponent.d.ts.map +0 -1
  218. package/primitives/dist/models/ThemeProvider.d.ts +0 -17
  219. package/primitives/dist/models/ThemeProvider.d.ts.map +0 -1
  220. package/primitives/dist/native/index.d.ts +0 -65
  221. package/primitives/dist/native/index.d.ts.map +0 -1
  222. package/primitives/dist/primitives/index.d.ts +0 -23
  223. package/primitives/dist/primitives/index.d.ts.map +0 -1
  224. package/primitives/dist/secretInternals.d.ts +0 -5
  225. package/primitives/dist/secretInternals.d.ts.map +0 -1
  226. package/primitives/dist/sheet/GroupIDAllocator.d.ts +0 -4
  227. package/primitives/dist/sheet/GroupIDAllocator.d.ts.map +0 -1
  228. package/primitives/dist/sheet/GroupedTag.d.ts +0 -11
  229. package/primitives/dist/sheet/GroupedTag.d.ts.map +0 -1
  230. package/primitives/dist/sheet/Rehydration.d.ts +0 -3
  231. package/primitives/dist/sheet/Rehydration.d.ts.map +0 -1
  232. package/primitives/dist/sheet/Sheet.d.ts +0 -40
  233. package/primitives/dist/sheet/Sheet.d.ts.map +0 -1
  234. package/primitives/dist/sheet/Tag.d.ts +0 -54
  235. package/primitives/dist/sheet/Tag.d.ts.map +0 -1
  236. package/primitives/dist/sheet/dom.d.ts +0 -4
  237. package/primitives/dist/sheet/dom.d.ts.map +0 -1
  238. package/primitives/dist/sheet/index.d.ts +0 -1
  239. package/primitives/dist/sheet/index.d.ts.map +0 -1
  240. package/primitives/dist/sheet/types.d.ts +0 -34
  241. package/primitives/dist/sheet/types.d.ts.map +0 -1
  242. package/primitives/dist/test/globals.d.ts +0 -2
  243. package/primitives/dist/test/globals.d.ts.map +0 -1
  244. package/primitives/dist/test/utils.d.ts +0 -191
  245. package/primitives/dist/test/utils.d.ts.map +0 -1
  246. package/primitives/dist/types.d.ts +0 -121
  247. package/primitives/dist/types.d.ts.map +0 -1
  248. package/primitives/dist/utils/addUnitIfNeeded.d.ts +0 -1
  249. package/primitives/dist/utils/addUnitIfNeeded.d.ts.map +0 -1
  250. package/primitives/dist/utils/checkDynamicCreation.d.ts +0 -1
  251. package/primitives/dist/utils/checkDynamicCreation.d.ts.map +0 -1
  252. package/primitives/dist/utils/createWarnTooManyClasses.d.ts +0 -3
  253. package/primitives/dist/utils/createWarnTooManyClasses.d.ts.map +0 -1
  254. package/primitives/dist/utils/determineTheme.d.ts +0 -2
  255. package/primitives/dist/utils/determineTheme.d.ts.map +0 -1
  256. package/primitives/dist/utils/domElements.d.ts +0 -2
  257. package/primitives/dist/utils/domElements.d.ts.map +0 -1
  258. package/primitives/dist/utils/empties.d.ts +0 -3
  259. package/primitives/dist/utils/empties.d.ts.map +0 -1
  260. package/primitives/dist/utils/error.d.ts +0 -5
  261. package/primitives/dist/utils/error.d.ts.map +0 -1
  262. package/primitives/dist/utils/errors.d.ts +0 -20
  263. package/primitives/dist/utils/errors.d.ts.map +0 -1
  264. package/primitives/dist/utils/escape.d.ts +0 -5
  265. package/primitives/dist/utils/escape.d.ts.map +0 -1
  266. package/primitives/dist/utils/flatten.d.ts +0 -4
  267. package/primitives/dist/utils/flatten.d.ts.map +0 -1
  268. package/primitives/dist/utils/generateAlphabeticName.d.ts +0 -1
  269. package/primitives/dist/utils/generateAlphabeticName.d.ts.map +0 -1
  270. package/primitives/dist/utils/generateComponentId.d.ts +0 -1
  271. package/primitives/dist/utils/generateComponentId.d.ts.map +0 -1
  272. package/primitives/dist/utils/generateDisplayName.d.ts +0 -2
  273. package/primitives/dist/utils/generateDisplayName.d.ts.map +0 -1
  274. package/primitives/dist/utils/getComponentName.d.ts +0 -2
  275. package/primitives/dist/utils/getComponentName.d.ts.map +0 -1
  276. package/primitives/dist/utils/hash.d.ts +0 -3
  277. package/primitives/dist/utils/hash.d.ts.map +0 -1
  278. package/primitives/dist/utils/hoist.d.ts +0 -51
  279. package/primitives/dist/utils/hoist.d.ts.map +0 -1
  280. package/primitives/dist/utils/hyphenateStyleName.d.ts +0 -14
  281. package/primitives/dist/utils/hyphenateStyleName.d.ts.map +0 -1
  282. package/primitives/dist/utils/interleave.d.ts +0 -2
  283. package/primitives/dist/utils/interleave.d.ts.map +0 -1
  284. package/primitives/dist/utils/isFunction.d.ts +0 -1
  285. package/primitives/dist/utils/isFunction.d.ts.map +0 -1
  286. package/primitives/dist/utils/isPlainObject.d.ts +0 -1
  287. package/primitives/dist/utils/isPlainObject.d.ts.map +0 -1
  288. package/primitives/dist/utils/isStatelessFunction.d.ts +0 -1
  289. package/primitives/dist/utils/isStatelessFunction.d.ts.map +0 -1
  290. package/primitives/dist/utils/isStaticRules.d.ts +0 -2
  291. package/primitives/dist/utils/isStaticRules.d.ts.map +0 -1
  292. package/primitives/dist/utils/isStyledComponent.d.ts +0 -2
  293. package/primitives/dist/utils/isStyledComponent.d.ts.map +0 -1
  294. package/primitives/dist/utils/isTag.d.ts +0 -2
  295. package/primitives/dist/utils/isTag.d.ts.map +0 -1
  296. package/primitives/dist/utils/joinStrings.d.ts +0 -4
  297. package/primitives/dist/utils/joinStrings.d.ts.map +0 -1
  298. package/primitives/dist/utils/mixinDeep.d.ts +0 -7
  299. package/primitives/dist/utils/mixinDeep.d.ts.map +0 -1
  300. package/primitives/dist/utils/nonce.d.ts +0 -1
  301. package/primitives/dist/utils/nonce.d.ts.map +0 -1
  302. package/primitives/dist/utils/stylis.d.ts +0 -9
  303. package/primitives/dist/utils/stylis.d.ts.map +0 -1
@@ -1,185 +1,185 @@
1
1
  /// <reference types="react" />
2
2
  export declare const seedNextClassnames: (names: string[]) => string[];
3
3
  export declare const resetStyled: (isServer?: boolean) => (<Target extends import("..").WebTarget>(tag: Target) => {
4
- <Props = unknown, Statics = unknown>(initialStyles: import("../types").Styles<Props>, ...interpolations: import("../types").Interpolation<Props>[]): import("..").IStyledComponent<Target, Props> & Statics;
5
- attrs(attrs: import("..").Attrs<unknown>): any;
6
- withConfig(config: import("..").StyledOptions<unknown>): any;
4
+ <Props extends {} = {}, Statics = unknown>(initialStyles: import("../types").Styles<(Target extends import("../types").KnownTarget ? import("react").ComponentProps<Target> : unknown) & Props>, ...interpolations: import("../types").Interpolation<import("../types").ExecutionContext & (Target extends import("../types").KnownTarget ? import("react").ComponentProps<Target> : unknown) & Props>[]): import("..").IStyledComponent<"web", Target, (Target extends import("../types").KnownTarget ? import("react").ComponentProps<Target> : unknown) & Props> & Statics;
5
+ attrs(attrs: import("..").Attrs<import("../types").ExtensibleObject & (Target extends import("../types").KnownTarget ? import("react").ComponentProps<Target> : unknown)>): any;
6
+ withConfig(config: import("..").StyledOptions<"web", Target extends import("../types").KnownTarget ? import("react").ComponentProps<Target> : unknown>): any;
7
7
  }) & {
8
- a: import("../constructors/constructWithOptions").WebStyled<"a", import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, unknown>;
9
- abbr: import("../constructors/constructWithOptions").WebStyled<"abbr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
10
- address: import("../constructors/constructWithOptions").WebStyled<"address", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
11
- area: import("../constructors/constructWithOptions").WebStyled<"area", import("react").DetailedHTMLProps<import("react").AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>, unknown>;
12
- article: import("../constructors/constructWithOptions").WebStyled<"article", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
13
- aside: import("../constructors/constructWithOptions").WebStyled<"aside", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
14
- audio: import("../constructors/constructWithOptions").WebStyled<"audio", import("react").DetailedHTMLProps<import("react").AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, unknown>;
15
- b: import("../constructors/constructWithOptions").WebStyled<"b", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
16
- base: import("../constructors/constructWithOptions").WebStyled<"base", import("react").DetailedHTMLProps<import("react").BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>, unknown>;
17
- bdi: import("../constructors/constructWithOptions").WebStyled<"bdi", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
18
- bdo: import("../constructors/constructWithOptions").WebStyled<"bdo", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
19
- big: import("../constructors/constructWithOptions").WebStyled<"big", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
20
- blockquote: import("../constructors/constructWithOptions").WebStyled<"blockquote", import("react").DetailedHTMLProps<import("react").BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
21
- body: import("../constructors/constructWithOptions").WebStyled<"body", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, unknown>;
22
- br: import("../constructors/constructWithOptions").WebStyled<"br", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBRElement>, HTMLBRElement>, unknown>;
23
- button: import("../constructors/constructWithOptions").WebStyled<"button", import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, unknown>;
24
- canvas: import("../constructors/constructWithOptions").WebStyled<"canvas", import("react").DetailedHTMLProps<import("react").CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>, unknown>;
25
- caption: import("../constructors/constructWithOptions").WebStyled<"caption", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
26
- cite: import("../constructors/constructWithOptions").WebStyled<"cite", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
27
- code: import("../constructors/constructWithOptions").WebStyled<"code", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
28
- col: import("../constructors/constructWithOptions").WebStyled<"col", import("react").DetailedHTMLProps<import("react").ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, unknown>;
29
- colgroup: import("../constructors/constructWithOptions").WebStyled<"colgroup", import("react").DetailedHTMLProps<import("react").ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, unknown>;
30
- data: import("../constructors/constructWithOptions").WebStyled<"data", import("react").DetailedHTMLProps<import("react").DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>, unknown>;
31
- datalist: import("../constructors/constructWithOptions").WebStyled<"datalist", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>, unknown>;
32
- dd: import("../constructors/constructWithOptions").WebStyled<"dd", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
33
- del: import("../constructors/constructWithOptions").WebStyled<"del", import("react").DetailedHTMLProps<import("react").DelHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
34
- details: import("../constructors/constructWithOptions").WebStyled<"details", import("react").DetailedHTMLProps<import("react").DetailsHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
35
- dfn: import("../constructors/constructWithOptions").WebStyled<"dfn", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
36
- dialog: import("../constructors/constructWithOptions").WebStyled<"dialog", import("react").DetailedHTMLProps<import("react").DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, unknown>;
37
- div: import("../constructors/constructWithOptions").WebStyled<"div", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, unknown>;
38
- dl: import("../constructors/constructWithOptions").WebStyled<"dl", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDListElement>, HTMLDListElement>, unknown>;
39
- dt: import("../constructors/constructWithOptions").WebStyled<"dt", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
40
- em: import("../constructors/constructWithOptions").WebStyled<"em", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
41
- embed: import("../constructors/constructWithOptions").WebStyled<"embed", import("react").DetailedHTMLProps<import("react").EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>, unknown>;
42
- fieldset: import("../constructors/constructWithOptions").WebStyled<"fieldset", import("react").DetailedHTMLProps<import("react").FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, unknown>;
43
- figcaption: import("../constructors/constructWithOptions").WebStyled<"figcaption", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
44
- figure: import("../constructors/constructWithOptions").WebStyled<"figure", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
45
- footer: import("../constructors/constructWithOptions").WebStyled<"footer", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
46
- form: import("../constructors/constructWithOptions").WebStyled<"form", import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, unknown>;
47
- h1: import("../constructors/constructWithOptions").WebStyled<"h1", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
48
- h2: import("../constructors/constructWithOptions").WebStyled<"h2", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
49
- h3: import("../constructors/constructWithOptions").WebStyled<"h3", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
50
- h4: import("../constructors/constructWithOptions").WebStyled<"h4", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
51
- h5: import("../constructors/constructWithOptions").WebStyled<"h5", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
52
- h6: import("../constructors/constructWithOptions").WebStyled<"h6", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, unknown>;
53
- head: import("../constructors/constructWithOptions").WebStyled<"head", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, unknown>;
54
- header: import("../constructors/constructWithOptions").WebStyled<"header", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
55
- hgroup: import("../constructors/constructWithOptions").WebStyled<"hgroup", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
56
- hr: import("../constructors/constructWithOptions").WebStyled<"hr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, unknown>;
57
- html: import("../constructors/constructWithOptions").WebStyled<"html", import("react").DetailedHTMLProps<import("react").HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, unknown>;
58
- i: import("../constructors/constructWithOptions").WebStyled<"i", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
59
- iframe: import("../constructors/constructWithOptions").WebStyled<"iframe", import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, unknown>;
60
- img: import("../constructors/constructWithOptions").WebStyled<"img", import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, unknown>;
61
- input: import("../constructors/constructWithOptions").WebStyled<"input", import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, unknown>;
62
- ins: import("../constructors/constructWithOptions").WebStyled<"ins", import("react").DetailedHTMLProps<import("react").InsHTMLAttributes<HTMLModElement>, HTMLModElement>, unknown>;
63
- kbd: import("../constructors/constructWithOptions").WebStyled<"kbd", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
64
- keygen: import("../constructors/constructWithOptions").WebStyled<"keygen", import("react").DetailedHTMLProps<import("react").KeygenHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
65
- label: import("../constructors/constructWithOptions").WebStyled<"label", import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, unknown>;
66
- legend: import("../constructors/constructWithOptions").WebStyled<"legend", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, unknown>;
67
- li: import("../constructors/constructWithOptions").WebStyled<"li", import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, unknown>;
68
- link: import("../constructors/constructWithOptions").WebStyled<"link", import("react").DetailedHTMLProps<import("react").LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>, unknown>;
69
- main: import("../constructors/constructWithOptions").WebStyled<"main", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
70
- map: import("../constructors/constructWithOptions").WebStyled<"map", import("react").DetailedHTMLProps<import("react").MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>, unknown>;
71
- mark: import("../constructors/constructWithOptions").WebStyled<"mark", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
72
- menu: import("../constructors/constructWithOptions").WebStyled<"menu", import("react").DetailedHTMLProps<import("react").MenuHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
73
- menuitem: import("../constructors/constructWithOptions").WebStyled<"menuitem", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
74
- meta: import("../constructors/constructWithOptions").WebStyled<"meta", import("react").DetailedHTMLProps<import("react").MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>, unknown>;
75
- meter: import("../constructors/constructWithOptions").WebStyled<"meter", import("react").DetailedHTMLProps<import("react").MeterHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
76
- nav: import("../constructors/constructWithOptions").WebStyled<"nav", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
77
- noindex: import("../constructors/constructWithOptions").WebStyled<"noindex", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
78
- noscript: import("../constructors/constructWithOptions").WebStyled<"noscript", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
79
- object: import("../constructors/constructWithOptions").WebStyled<"object", import("react").DetailedHTMLProps<import("react").ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>, unknown>;
80
- ol: import("../constructors/constructWithOptions").WebStyled<"ol", import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, unknown>;
81
- optgroup: import("../constructors/constructWithOptions").WebStyled<"optgroup", import("react").DetailedHTMLProps<import("react").OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>, unknown>;
82
- option: import("../constructors/constructWithOptions").WebStyled<"option", import("react").DetailedHTMLProps<import("react").OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>, unknown>;
83
- output: import("../constructors/constructWithOptions").WebStyled<"output", import("react").DetailedHTMLProps<import("react").OutputHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
84
- p: import("../constructors/constructWithOptions").WebStyled<"p", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, unknown>;
85
- param: import("../constructors/constructWithOptions").WebStyled<"param", import("react").DetailedHTMLProps<import("react").ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>, unknown>;
86
- picture: import("../constructors/constructWithOptions").WebStyled<"picture", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
87
- pre: import("../constructors/constructWithOptions").WebStyled<"pre", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLPreElement>, HTMLPreElement>, unknown>;
88
- progress: import("../constructors/constructWithOptions").WebStyled<"progress", import("react").DetailedHTMLProps<import("react").ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>, unknown>;
89
- q: import("../constructors/constructWithOptions").WebStyled<"q", import("react").DetailedHTMLProps<import("react").QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, unknown>;
90
- rp: import("../constructors/constructWithOptions").WebStyled<"rp", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
91
- rt: import("../constructors/constructWithOptions").WebStyled<"rt", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
92
- ruby: import("../constructors/constructWithOptions").WebStyled<"ruby", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
93
- s: import("../constructors/constructWithOptions").WebStyled<"s", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
94
- samp: import("../constructors/constructWithOptions").WebStyled<"samp", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
95
- slot: import("../constructors/constructWithOptions").WebStyled<"slot", import("react").DetailedHTMLProps<import("react").SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>, unknown>;
96
- script: import("../constructors/constructWithOptions").WebStyled<"script", import("react").DetailedHTMLProps<import("react").ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>, unknown>;
97
- section: import("../constructors/constructWithOptions").WebStyled<"section", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
98
- select: import("../constructors/constructWithOptions").WebStyled<"select", import("react").DetailedHTMLProps<import("react").SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, unknown>;
99
- small: import("../constructors/constructWithOptions").WebStyled<"small", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
100
- source: import("../constructors/constructWithOptions").WebStyled<"source", import("react").DetailedHTMLProps<import("react").SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>, unknown>;
101
- span: import("../constructors/constructWithOptions").WebStyled<"span", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, unknown>;
102
- strong: import("../constructors/constructWithOptions").WebStyled<"strong", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
103
- style: import("../constructors/constructWithOptions").WebStyled<"style", import("react").DetailedHTMLProps<import("react").StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>, unknown>;
104
- sub: import("../constructors/constructWithOptions").WebStyled<"sub", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
105
- summary: import("../constructors/constructWithOptions").WebStyled<"summary", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
106
- sup: import("../constructors/constructWithOptions").WebStyled<"sup", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
107
- table: import("../constructors/constructWithOptions").WebStyled<"table", import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, unknown>;
108
- template: import("../constructors/constructWithOptions").WebStyled<"template", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>, unknown>;
109
- tbody: import("../constructors/constructWithOptions").WebStyled<"tbody", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, unknown>;
110
- td: import("../constructors/constructWithOptions").WebStyled<"td", import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, unknown>;
111
- textarea: import("../constructors/constructWithOptions").WebStyled<"textarea", import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, unknown>;
112
- tfoot: import("../constructors/constructWithOptions").WebStyled<"tfoot", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, unknown>;
113
- th: import("../constructors/constructWithOptions").WebStyled<"th", import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, unknown>;
114
- thead: import("../constructors/constructWithOptions").WebStyled<"thead", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, unknown>;
115
- time: import("../constructors/constructWithOptions").WebStyled<"time", import("react").DetailedHTMLProps<import("react").TimeHTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
116
- title: import("../constructors/constructWithOptions").WebStyled<"title", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>, unknown>;
117
- tr: import("../constructors/constructWithOptions").WebStyled<"tr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, unknown>;
118
- track: import("../constructors/constructWithOptions").WebStyled<"track", import("react").DetailedHTMLProps<import("react").TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>, unknown>;
119
- u: import("../constructors/constructWithOptions").WebStyled<"u", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
120
- ul: import("../constructors/constructWithOptions").WebStyled<"ul", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, unknown>;
121
- var: import("../constructors/constructWithOptions").WebStyled<"var", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
122
- video: import("../constructors/constructWithOptions").WebStyled<"video", import("react").DetailedHTMLProps<import("react").VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, unknown>;
123
- wbr: import("../constructors/constructWithOptions").WebStyled<"wbr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, unknown>;
124
- webview: import("../constructors/constructWithOptions").WebStyled<"webview", import("react").DetailedHTMLProps<import("react").WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>, unknown>;
125
- svg: import("../constructors/constructWithOptions").WebStyled<"svg", import("react").SVGProps<SVGSVGElement>, unknown>;
126
- animate: import("../constructors/constructWithOptions").WebStyled<"animate", import("react").SVGProps<SVGElement>, unknown>;
127
- animateMotion: import("../constructors/constructWithOptions").WebStyled<"animateMotion", import("react").SVGProps<SVGElement>, unknown>;
128
- animateTransform: import("../constructors/constructWithOptions").WebStyled<"animateTransform", import("react").SVGProps<SVGElement>, unknown>;
129
- circle: import("../constructors/constructWithOptions").WebStyled<"circle", import("react").SVGProps<SVGCircleElement>, unknown>;
130
- clipPath: import("../constructors/constructWithOptions").WebStyled<"clipPath", import("react").SVGProps<SVGClipPathElement>, unknown>;
131
- defs: import("../constructors/constructWithOptions").WebStyled<"defs", import("react").SVGProps<SVGDefsElement>, unknown>;
132
- desc: import("../constructors/constructWithOptions").WebStyled<"desc", import("react").SVGProps<SVGDescElement>, unknown>;
133
- ellipse: import("../constructors/constructWithOptions").WebStyled<"ellipse", import("react").SVGProps<SVGEllipseElement>, unknown>;
134
- feBlend: import("../constructors/constructWithOptions").WebStyled<"feBlend", import("react").SVGProps<SVGFEBlendElement>, unknown>;
135
- feColorMatrix: import("../constructors/constructWithOptions").WebStyled<"feColorMatrix", import("react").SVGProps<SVGFEColorMatrixElement>, unknown>;
136
- feComponentTransfer: import("../constructors/constructWithOptions").WebStyled<"feComponentTransfer", import("react").SVGProps<SVGFEComponentTransferElement>, unknown>;
137
- feComposite: import("../constructors/constructWithOptions").WebStyled<"feComposite", import("react").SVGProps<SVGFECompositeElement>, unknown>;
138
- feConvolveMatrix: import("../constructors/constructWithOptions").WebStyled<"feConvolveMatrix", import("react").SVGProps<SVGFEConvolveMatrixElement>, unknown>;
139
- feDiffuseLighting: import("../constructors/constructWithOptions").WebStyled<"feDiffuseLighting", import("react").SVGProps<SVGFEDiffuseLightingElement>, unknown>;
140
- feDisplacementMap: import("../constructors/constructWithOptions").WebStyled<"feDisplacementMap", import("react").SVGProps<SVGFEDisplacementMapElement>, unknown>;
141
- feDistantLight: import("../constructors/constructWithOptions").WebStyled<"feDistantLight", import("react").SVGProps<SVGFEDistantLightElement>, unknown>;
142
- feDropShadow: import("../constructors/constructWithOptions").WebStyled<"feDropShadow", import("react").SVGProps<SVGFEDropShadowElement>, unknown>;
143
- feFlood: import("../constructors/constructWithOptions").WebStyled<"feFlood", import("react").SVGProps<SVGFEFloodElement>, unknown>;
144
- feFuncA: import("../constructors/constructWithOptions").WebStyled<"feFuncA", import("react").SVGProps<SVGFEFuncAElement>, unknown>;
145
- feFuncB: import("../constructors/constructWithOptions").WebStyled<"feFuncB", import("react").SVGProps<SVGFEFuncBElement>, unknown>;
146
- feFuncG: import("../constructors/constructWithOptions").WebStyled<"feFuncG", import("react").SVGProps<SVGFEFuncGElement>, unknown>;
147
- feFuncR: import("../constructors/constructWithOptions").WebStyled<"feFuncR", import("react").SVGProps<SVGFEFuncRElement>, unknown>;
148
- feGaussianBlur: import("../constructors/constructWithOptions").WebStyled<"feGaussianBlur", import("react").SVGProps<SVGFEGaussianBlurElement>, unknown>;
149
- feImage: import("../constructors/constructWithOptions").WebStyled<"feImage", import("react").SVGProps<SVGFEImageElement>, unknown>;
150
- feMerge: import("../constructors/constructWithOptions").WebStyled<"feMerge", import("react").SVGProps<SVGFEMergeElement>, unknown>;
151
- feMergeNode: import("../constructors/constructWithOptions").WebStyled<"feMergeNode", import("react").SVGProps<SVGFEMergeNodeElement>, unknown>;
152
- feMorphology: import("../constructors/constructWithOptions").WebStyled<"feMorphology", import("react").SVGProps<SVGFEMorphologyElement>, unknown>;
153
- feOffset: import("../constructors/constructWithOptions").WebStyled<"feOffset", import("react").SVGProps<SVGFEOffsetElement>, unknown>;
154
- fePointLight: import("../constructors/constructWithOptions").WebStyled<"fePointLight", import("react").SVGProps<SVGFEPointLightElement>, unknown>;
155
- feSpecularLighting: import("../constructors/constructWithOptions").WebStyled<"feSpecularLighting", import("react").SVGProps<SVGFESpecularLightingElement>, unknown>;
156
- feSpotLight: import("../constructors/constructWithOptions").WebStyled<"feSpotLight", import("react").SVGProps<SVGFESpotLightElement>, unknown>;
157
- feTile: import("../constructors/constructWithOptions").WebStyled<"feTile", import("react").SVGProps<SVGFETileElement>, unknown>;
158
- feTurbulence: import("../constructors/constructWithOptions").WebStyled<"feTurbulence", import("react").SVGProps<SVGFETurbulenceElement>, unknown>;
159
- filter: import("../constructors/constructWithOptions").WebStyled<"filter", import("react").SVGProps<SVGFilterElement>, unknown>;
160
- foreignObject: import("../constructors/constructWithOptions").WebStyled<"foreignObject", import("react").SVGProps<SVGForeignObjectElement>, unknown>;
161
- g: import("../constructors/constructWithOptions").WebStyled<"g", import("react").SVGProps<SVGGElement>, unknown>;
162
- image: import("../constructors/constructWithOptions").WebStyled<"image", import("react").SVGProps<SVGImageElement>, unknown>;
163
- line: import("../constructors/constructWithOptions").WebStyled<"line", import("react").SVGProps<SVGLineElement>, unknown>;
164
- linearGradient: import("../constructors/constructWithOptions").WebStyled<"linearGradient", import("react").SVGProps<SVGLinearGradientElement>, unknown>;
165
- marker: import("../constructors/constructWithOptions").WebStyled<"marker", import("react").SVGProps<SVGMarkerElement>, unknown>;
166
- mask: import("../constructors/constructWithOptions").WebStyled<"mask", import("react").SVGProps<SVGMaskElement>, unknown>;
167
- metadata: import("../constructors/constructWithOptions").WebStyled<"metadata", import("react").SVGProps<SVGMetadataElement>, unknown>;
168
- mpath: import("../constructors/constructWithOptions").WebStyled<"mpath", import("react").SVGProps<SVGElement>, unknown>;
169
- path: import("../constructors/constructWithOptions").WebStyled<"path", import("react").SVGProps<SVGPathElement>, unknown>;
170
- pattern: import("../constructors/constructWithOptions").WebStyled<"pattern", import("react").SVGProps<SVGPatternElement>, unknown>;
171
- polygon: import("../constructors/constructWithOptions").WebStyled<"polygon", import("react").SVGProps<SVGPolygonElement>, unknown>;
172
- polyline: import("../constructors/constructWithOptions").WebStyled<"polyline", import("react").SVGProps<SVGPolylineElement>, unknown>;
173
- radialGradient: import("../constructors/constructWithOptions").WebStyled<"radialGradient", import("react").SVGProps<SVGRadialGradientElement>, unknown>;
174
- rect: import("../constructors/constructWithOptions").WebStyled<"rect", import("react").SVGProps<SVGRectElement>, unknown>;
175
- stop: import("../constructors/constructWithOptions").WebStyled<"stop", import("react").SVGProps<SVGStopElement>, unknown>;
176
- switch: import("../constructors/constructWithOptions").WebStyled<"switch", import("react").SVGProps<SVGSwitchElement>, unknown>;
177
- symbol: import("../constructors/constructWithOptions").WebStyled<"symbol", import("react").SVGProps<SVGSymbolElement>, unknown>;
178
- text: import("../constructors/constructWithOptions").WebStyled<"text", import("react").SVGProps<SVGTextElement>, unknown>;
179
- textPath: import("../constructors/constructWithOptions").WebStyled<"textPath", import("react").SVGProps<SVGTextPathElement>, unknown>;
180
- tspan: import("../constructors/constructWithOptions").WebStyled<"tspan", import("react").SVGProps<SVGTSpanElement>, unknown>;
181
- use: import("../constructors/constructWithOptions").WebStyled<"use", import("react").SVGProps<SVGUseElement>, unknown>;
182
- view: import("../constructors/constructWithOptions").WebStyled<"view", import("react").SVGProps<SVGViewElement>, unknown>;
8
+ a: import("../constructors/constructWithOptions").Styled<"web", "a", import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}, unknown>;
9
+ abbr: import("../constructors/constructWithOptions").Styled<"web", "abbr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
10
+ address: import("../constructors/constructWithOptions").Styled<"web", "address", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
11
+ area: import("../constructors/constructWithOptions").Styled<"web", "area", import("react").DetailedHTMLProps<import("react").AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>, {}, unknown>;
12
+ article: import("../constructors/constructWithOptions").Styled<"web", "article", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
13
+ aside: import("../constructors/constructWithOptions").Styled<"web", "aside", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
14
+ audio: import("../constructors/constructWithOptions").Styled<"web", "audio", import("react").DetailedHTMLProps<import("react").AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, {}, unknown>;
15
+ b: import("../constructors/constructWithOptions").Styled<"web", "b", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
16
+ base: import("../constructors/constructWithOptions").Styled<"web", "base", import("react").DetailedHTMLProps<import("react").BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>, {}, unknown>;
17
+ bdi: import("../constructors/constructWithOptions").Styled<"web", "bdi", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
18
+ bdo: import("../constructors/constructWithOptions").Styled<"web", "bdo", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
19
+ big: import("../constructors/constructWithOptions").Styled<"web", "big", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
20
+ blockquote: import("../constructors/constructWithOptions").Styled<"web", "blockquote", import("react").DetailedHTMLProps<import("react").BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
21
+ body: import("../constructors/constructWithOptions").Styled<"web", "body", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, {}, unknown>;
22
+ br: import("../constructors/constructWithOptions").Styled<"web", "br", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBRElement>, HTMLBRElement>, {}, unknown>;
23
+ button: import("../constructors/constructWithOptions").Styled<"web", "button", import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}, unknown>;
24
+ canvas: import("../constructors/constructWithOptions").Styled<"web", "canvas", import("react").DetailedHTMLProps<import("react").CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>, {}, unknown>;
25
+ caption: import("../constructors/constructWithOptions").Styled<"web", "caption", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
26
+ cite: import("../constructors/constructWithOptions").Styled<"web", "cite", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
27
+ code: import("../constructors/constructWithOptions").Styled<"web", "code", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
28
+ col: import("../constructors/constructWithOptions").Styled<"web", "col", import("react").DetailedHTMLProps<import("react").ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, {}, unknown>;
29
+ colgroup: import("../constructors/constructWithOptions").Styled<"web", "colgroup", import("react").DetailedHTMLProps<import("react").ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, {}, unknown>;
30
+ data: import("../constructors/constructWithOptions").Styled<"web", "data", import("react").DetailedHTMLProps<import("react").DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>, {}, unknown>;
31
+ datalist: import("../constructors/constructWithOptions").Styled<"web", "datalist", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>, {}, unknown>;
32
+ dd: import("../constructors/constructWithOptions").Styled<"web", "dd", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
33
+ del: import("../constructors/constructWithOptions").Styled<"web", "del", import("react").DetailedHTMLProps<import("react").DelHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
34
+ details: import("../constructors/constructWithOptions").Styled<"web", "details", import("react").DetailedHTMLProps<import("react").DetailsHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
35
+ dfn: import("../constructors/constructWithOptions").Styled<"web", "dfn", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
36
+ dialog: import("../constructors/constructWithOptions").Styled<"web", "dialog", import("react").DetailedHTMLProps<import("react").DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, {}, unknown>;
37
+ div: import("../constructors/constructWithOptions").Styled<"web", "div", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}, unknown>;
38
+ dl: import("../constructors/constructWithOptions").Styled<"web", "dl", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDListElement>, HTMLDListElement>, {}, unknown>;
39
+ dt: import("../constructors/constructWithOptions").Styled<"web", "dt", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
40
+ em: import("../constructors/constructWithOptions").Styled<"web", "em", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
41
+ embed: import("../constructors/constructWithOptions").Styled<"web", "embed", import("react").DetailedHTMLProps<import("react").EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>, {}, unknown>;
42
+ fieldset: import("../constructors/constructWithOptions").Styled<"web", "fieldset", import("react").DetailedHTMLProps<import("react").FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, {}, unknown>;
43
+ figcaption: import("../constructors/constructWithOptions").Styled<"web", "figcaption", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
44
+ figure: import("../constructors/constructWithOptions").Styled<"web", "figure", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
45
+ footer: import("../constructors/constructWithOptions").Styled<"web", "footer", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
46
+ form: import("../constructors/constructWithOptions").Styled<"web", "form", import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, {}, unknown>;
47
+ h1: import("../constructors/constructWithOptions").Styled<"web", "h1", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}, unknown>;
48
+ h2: import("../constructors/constructWithOptions").Styled<"web", "h2", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}, unknown>;
49
+ h3: import("../constructors/constructWithOptions").Styled<"web", "h3", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}, unknown>;
50
+ h4: import("../constructors/constructWithOptions").Styled<"web", "h4", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}, unknown>;
51
+ h5: import("../constructors/constructWithOptions").Styled<"web", "h5", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}, unknown>;
52
+ h6: import("../constructors/constructWithOptions").Styled<"web", "h6", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}, unknown>;
53
+ head: import("../constructors/constructWithOptions").Styled<"web", "head", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, {}, unknown>;
54
+ header: import("../constructors/constructWithOptions").Styled<"web", "header", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
55
+ hgroup: import("../constructors/constructWithOptions").Styled<"web", "hgroup", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
56
+ hr: import("../constructors/constructWithOptions").Styled<"web", "hr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}, unknown>;
57
+ html: import("../constructors/constructWithOptions").Styled<"web", "html", import("react").DetailedHTMLProps<import("react").HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, {}, unknown>;
58
+ i: import("../constructors/constructWithOptions").Styled<"web", "i", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
59
+ iframe: import("../constructors/constructWithOptions").Styled<"web", "iframe", import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, {}, unknown>;
60
+ img: import("../constructors/constructWithOptions").Styled<"web", "img", import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}, unknown>;
61
+ input: import("../constructors/constructWithOptions").Styled<"web", "input", import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}, unknown>;
62
+ ins: import("../constructors/constructWithOptions").Styled<"web", "ins", import("react").DetailedHTMLProps<import("react").InsHTMLAttributes<HTMLModElement>, HTMLModElement>, {}, unknown>;
63
+ kbd: import("../constructors/constructWithOptions").Styled<"web", "kbd", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
64
+ keygen: import("../constructors/constructWithOptions").Styled<"web", "keygen", import("react").DetailedHTMLProps<import("react").KeygenHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
65
+ label: import("../constructors/constructWithOptions").Styled<"web", "label", import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}, unknown>;
66
+ legend: import("../constructors/constructWithOptions").Styled<"web", "legend", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, {}, unknown>;
67
+ li: import("../constructors/constructWithOptions").Styled<"web", "li", import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}, unknown>;
68
+ link: import("../constructors/constructWithOptions").Styled<"web", "link", import("react").DetailedHTMLProps<import("react").LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>, {}, unknown>;
69
+ main: import("../constructors/constructWithOptions").Styled<"web", "main", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
70
+ map: import("../constructors/constructWithOptions").Styled<"web", "map", import("react").DetailedHTMLProps<import("react").MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>, {}, unknown>;
71
+ mark: import("../constructors/constructWithOptions").Styled<"web", "mark", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
72
+ menu: import("../constructors/constructWithOptions").Styled<"web", "menu", import("react").DetailedHTMLProps<import("react").MenuHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
73
+ menuitem: import("../constructors/constructWithOptions").Styled<"web", "menuitem", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
74
+ meta: import("../constructors/constructWithOptions").Styled<"web", "meta", import("react").DetailedHTMLProps<import("react").MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>, {}, unknown>;
75
+ meter: import("../constructors/constructWithOptions").Styled<"web", "meter", import("react").DetailedHTMLProps<import("react").MeterHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
76
+ nav: import("../constructors/constructWithOptions").Styled<"web", "nav", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
77
+ noindex: import("../constructors/constructWithOptions").Styled<"web", "noindex", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
78
+ noscript: import("../constructors/constructWithOptions").Styled<"web", "noscript", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
79
+ object: import("../constructors/constructWithOptions").Styled<"web", "object", import("react").DetailedHTMLProps<import("react").ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>, {}, unknown>;
80
+ ol: import("../constructors/constructWithOptions").Styled<"web", "ol", import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, {}, unknown>;
81
+ optgroup: import("../constructors/constructWithOptions").Styled<"web", "optgroup", import("react").DetailedHTMLProps<import("react").OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>, {}, unknown>;
82
+ option: import("../constructors/constructWithOptions").Styled<"web", "option", import("react").DetailedHTMLProps<import("react").OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>, {}, unknown>;
83
+ output: import("../constructors/constructWithOptions").Styled<"web", "output", import("react").DetailedHTMLProps<import("react").OutputHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
84
+ p: import("../constructors/constructWithOptions").Styled<"web", "p", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}, unknown>;
85
+ param: import("../constructors/constructWithOptions").Styled<"web", "param", import("react").DetailedHTMLProps<import("react").ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>, {}, unknown>;
86
+ picture: import("../constructors/constructWithOptions").Styled<"web", "picture", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
87
+ pre: import("../constructors/constructWithOptions").Styled<"web", "pre", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLPreElement>, HTMLPreElement>, {}, unknown>;
88
+ progress: import("../constructors/constructWithOptions").Styled<"web", "progress", import("react").DetailedHTMLProps<import("react").ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>, {}, unknown>;
89
+ q: import("../constructors/constructWithOptions").Styled<"web", "q", import("react").DetailedHTMLProps<import("react").QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, {}, unknown>;
90
+ rp: import("../constructors/constructWithOptions").Styled<"web", "rp", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
91
+ rt: import("../constructors/constructWithOptions").Styled<"web", "rt", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
92
+ ruby: import("../constructors/constructWithOptions").Styled<"web", "ruby", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
93
+ s: import("../constructors/constructWithOptions").Styled<"web", "s", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
94
+ samp: import("../constructors/constructWithOptions").Styled<"web", "samp", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
95
+ slot: import("../constructors/constructWithOptions").Styled<"web", "slot", import("react").DetailedHTMLProps<import("react").SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>, {}, unknown>;
96
+ script: import("../constructors/constructWithOptions").Styled<"web", "script", import("react").DetailedHTMLProps<import("react").ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>, {}, unknown>;
97
+ section: import("../constructors/constructWithOptions").Styled<"web", "section", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
98
+ select: import("../constructors/constructWithOptions").Styled<"web", "select", import("react").DetailedHTMLProps<import("react").SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, {}, unknown>;
99
+ small: import("../constructors/constructWithOptions").Styled<"web", "small", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
100
+ source: import("../constructors/constructWithOptions").Styled<"web", "source", import("react").DetailedHTMLProps<import("react").SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>, {}, unknown>;
101
+ span: import("../constructors/constructWithOptions").Styled<"web", "span", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}, unknown>;
102
+ strong: import("../constructors/constructWithOptions").Styled<"web", "strong", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
103
+ style: import("../constructors/constructWithOptions").Styled<"web", "style", import("react").DetailedHTMLProps<import("react").StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>, {}, unknown>;
104
+ sub: import("../constructors/constructWithOptions").Styled<"web", "sub", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
105
+ summary: import("../constructors/constructWithOptions").Styled<"web", "summary", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
106
+ sup: import("../constructors/constructWithOptions").Styled<"web", "sup", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
107
+ table: import("../constructors/constructWithOptions").Styled<"web", "table", import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}, unknown>;
108
+ template: import("../constructors/constructWithOptions").Styled<"web", "template", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>, {}, unknown>;
109
+ tbody: import("../constructors/constructWithOptions").Styled<"web", "tbody", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}, unknown>;
110
+ td: import("../constructors/constructWithOptions").Styled<"web", "td", import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}, unknown>;
111
+ textarea: import("../constructors/constructWithOptions").Styled<"web", "textarea", import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, {}, unknown>;
112
+ tfoot: import("../constructors/constructWithOptions").Styled<"web", "tfoot", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}, unknown>;
113
+ th: import("../constructors/constructWithOptions").Styled<"web", "th", import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}, unknown>;
114
+ thead: import("../constructors/constructWithOptions").Styled<"web", "thead", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}, unknown>;
115
+ time: import("../constructors/constructWithOptions").Styled<"web", "time", import("react").DetailedHTMLProps<import("react").TimeHTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
116
+ title: import("../constructors/constructWithOptions").Styled<"web", "title", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>, {}, unknown>;
117
+ tr: import("../constructors/constructWithOptions").Styled<"web", "tr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {}, unknown>;
118
+ track: import("../constructors/constructWithOptions").Styled<"web", "track", import("react").DetailedHTMLProps<import("react").TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>, {}, unknown>;
119
+ u: import("../constructors/constructWithOptions").Styled<"web", "u", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
120
+ ul: import("../constructors/constructWithOptions").Styled<"web", "ul", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}, unknown>;
121
+ var: import("../constructors/constructWithOptions").Styled<"web", "var", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
122
+ video: import("../constructors/constructWithOptions").Styled<"web", "video", import("react").DetailedHTMLProps<import("react").VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, {}, unknown>;
123
+ wbr: import("../constructors/constructWithOptions").Styled<"web", "wbr", import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}, unknown>;
124
+ webview: import("../constructors/constructWithOptions").Styled<"web", "webview", import("react").DetailedHTMLProps<import("react").WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>, {}, unknown>;
125
+ svg: import("../constructors/constructWithOptions").Styled<"web", "svg", import("react").SVGProps<SVGSVGElement>, {}, unknown>;
126
+ animate: import("../constructors/constructWithOptions").Styled<"web", "animate", import("react").SVGProps<SVGElement>, {}, unknown>;
127
+ animateMotion: import("../constructors/constructWithOptions").Styled<"web", "animateMotion", import("react").SVGProps<SVGElement>, {}, unknown>;
128
+ animateTransform: import("../constructors/constructWithOptions").Styled<"web", "animateTransform", import("react").SVGProps<SVGElement>, {}, unknown>;
129
+ circle: import("../constructors/constructWithOptions").Styled<"web", "circle", import("react").SVGProps<SVGCircleElement>, {}, unknown>;
130
+ clipPath: import("../constructors/constructWithOptions").Styled<"web", "clipPath", import("react").SVGProps<SVGClipPathElement>, {}, unknown>;
131
+ defs: import("../constructors/constructWithOptions").Styled<"web", "defs", import("react").SVGProps<SVGDefsElement>, {}, unknown>;
132
+ desc: import("../constructors/constructWithOptions").Styled<"web", "desc", import("react").SVGProps<SVGDescElement>, {}, unknown>;
133
+ ellipse: import("../constructors/constructWithOptions").Styled<"web", "ellipse", import("react").SVGProps<SVGEllipseElement>, {}, unknown>;
134
+ feBlend: import("../constructors/constructWithOptions").Styled<"web", "feBlend", import("react").SVGProps<SVGFEBlendElement>, {}, unknown>;
135
+ feColorMatrix: import("../constructors/constructWithOptions").Styled<"web", "feColorMatrix", import("react").SVGProps<SVGFEColorMatrixElement>, {}, unknown>;
136
+ feComponentTransfer: import("../constructors/constructWithOptions").Styled<"web", "feComponentTransfer", import("react").SVGProps<SVGFEComponentTransferElement>, {}, unknown>;
137
+ feComposite: import("../constructors/constructWithOptions").Styled<"web", "feComposite", import("react").SVGProps<SVGFECompositeElement>, {}, unknown>;
138
+ feConvolveMatrix: import("../constructors/constructWithOptions").Styled<"web", "feConvolveMatrix", import("react").SVGProps<SVGFEConvolveMatrixElement>, {}, unknown>;
139
+ feDiffuseLighting: import("../constructors/constructWithOptions").Styled<"web", "feDiffuseLighting", import("react").SVGProps<SVGFEDiffuseLightingElement>, {}, unknown>;
140
+ feDisplacementMap: import("../constructors/constructWithOptions").Styled<"web", "feDisplacementMap", import("react").SVGProps<SVGFEDisplacementMapElement>, {}, unknown>;
141
+ feDistantLight: import("../constructors/constructWithOptions").Styled<"web", "feDistantLight", import("react").SVGProps<SVGFEDistantLightElement>, {}, unknown>;
142
+ feDropShadow: import("../constructors/constructWithOptions").Styled<"web", "feDropShadow", import("react").SVGProps<SVGFEDropShadowElement>, {}, unknown>;
143
+ feFlood: import("../constructors/constructWithOptions").Styled<"web", "feFlood", import("react").SVGProps<SVGFEFloodElement>, {}, unknown>;
144
+ feFuncA: import("../constructors/constructWithOptions").Styled<"web", "feFuncA", import("react").SVGProps<SVGFEFuncAElement>, {}, unknown>;
145
+ feFuncB: import("../constructors/constructWithOptions").Styled<"web", "feFuncB", import("react").SVGProps<SVGFEFuncBElement>, {}, unknown>;
146
+ feFuncG: import("../constructors/constructWithOptions").Styled<"web", "feFuncG", import("react").SVGProps<SVGFEFuncGElement>, {}, unknown>;
147
+ feFuncR: import("../constructors/constructWithOptions").Styled<"web", "feFuncR", import("react").SVGProps<SVGFEFuncRElement>, {}, unknown>;
148
+ feGaussianBlur: import("../constructors/constructWithOptions").Styled<"web", "feGaussianBlur", import("react").SVGProps<SVGFEGaussianBlurElement>, {}, unknown>;
149
+ feImage: import("../constructors/constructWithOptions").Styled<"web", "feImage", import("react").SVGProps<SVGFEImageElement>, {}, unknown>;
150
+ feMerge: import("../constructors/constructWithOptions").Styled<"web", "feMerge", import("react").SVGProps<SVGFEMergeElement>, {}, unknown>;
151
+ feMergeNode: import("../constructors/constructWithOptions").Styled<"web", "feMergeNode", import("react").SVGProps<SVGFEMergeNodeElement>, {}, unknown>;
152
+ feMorphology: import("../constructors/constructWithOptions").Styled<"web", "feMorphology", import("react").SVGProps<SVGFEMorphologyElement>, {}, unknown>;
153
+ feOffset: import("../constructors/constructWithOptions").Styled<"web", "feOffset", import("react").SVGProps<SVGFEOffsetElement>, {}, unknown>;
154
+ fePointLight: import("../constructors/constructWithOptions").Styled<"web", "fePointLight", import("react").SVGProps<SVGFEPointLightElement>, {}, unknown>;
155
+ feSpecularLighting: import("../constructors/constructWithOptions").Styled<"web", "feSpecularLighting", import("react").SVGProps<SVGFESpecularLightingElement>, {}, unknown>;
156
+ feSpotLight: import("../constructors/constructWithOptions").Styled<"web", "feSpotLight", import("react").SVGProps<SVGFESpotLightElement>, {}, unknown>;
157
+ feTile: import("../constructors/constructWithOptions").Styled<"web", "feTile", import("react").SVGProps<SVGFETileElement>, {}, unknown>;
158
+ feTurbulence: import("../constructors/constructWithOptions").Styled<"web", "feTurbulence", import("react").SVGProps<SVGFETurbulenceElement>, {}, unknown>;
159
+ filter: import("../constructors/constructWithOptions").Styled<"web", "filter", import("react").SVGProps<SVGFilterElement>, {}, unknown>;
160
+ foreignObject: import("../constructors/constructWithOptions").Styled<"web", "foreignObject", import("react").SVGProps<SVGForeignObjectElement>, {}, unknown>;
161
+ g: import("../constructors/constructWithOptions").Styled<"web", "g", import("react").SVGProps<SVGGElement>, {}, unknown>;
162
+ image: import("../constructors/constructWithOptions").Styled<"web", "image", import("react").SVGProps<SVGImageElement>, {}, unknown>;
163
+ line: import("../constructors/constructWithOptions").Styled<"web", "line", import("react").SVGProps<SVGLineElement>, {}, unknown>;
164
+ linearGradient: import("../constructors/constructWithOptions").Styled<"web", "linearGradient", import("react").SVGProps<SVGLinearGradientElement>, {}, unknown>;
165
+ marker: import("../constructors/constructWithOptions").Styled<"web", "marker", import("react").SVGProps<SVGMarkerElement>, {}, unknown>;
166
+ mask: import("../constructors/constructWithOptions").Styled<"web", "mask", import("react").SVGProps<SVGMaskElement>, {}, unknown>;
167
+ metadata: import("../constructors/constructWithOptions").Styled<"web", "metadata", import("react").SVGProps<SVGMetadataElement>, {}, unknown>;
168
+ mpath: import("../constructors/constructWithOptions").Styled<"web", "mpath", import("react").SVGProps<SVGElement>, {}, unknown>;
169
+ path: import("../constructors/constructWithOptions").Styled<"web", "path", import("react").SVGProps<SVGPathElement>, {}, unknown>;
170
+ pattern: import("../constructors/constructWithOptions").Styled<"web", "pattern", import("react").SVGProps<SVGPatternElement>, {}, unknown>;
171
+ polygon: import("../constructors/constructWithOptions").Styled<"web", "polygon", import("react").SVGProps<SVGPolygonElement>, {}, unknown>;
172
+ polyline: import("../constructors/constructWithOptions").Styled<"web", "polyline", import("react").SVGProps<SVGPolylineElement>, {}, unknown>;
173
+ radialGradient: import("../constructors/constructWithOptions").Styled<"web", "radialGradient", import("react").SVGProps<SVGRadialGradientElement>, {}, unknown>;
174
+ rect: import("../constructors/constructWithOptions").Styled<"web", "rect", import("react").SVGProps<SVGRectElement>, {}, unknown>;
175
+ stop: import("../constructors/constructWithOptions").Styled<"web", "stop", import("react").SVGProps<SVGStopElement>, {}, unknown>;
176
+ switch: import("../constructors/constructWithOptions").Styled<"web", "switch", import("react").SVGProps<SVGSwitchElement>, {}, unknown>;
177
+ symbol: import("../constructors/constructWithOptions").Styled<"web", "symbol", import("react").SVGProps<SVGSymbolElement>, {}, unknown>;
178
+ text: import("../constructors/constructWithOptions").Styled<"web", "text", import("react").SVGProps<SVGTextElement>, {}, unknown>;
179
+ textPath: import("../constructors/constructWithOptions").Styled<"web", "textPath", import("react").SVGProps<SVGTextPathElement>, {}, unknown>;
180
+ tspan: import("../constructors/constructWithOptions").Styled<"web", "tspan", import("react").SVGProps<SVGTSpanElement>, {}, unknown>;
181
+ use: import("../constructors/constructWithOptions").Styled<"web", "use", import("react").SVGProps<SVGUseElement>, {}, unknown>;
182
+ view: import("../constructors/constructWithOptions").Styled<"web", "view", import("react").SVGProps<SVGViewElement>, {}, unknown>;
183
183
  };
184
184
  export declare const rehydrateTestStyles: () => void;
185
185
  export declare const stripComments: (str: string) => string;