@matbea-ui/matbea-ui 0.1.5 → 0.1.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 (259) hide show
  1. package/dist/types/components/Button/index.d.ts +14 -0
  2. package/dist/types/components/Button/index.stories.d.ts +14 -0
  3. package/dist/types/components/Button/styled.d.ts +16 -0
  4. package/dist/types/components/Checkbox/index.d.ts +12 -0
  5. package/dist/types/components/Checkbox/index.stories.d.ts +8 -0
  6. package/dist/types/components/Checkbox/styled.d.ts +9 -0
  7. package/dist/types/components/Container/index.d.ts +1 -0
  8. package/dist/types/components/Container/index.stories.d.ts +6 -0
  9. package/dist/types/components/Container/styled.d.ts +1 -0
  10. package/dist/types/components/CopyButton/index.d.ts +6 -0
  11. package/dist/types/components/CopyButton/styled.d.ts +1 -0
  12. package/dist/types/components/CopyTooltip/index.d.ts +8 -0
  13. package/dist/types/components/CopyTooltip/styled.d.ts +3 -0
  14. package/dist/types/components/Counter/index.d.ts +3 -0
  15. package/dist/types/components/Counter/index.stories.d.ts +6 -0
  16. package/dist/types/components/Counter/styled.d.ts +52 -0
  17. package/dist/types/components/Hamburger/index.d.ts +6 -0
  18. package/dist/types/components/Hamburger/index.stories.d.ts +6 -0
  19. package/dist/types/components/Icon/index.d.ts +6 -0
  20. package/dist/types/components/Informer/index.d.ts +8 -0
  21. package/dist/types/components/Informer/index.stories.d.ts +11 -0
  22. package/dist/types/components/Informer/styled.d.ts +5 -0
  23. package/dist/types/components/Input/index.d.ts +18 -0
  24. package/dist/types/components/Input/index.stories.d.ts +9 -0
  25. package/dist/types/components/Input/styled.d.ts +61 -0
  26. package/dist/types/components/Loader/index.d.ts +1 -0
  27. package/dist/types/components/Loader/index.stories.d.ts +6 -0
  28. package/dist/types/components/Loader/styled.d.ts +2 -0
  29. package/dist/types/components/RadioButton/index.d.ts +12 -0
  30. package/dist/types/components/RadioButton/index.stories.d.ts +8 -0
  31. package/dist/types/components/RadioButton/styled.d.ts +43 -0
  32. package/dist/types/components/Select/index.d.ts +22 -0
  33. package/dist/types/components/Select/index.stories.d.ts +8 -0
  34. package/dist/types/components/Select/styled.d.ts +70 -0
  35. package/dist/types/components/Switcher/index.d.ts +10 -0
  36. package/dist/types/components/Switcher/index.stories.d.ts +7 -0
  37. package/dist/types/components/Switcher/styled.d.ts +8 -0
  38. package/dist/types/components/Table/index.d.ts +17 -0
  39. package/dist/types/components/Table/index.stories.d.ts +6 -0
  40. package/dist/types/components/Table/styled.d.ts +108 -0
  41. package/dist/types/components/Tabs/index.d.ts +11 -0
  42. package/dist/types/components/Tabs/index.stories.d.ts +7 -0
  43. package/dist/types/components/Tabs/item.d.ts +11 -0
  44. package/dist/types/components/Tabs/styled.d.ts +6 -0
  45. package/dist/types/components/Tooltip/index.d.ts +18 -0
  46. package/dist/types/components/Tooltip/index.stories.d.ts +10 -0
  47. package/dist/types/components/Tooltip/styled.d.ts +66 -0
  48. package/dist/types/components/Tooltip/types.d.ts +1 -0
  49. package/dist/types/components/Typography/index.d.ts +17 -0
  50. package/dist/types/components/Typography/index.stories.d.ts +9 -0
  51. package/dist/types/components/Typography/styled.d.ts +10 -0
  52. package/dist/types/components/UserAccount/index.d.ts +3 -0
  53. package/dist/types/components/UserAccount/index.stories.d.ts +6 -0
  54. package/dist/types/components/UserAccount/styled.d.ts +36 -0
  55. package/dist/types/components/index.d.ts +17 -0
  56. package/dist/types/icons/banks/index.d.ts +40 -0
  57. package/dist/types/icons/banks/logo-ACBACredit.d.ts +2 -0
  58. package/dist/types/icons/banks/logo-ArmEconomBank.d.ts +2 -0
  59. package/dist/types/icons/banks/logo-ArshidBank.d.ts +2 -0
  60. package/dist/types/icons/banks/logo-BankofGeorgia.d.ts +2 -0
  61. package/dist/types/icons/banks/logo-ForteBank.d.ts +2 -0
  62. package/dist/types/icons/banks/logo-HalykBank.d.ts +2 -0
  63. package/dist/types/icons/banks/logo-HumoCard.d.ts +2 -0
  64. package/dist/types/icons/banks/logo-JysanBank.d.ts +2 -0
  65. package/dist/types/icons/banks/logo-KaspiBank.d.ts +2 -0
  66. package/dist/types/icons/banks/logo-Monobank.d.ts +2 -0
  67. package/dist/types/icons/banks/logo-Neteller.d.ts +2 -0
  68. package/dist/types/icons/banks/logo-Revolut.d.ts +2 -0
  69. package/dist/types/icons/banks/logo-TBCBank.d.ts +2 -0
  70. package/dist/types/icons/banks/logo-UZCard.d.ts +2 -0
  71. package/dist/types/icons/banks/logo-Wise.d.ts +2 -0
  72. package/dist/types/icons/banks/logo-abank.d.ts +2 -0
  73. package/dist/types/icons/banks/logo-absolut.d.ts +2 -0
  74. package/dist/types/icons/banks/logo-alphabank.d.ts +2 -0
  75. package/dist/types/icons/banks/logo-bankcentercredit.d.ts +2 -0
  76. package/dist/types/icons/banks/logo-eurobank.d.ts +2 -0
  77. package/dist/types/icons/banks/logo-homecredit.d.ts +2 -0
  78. package/dist/types/icons/banks/logo-mtsbank.d.ts +2 -0
  79. package/dist/types/icons/banks/logo-oshadbank.d.ts +2 -0
  80. package/dist/types/icons/banks/logo-otkrutie.d.ts +2 -0
  81. package/dist/types/icons/banks/logo-pochtabank.d.ts +2 -0
  82. package/dist/types/icons/banks/logo-privatebank.d.ts +2 -0
  83. package/dist/types/icons/banks/logo-pumb.d.ts +2 -0
  84. package/dist/types/icons/banks/logo-qiwi.d.ts +2 -0
  85. package/dist/types/icons/banks/logo-rayfuzenbank.d.ts +2 -0
  86. package/dist/types/icons/banks/logo-rnkb.d.ts +2 -0
  87. package/dist/types/icons/banks/logo-rosbank.d.ts +2 -0
  88. package/dist/types/icons/banks/logo-rosselhozbank.d.ts +2 -0
  89. package/dist/types/icons/banks/logo-russtandart.d.ts +2 -0
  90. package/dist/types/icons/banks/logo-sber.d.ts +2 -0
  91. package/dist/types/icons/banks/logo-sbp.d.ts +2 -0
  92. package/dist/types/icons/banks/logo-sotovuy.d.ts +2 -0
  93. package/dist/types/icons/banks/logo-tinkoff.d.ts +2 -0
  94. package/dist/types/icons/banks/logo-ukrsibbank.d.ts +2 -0
  95. package/dist/types/icons/banks/logo-vtb.d.ts +2 -0
  96. package/dist/types/icons/banks/logo-youmoney.d.ts +2 -0
  97. package/dist/types/icons/base/Dropdown-small.d.ts +2 -0
  98. package/dist/types/icons/base/Dropdown-up.d.ts +2 -0
  99. package/dist/types/icons/base/Dropdown.d.ts +2 -0
  100. package/dist/types/icons/base/Info.d.ts +2 -0
  101. package/dist/types/icons/base/arrow.d.ts +2 -0
  102. package/dist/types/icons/base/attach.d.ts +2 -0
  103. package/dist/types/icons/base/check.d.ts +2 -0
  104. package/dist/types/icons/base/circle-send-crypto.d.ts +2 -0
  105. package/dist/types/icons/base/clock.d.ts +2 -0
  106. package/dist/types/icons/base/close.d.ts +2 -0
  107. package/dist/types/icons/base/close2.d.ts +2 -0
  108. package/dist/types/icons/base/copy.d.ts +2 -0
  109. package/dist/types/icons/base/dashboard.d.ts +2 -0
  110. package/dist/types/icons/base/deposit-simple.d.ts +2 -0
  111. package/dist/types/icons/base/deposit.d.ts +2 -0
  112. package/dist/types/icons/base/edit.d.ts +2 -0
  113. package/dist/types/icons/base/emoji.d.ts +2 -0
  114. package/dist/types/icons/base/error-big.d.ts +2 -0
  115. package/dist/types/icons/base/exchange-arrows.d.ts +2 -0
  116. package/dist/types/icons/base/exchange-simple.d.ts +2 -0
  117. package/dist/types/icons/base/exchange.d.ts +2 -0
  118. package/dist/types/icons/base/hamburger.d.ts +2 -0
  119. package/dist/types/icons/base/headphones.d.ts +2 -0
  120. package/dist/types/icons/base/hide-ui.d.ts +2 -0
  121. package/dist/types/icons/base/history.d.ts +2 -0
  122. package/dist/types/icons/base/index.d.ts +47 -0
  123. package/dist/types/icons/base/link.d.ts +2 -0
  124. package/dist/types/icons/base/logout.d.ts +2 -0
  125. package/dist/types/icons/base/message-send.d.ts +2 -0
  126. package/dist/types/icons/base/p2p.d.ts +2 -0
  127. package/dist/types/icons/base/plus.d.ts +2 -0
  128. package/dist/types/icons/base/recive-crypto.d.ts +2 -0
  129. package/dist/types/icons/base/scan-qr.d.ts +2 -0
  130. package/dist/types/icons/base/search.d.ts +2 -0
  131. package/dist/types/icons/base/send-crypto.d.ts +2 -0
  132. package/dist/types/icons/base/settings.d.ts +2 -0
  133. package/dist/types/icons/base/show-ui.d.ts +2 -0
  134. package/dist/types/icons/base/successfull-big.d.ts +2 -0
  135. package/dist/types/icons/base/successfull-small.d.ts +2 -0
  136. package/dist/types/icons/base/top-up.d.ts +2 -0
  137. package/dist/types/icons/base/up-small.d.ts +2 -0
  138. package/dist/types/icons/base/user.d.ts +2 -0
  139. package/dist/types/icons/base/users.d.ts +2 -0
  140. package/dist/types/icons/base/wallet-fill.d.ts +2 -0
  141. package/dist/types/icons/base/wallet.d.ts +2 -0
  142. package/dist/types/icons/base/warning.d.ts +2 -0
  143. package/dist/types/icons/base/withdraw-simple.d.ts +2 -0
  144. package/dist/types/icons/base/withdraw.d.ts +2 -0
  145. package/dist/types/icons/country/country-br.d.ts +2 -0
  146. package/dist/types/icons/country/country-czech.d.ts +2 -0
  147. package/dist/types/icons/country/country-kz.d.ts +2 -0
  148. package/dist/types/icons/country/country-rus.d.ts +2 -0
  149. package/dist/types/icons/country/index.d.ts +4 -0
  150. package/dist/types/icons/currency/Bitcoin.d.ts +2 -0
  151. package/dist/types/icons/currency/CAKE.d.ts +2 -0
  152. package/dist/types/icons/currency/EUR.d.ts +2 -0
  153. package/dist/types/icons/currency/FTX.d.ts +2 -0
  154. package/dist/types/icons/currency/NEM.d.ts +2 -0
  155. package/dist/types/icons/currency/RUB.d.ts +2 -0
  156. package/dist/types/icons/currency/USD.d.ts +2 -0
  157. package/dist/types/icons/currency/Zilliqa.d.ts +2 -0
  158. package/dist/types/icons/currency/aave.d.ts +2 -0
  159. package/dist/types/icons/currency/algorand.d.ts +2 -0
  160. package/dist/types/icons/currency/avalanche.d.ts +2 -0
  161. package/dist/types/icons/currency/bat.d.ts +2 -0
  162. package/dist/types/icons/currency/bnb-small.d.ts +2 -0
  163. package/dist/types/icons/currency/btg.d.ts +2 -0
  164. package/dist/types/icons/currency/busd.d.ts +2 -0
  165. package/dist/types/icons/currency/cardano.d.ts +2 -0
  166. package/dist/types/icons/currency/chainlink.d.ts +2 -0
  167. package/dist/types/icons/currency/cosmos.d.ts +2 -0
  168. package/dist/types/icons/currency/dash-small.d.ts +2 -0
  169. package/dist/types/icons/currency/decentraland.d.ts +2 -0
  170. package/dist/types/icons/currency/digibyte.d.ts +2 -0
  171. package/dist/types/icons/currency/doge-small.d.ts +2 -0
  172. package/dist/types/icons/currency/elrond.d.ts +2 -0
  173. package/dist/types/icons/currency/enjin.d.ts +2 -0
  174. package/dist/types/icons/currency/eos.d.ts +2 -0
  175. package/dist/types/icons/currency/etc.d.ts +2 -0
  176. package/dist/types/icons/currency/eth.d.ts +2 -0
  177. package/dist/types/icons/currency/fantom.d.ts +2 -0
  178. package/dist/types/icons/currency/filecoin.d.ts +2 -0
  179. package/dist/types/icons/currency/hedera.d.ts +2 -0
  180. package/dist/types/icons/currency/icomputer.d.ts +2 -0
  181. package/dist/types/icons/currency/icon-neo.d.ts +2 -0
  182. package/dist/types/icons/currency/icx.d.ts +2 -0
  183. package/dist/types/icons/currency/ils.d.ts +2 -0
  184. package/dist/types/icons/currency/index.d.ts +69 -0
  185. package/dist/types/icons/currency/iota.d.ts +2 -0
  186. package/dist/types/icons/currency/klaytn.d.ts +2 -0
  187. package/dist/types/icons/currency/lari.d.ts +2 -0
  188. package/dist/types/icons/currency/lisk.d.ts +2 -0
  189. package/dist/types/icons/currency/litecoin.d.ts +2 -0
  190. package/dist/types/icons/currency/luna.d.ts +2 -0
  191. package/dist/types/icons/currency/maker.d.ts +2 -0
  192. package/dist/types/icons/currency/matic.d.ts +2 -0
  193. package/dist/types/icons/currency/near.d.ts +2 -0
  194. package/dist/types/icons/currency/omgnetwork.d.ts +2 -0
  195. package/dist/types/icons/currency/omise.d.ts +2 -0
  196. package/dist/types/icons/currency/ontology.d.ts +2 -0
  197. package/dist/types/icons/currency/paxg.d.ts +2 -0
  198. package/dist/types/icons/currency/polka.d.ts +2 -0
  199. package/dist/types/icons/currency/qnekwork.d.ts +2 -0
  200. package/dist/types/icons/currency/qutum.d.ts +2 -0
  201. package/dist/types/icons/currency/ripple.d.ts +2 -0
  202. package/dist/types/icons/currency/sandbox.d.ts +2 -0
  203. package/dist/types/icons/currency/solana.d.ts +2 -0
  204. package/dist/types/icons/currency/stellar.d.ts +2 -0
  205. package/dist/types/icons/currency/stepn.d.ts +2 -0
  206. package/dist/types/icons/currency/sushi.d.ts +2 -0
  207. package/dist/types/icons/currency/synthetix.d.ts +2 -0
  208. package/dist/types/icons/currency/tether.d.ts +2 -0
  209. package/dist/types/icons/currency/tezos.d.ts +2 -0
  210. package/dist/types/icons/currency/thegraph.d.ts +2 -0
  211. package/dist/types/icons/currency/theta.d.ts +2 -0
  212. package/dist/types/icons/currency/trx-small.d.ts +2 -0
  213. package/dist/types/icons/currency/uniswap.d.ts +2 -0
  214. package/dist/types/icons/currency/usdc.d.ts +2 -0
  215. package/dist/types/icons/currency/vechain.d.ts +2 -0
  216. package/dist/types/icons/currency/waves.d.ts +2 -0
  217. package/dist/types/icons/currency/xmr-small.d.ts +2 -0
  218. package/dist/types/icons/currency/zcash-small.d.ts +2 -0
  219. package/dist/types/icons/currency/zrx.d.ts +2 -0
  220. package/dist/types/icons/index.d.ts +4 -0
  221. package/dist/types/icons/stories/banks.d.ts +1 -0
  222. package/dist/types/icons/stories/base.d.ts +1 -0
  223. package/dist/types/icons/stories/country.d.ts +1 -0
  224. package/dist/types/icons/stories/currency.d.ts +1 -0
  225. package/dist/types/icons/stories/index.d.ts +1 -0
  226. package/dist/types/icons/stories/index.stories.d.ts +6 -0
  227. package/dist/types/icons/stories/styled.d.ts +2 -0
  228. package/dist/types/index.d.ts +4 -0
  229. package/dist/types/theme/colors.d.ts +38 -0
  230. package/dist/types/theme/index.d.ts +47 -0
  231. package/dist/types/utils/index.d.ts +3 -0
  232. package/dist/types/widgets/ApplicationData/index.d.ts +10 -0
  233. package/dist/types/widgets/ApplicationData/index.stories.d.ts +9 -0
  234. package/dist/types/widgets/ApplicationData/styled.d.ts +106 -0
  235. package/dist/types/widgets/ApplicationInfo/index.d.ts +7 -0
  236. package/dist/types/widgets/ApplicationInfo/index.stories.d.ts +8 -0
  237. package/dist/types/widgets/ApplicationInfo/styled.d.ts +6 -0
  238. package/dist/types/widgets/ApplicationInfo/types.d.ts +1 -0
  239. package/dist/types/widgets/ApplicationStatus/index.d.ts +6 -0
  240. package/dist/types/widgets/ApplicationStatus/index.stories.d.ts +8 -0
  241. package/dist/types/widgets/ApplicationStatus/styled.d.ts +108 -0
  242. package/dist/types/widgets/BalanceTable/index.d.ts +8 -0
  243. package/dist/types/widgets/BalanceTable/index.stories.d.ts +6 -0
  244. package/dist/types/widgets/BalanceTable/styled.d.ts +3 -0
  245. package/dist/types/widgets/BalanceTable/table.d.ts +10 -0
  246. package/dist/types/widgets/CurrencyName/index.d.ts +7 -0
  247. package/dist/types/widgets/CurrencyName/index.stories.d.ts +8 -0
  248. package/dist/types/widgets/CurrencyName/styled.d.ts +162 -0
  249. package/dist/types/widgets/CurrencyRate/index.d.ts +9 -0
  250. package/dist/types/widgets/CurrencyRate/index.stories.d.ts +6 -0
  251. package/dist/types/widgets/CurrencyRate/styled.d.ts +107 -0
  252. package/dist/types/widgets/Requisites/index.d.ts +11 -0
  253. package/dist/types/widgets/Requisites/index.stories.d.ts +6 -0
  254. package/dist/types/widgets/Requisites/styled.d.ts +105 -0
  255. package/dist/types/widgets/TransactionStatus/index.d.ts +6 -0
  256. package/dist/types/widgets/TransactionStatus/index.stories.d.ts +7 -0
  257. package/dist/types/widgets/TransactionStatus/styled.d.ts +106 -0
  258. package/dist/types/widgets/index.d.ts +8 -0
  259. package/package.json +1 -1
@@ -0,0 +1,36 @@
1
+ export declare const UserAccountStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export declare const UserAccountText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
3
+ variant?: import("..").TypographyVariant;
4
+ color?: string;
5
+ align?: "left" | "center" | "right" | "justify";
6
+ uppercase?: boolean;
7
+ truncate?: boolean;
8
+ inline?: boolean;
9
+ } & Omit<Omit<any, "ref">, keyof {
10
+ variant?: import("..").TypographyVariant;
11
+ color?: string;
12
+ align?: "left" | "center" | "right" | "justify";
13
+ uppercase?: boolean;
14
+ truncate?: boolean;
15
+ inline?: boolean;
16
+ }> & {
17
+ as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
18
+ forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
19
+ }, never>> & string & Omit<(<C extends "symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view" = "span">(props: {
20
+ variant?: import("..").TypographyVariant;
21
+ color?: string;
22
+ align?: "left" | "center" | "right" | "justify";
23
+ uppercase?: boolean;
24
+ truncate?: boolean;
25
+ inline?: boolean;
26
+ } & Omit<import("react").PropsWithoutRef<import("react").ComponentProps<C>>, keyof {
27
+ variant?: import("..").TypographyVariant;
28
+ color?: string;
29
+ align?: "left" | "center" | "right" | "justify";
30
+ uppercase?: boolean;
31
+ truncate?: boolean;
32
+ inline?: boolean;
33
+ }> & {
34
+ as?: C | undefined;
35
+ forwardedAs?: C | undefined;
36
+ }) => React.ReactElement | null), keyof import("react").Component<any, {}, any>>;
@@ -0,0 +1,17 @@
1
+ export * from "./Button";
2
+ export * from "./CopyTooltip";
3
+ export * from "./Typography";
4
+ export * from "./Informer";
5
+ export * from "./Input";
6
+ export * from "./Container";
7
+ export * from "./Counter";
8
+ export * from "./Hamburger";
9
+ export * from "./Loader";
10
+ export * from "./RadioButton";
11
+ export * from "./Select";
12
+ export * from "./Tooltip";
13
+ export * from "./UserAccount";
14
+ export * from "./Tabs";
15
+ export * from "./Table";
16
+ export * from "./Switcher";
17
+ export * from "./Checkbox";
@@ -0,0 +1,40 @@
1
+ export * from "./logo-abank";
2
+ export * from "./logo-absolut";
3
+ export * from "./logo-ACBACredit";
4
+ export * from "./logo-alphabank";
5
+ export * from "./logo-ArmEconomBank";
6
+ export * from "./logo-ArshidBank";
7
+ export * from "./logo-bankcentercredit";
8
+ export * from "./logo-BankofGeorgia";
9
+ export * from "./logo-eurobank";
10
+ export * from "./logo-ForteBank";
11
+ export * from "./logo-HalykBank";
12
+ export * from "./logo-homecredit";
13
+ export * from "./logo-HumoCard";
14
+ export * from "./logo-JysanBank";
15
+ export * from "./logo-KaspiBank";
16
+ export * from "./logo-Monobank";
17
+ export * from "./logo-mtsbank";
18
+ export * from "./logo-Neteller";
19
+ export * from "./logo-oshadbank";
20
+ export * from "./logo-otkrutie";
21
+ export * from "./logo-pochtabank";
22
+ export * from "./logo-privatebank";
23
+ export * from "./logo-pumb";
24
+ export * from "./logo-qiwi";
25
+ export * from "./logo-rayfuzenbank";
26
+ export * from "./logo-Revolut";
27
+ export * from "./logo-rnkb";
28
+ export * from "./logo-rosbank";
29
+ export * from "./logo-rosselhozbank";
30
+ export * from "./logo-russtandart";
31
+ export * from "./logo-sber";
32
+ export * from "./logo-sbp";
33
+ export * from "./logo-sotovuy";
34
+ export * from "./logo-TBCBank";
35
+ export * from "./logo-tinkoff";
36
+ export * from "./logo-ukrsibbank";
37
+ export * from "./logo-UZCard";
38
+ export * from "./logo-vtb";
39
+ export * from "./logo-Wise";
40
+ export * from "./logo-youmoney";
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoAcbaCreditIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoArmEconomBankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoArshidBankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoBankofGeorgiaIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoForteBankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoHalykBankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoHumoCardIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoJysanBankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoKaspiBankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoMonobankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoNetellerIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoRevolutIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoTbcBankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoUzCardIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoWiseIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoAbankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoAbsolutIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoAlphabankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoBankcentercreditIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoEurobankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoHomecreditIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoMtsbankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoOshadbankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoOtkrutieIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoPochtabankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoPrivatebankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoPumbIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoQiwiIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoRayfuzenbankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoRnkbIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoRosbankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoRosselhozbankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoRusstandartIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoSberIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoSbpIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoSotovuyIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoTinkoffIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoUkrsibbankIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoVtbIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoYoumoneyIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const DropdownSmallIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const DropdownUpIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const DropdownIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const InfoIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ArrowIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const AttachIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CheckIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CircleSendCryptoIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ClockIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CloseIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const Close2Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CopyIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const DashboardIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const DepositSimpleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const DepositIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const EditIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const EmojiIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ErrorBigIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ExchangeArrowsIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ExchangeSimpleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ExchangeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "@/components/Icon";
2
+ export declare const HamburgerIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const HeadphonesIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const HideUiIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const HistoryIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,47 @@
1
+ export * from "./arrow";
2
+ export * from "./attach";
3
+ export * from "./check";
4
+ export * from "./close";
5
+ export * from "./dashboard";
6
+ export * from "./emoji";
7
+ export * from "./exchange";
8
+ export * from "./hamburger";
9
+ export * from "./headphones";
10
+ export * from "./history";
11
+ export * from "./p2p";
12
+ export * from "./recive-crypto";
13
+ export * from "./search";
14
+ export * from "./send-crypto";
15
+ export * from "./settings";
16
+ export * from "./top-up";
17
+ export * from "./user";
18
+ export * from "./users";
19
+ export * from "./wallet";
20
+ export * from "./circle-send-crypto";
21
+ export * from "./clock";
22
+ export * from "./close2";
23
+ export * from "./copy";
24
+ export * from "./deposit";
25
+ export * from "./deposit-simple";
26
+ export * from "./Dropdown";
27
+ export * from "./Dropdown-small";
28
+ export * from "./Dropdown-up";
29
+ export * from "./edit";
30
+ export * from "./error-big";
31
+ export * from "./exchange-arrows";
32
+ export * from "./exchange-simple";
33
+ export * from "./hide-ui";
34
+ export * from "./Info";
35
+ export * from "./link";
36
+ export * from "./logout";
37
+ export * from "./message-send";
38
+ export * from "./plus";
39
+ export * from "./scan-qr";
40
+ export * from "./show-ui";
41
+ export * from "./successfull-big";
42
+ export * from "./successfull-small";
43
+ export * from "./up-small";
44
+ export * from "./wallet-fill";
45
+ export * from "./warning";
46
+ export * from "./withdraw";
47
+ export * from "./withdraw-simple";
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LinkIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const LogoutIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const MessageSendIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const P2PIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const PlusIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ReciveCryptoIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ScanQrIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const SearchIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const SendCryptoIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const SettingsIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const ShowUiIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const SuccessfullBigIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const SuccessfullSmallIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const TopUpIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const UpSmallIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const UserIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const UsersIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const WalletFillIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const WalletIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const WarningIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const WithdrawSimpleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const WithdrawIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CountryBrIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CountryCzechIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CountryKzIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CountryRusIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export * from "./country-br";
2
+ export * from "./country-czech";
3
+ export * from "./country-kz";
4
+ export * from "./country-rus";
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const BitcoinIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const CakeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const EurIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from "../../components/Icon";
2
+ export declare const FtxIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;