@campxdev/react-native-blueprint 0.1.18 → 0.1.19

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 (349) hide show
  1. package/lib/global.css +1 -672
  2. package/lib/typescript/babel.config.d.ts +13 -0
  3. package/lib/typescript/babel.config.d.ts.map +1 -0
  4. package/lib/typescript/package.json +1 -0
  5. package/lib/typescript/src/app/_layout.d.ts +8 -0
  6. package/lib/typescript/src/app/_layout.d.ts.map +1 -0
  7. package/lib/typescript/src/assets/index.d.ts +2 -0
  8. package/lib/typescript/src/assets/index.d.ts.map +1 -0
  9. package/lib/typescript/src/assets/lotties/index.d.ts +14 -0
  10. package/lib/typescript/src/assets/lotties/index.d.ts.map +1 -0
  11. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts +35 -0
  12. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts.map +1 -0
  13. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts +2 -0
  14. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts.map +1 -0
  15. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts +32 -0
  16. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts.map +1 -0
  17. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts +2 -0
  18. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts.map +1 -0
  19. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts +36 -0
  20. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts.map +1 -0
  21. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts +2 -0
  22. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts.map +1 -0
  23. package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts +219 -0
  24. package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts.map +1 -0
  25. package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts +2 -0
  26. package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts.map +1 -0
  27. package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts +15 -0
  28. package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts.map +1 -0
  29. package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts +2 -0
  30. package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts.map +1 -0
  31. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts +61 -0
  32. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts.map +1 -0
  33. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts +2 -0
  34. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts.map +1 -0
  35. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts +44 -0
  36. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts.map +1 -0
  37. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts +2 -0
  38. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts.map +1 -0
  39. package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts +65 -0
  40. package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts.map +1 -0
  41. package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts +2 -0
  42. package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts.map +1 -0
  43. package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts +37 -0
  44. package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts.map +1 -0
  45. package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts +2 -0
  46. package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts.map +1 -0
  47. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts +31 -0
  48. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts.map +1 -0
  49. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts +2 -0
  50. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts.map +1 -0
  51. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts +25 -0
  52. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts.map +1 -0
  53. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts +2 -0
  54. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts.map +1 -0
  55. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts +47 -0
  56. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts.map +1 -0
  57. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts +3 -0
  58. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts.map +1 -0
  59. package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts +2 -0
  60. package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts.map +1 -0
  61. package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts +14 -0
  62. package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts.map +1 -0
  63. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts +49 -0
  64. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts.map +1 -0
  65. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts +2 -0
  66. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts.map +1 -0
  67. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts +58 -0
  68. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts.map +1 -0
  69. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts +2 -0
  70. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts.map +1 -0
  71. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts +6 -0
  72. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts.map +1 -0
  73. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts +3 -0
  74. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts.map +1 -0
  75. package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts +2 -0
  76. package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts.map +1 -0
  77. package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts +29 -0
  78. package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts.map +1 -0
  79. package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts +2 -0
  80. package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts.map +1 -0
  81. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts +45 -0
  82. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts.map +1 -0
  83. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts +2 -0
  84. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts.map +1 -0
  85. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts +178 -0
  86. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts.map +1 -0
  87. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts +2 -0
  88. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts.map +1 -0
  89. package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts +32 -0
  90. package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts.map +1 -0
  91. package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts +2 -0
  92. package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts.map +1 -0
  93. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts +28 -0
  94. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts.map +1 -0
  95. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts +2 -0
  96. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts.map +1 -0
  97. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts +22 -0
  98. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts.map +1 -0
  99. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts +2 -0
  100. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts.map +1 -0
  101. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts +47 -0
  102. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts.map +1 -0
  103. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts +2 -0
  104. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts.map +1 -0
  105. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts +39 -0
  106. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts.map +1 -0
  107. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts +2 -0
  108. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts.map +1 -0
  109. package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts +37 -0
  110. package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts.map +1 -0
  111. package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts +2 -0
  112. package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts.map +1 -0
  113. package/lib/typescript/src/components/Input/Button/Button.d.ts +50 -0
  114. package/lib/typescript/src/components/Input/Button/Button.d.ts.map +1 -0
  115. package/lib/typescript/src/components/Input/Button/Button.figma.d.ts +2 -0
  116. package/lib/typescript/src/components/Input/Button/Button.figma.d.ts.map +1 -0
  117. package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts +35 -0
  118. package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts.map +1 -0
  119. package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts +2 -0
  120. package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts.map +1 -0
  121. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts +46 -0
  122. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts.map +1 -0
  123. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts +2 -0
  124. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts.map +1 -0
  125. package/lib/typescript/src/components/Input/Select/Select.d.ts +68 -0
  126. package/lib/typescript/src/components/Input/Select/Select.d.ts.map +1 -0
  127. package/lib/typescript/src/components/Input/Select/Select.figma.d.ts +2 -0
  128. package/lib/typescript/src/components/Input/Select/Select.figma.d.ts.map +1 -0
  129. package/lib/typescript/src/components/Input/Text/Text.d.ts +116 -0
  130. package/lib/typescript/src/components/Input/Text/Text.d.ts.map +1 -0
  131. package/lib/typescript/src/components/Input/TextField/Textfield.d.ts +57 -0
  132. package/lib/typescript/src/components/Input/TextField/Textfield.d.ts.map +1 -0
  133. package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts +2 -0
  134. package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts.map +1 -0
  135. package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts +14 -0
  136. package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts.map +1 -0
  137. package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts +2 -0
  138. package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts.map +1 -0
  139. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts +34 -0
  140. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts.map +1 -0
  141. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts +2 -0
  142. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts.map +1 -0
  143. package/lib/typescript/src/components/Input/switch/Switch.d.ts +11 -0
  144. package/lib/typescript/src/components/Input/switch/Switch.d.ts.map +1 -0
  145. package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts +2 -0
  146. package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts.map +1 -0
  147. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts +12 -0
  148. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts.map +1 -0
  149. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts +2 -0
  150. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts.map +1 -0
  151. package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts +63 -0
  152. package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts.map +1 -0
  153. package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts +2 -0
  154. package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts.map +1 -0
  155. package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts +19 -0
  156. package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts.map +1 -0
  157. package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts +2 -0
  158. package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts.map +1 -0
  159. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts +40 -0
  160. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts.map +1 -0
  161. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts +2 -0
  162. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts.map +1 -0
  163. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts +52 -0
  164. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts.map +1 -0
  165. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts +2 -0
  166. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts.map +1 -0
  167. package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts +288 -0
  168. package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts.map +1 -0
  169. package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts +2 -0
  170. package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts.map +1 -0
  171. package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts +32 -0
  172. package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts.map +1 -0
  173. package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts +2 -0
  174. package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts.map +1 -0
  175. package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts +29 -0
  176. package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts.map +1 -0
  177. package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts +2 -0
  178. package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts.map +1 -0
  179. package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts +30 -0
  180. package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts.map +1 -0
  181. package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts +3 -0
  182. package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts.map +1 -0
  183. package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts +24 -0
  184. package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts.map +1 -0
  185. package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts +2 -0
  186. package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts.map +1 -0
  187. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts +12 -0
  188. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts.map +1 -0
  189. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts +2 -0
  190. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts.map +1 -0
  191. package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts +40 -0
  192. package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts.map +1 -0
  193. package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts +3 -0
  194. package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts.map +1 -0
  195. package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts +19 -0
  196. package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts.map +1 -0
  197. package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts +2 -0
  198. package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts.map +1 -0
  199. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts +7 -0
  200. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts.map +1 -0
  201. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts +3 -0
  202. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts.map +1 -0
  203. package/lib/typescript/src/components/theme-config.d.ts +174 -0
  204. package/lib/typescript/src/components/theme-config.d.ts.map +1 -0
  205. package/lib/typescript/src/components/ui/Collapsible.d.ts +212 -0
  206. package/lib/typescript/src/components/ui/Collapsible.d.ts.map +1 -0
  207. package/lib/typescript/src/components/ui/Custom-Card.d.ts +864 -0
  208. package/lib/typescript/src/components/ui/Custom-Card.d.ts.map +1 -0
  209. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts +430 -0
  210. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts.map +1 -0
  211. package/lib/typescript/src/components/ui/Hover-Card.d.ts +214 -0
  212. package/lib/typescript/src/components/ui/Hover-Card.d.ts.map +1 -0
  213. package/lib/typescript/src/components/ui/Icon.d.ts +43 -0
  214. package/lib/typescript/src/components/ui/Icon.d.ts.map +1 -0
  215. package/lib/typescript/src/components/ui/Input.d.ts +52 -0
  216. package/lib/typescript/src/components/ui/Input.d.ts.map +1 -0
  217. package/lib/typescript/src/components/ui/Label.d.ts +105 -0
  218. package/lib/typescript/src/components/ui/Label.d.ts.map +1 -0
  219. package/lib/typescript/src/components/ui/Menubar.d.ts +142 -0
  220. package/lib/typescript/src/components/ui/Menubar.d.ts.map +1 -0
  221. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts +28 -0
  222. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts.map +1 -0
  223. package/lib/typescript/src/components/ui/SizedBox.d.ts +79 -0
  224. package/lib/typescript/src/components/ui/SizedBox.d.ts.map +1 -0
  225. package/lib/typescript/src/components/ui/Slider.d.ts +55 -0
  226. package/lib/typescript/src/components/ui/Slider.d.ts.map +1 -0
  227. package/lib/typescript/src/components/ui/Table.d.ts +70 -0
  228. package/lib/typescript/src/components/ui/Table.d.ts.map +1 -0
  229. package/lib/typescript/src/components/ui/Toast.d.ts +55 -0
  230. package/lib/typescript/src/components/ui/Toast.d.ts.map +1 -0
  231. package/lib/typescript/src/components/ui/index.d.ts +61 -0
  232. package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
  233. package/lib/typescript/src/index.d.ts +10 -0
  234. package/lib/typescript/src/index.d.ts.map +1 -0
  235. package/lib/typescript/src/lib/ThemeProvider.d.ts +137 -0
  236. package/lib/typescript/src/lib/ThemeProvider.d.ts.map +1 -0
  237. package/lib/typescript/src/lib/cornerRadius.d.ts +112 -0
  238. package/lib/typescript/src/lib/cornerRadius.d.ts.map +1 -0
  239. package/lib/typescript/src/lib/fonts.d.ts +21 -0
  240. package/lib/typescript/src/lib/fonts.d.ts.map +1 -0
  241. package/lib/typescript/src/lib/theme.d.ts +136 -0
  242. package/lib/typescript/src/lib/theme.d.ts.map +1 -0
  243. package/lib/typescript/src/lib/utils.d.ts +111 -0
  244. package/lib/typescript/src/lib/utils.d.ts.map +1 -0
  245. package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts +4 -0
  246. package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts.map +1 -0
  247. package/lib/typescript/src/patterns/index.d.ts +2 -0
  248. package/lib/typescript/src/patterns/index.d.ts.map +1 -0
  249. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts +27 -0
  250. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts.map +1 -0
  251. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts +2 -0
  252. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts.map +1 -0
  253. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts +2 -0
  254. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts.map +1 -0
  255. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts +23 -0
  256. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts.map +1 -0
  257. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts +2 -0
  258. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts.map +1 -0
  259. package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts +3 -0
  260. package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts.map +1 -0
  261. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts +22 -0
  262. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts.map +1 -0
  263. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts +2 -0
  264. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts.map +1 -0
  265. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts +2 -0
  266. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts.map +1 -0
  267. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts +37 -0
  268. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts.map +1 -0
  269. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts +2 -0
  270. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts.map +1 -0
  271. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts +2 -0
  272. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts.map +1 -0
  273. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts +70 -0
  274. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts.map +1 -0
  275. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts +2 -0
  276. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts.map +1 -0
  277. package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts +3 -0
  278. package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts.map +1 -0
  279. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts +45 -0
  280. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts.map +1 -0
  281. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts +2 -0
  282. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts.map +1 -0
  283. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts +2 -0
  284. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts.map +1 -0
  285. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts +49 -0
  286. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts.map +1 -0
  287. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts +2 -0
  288. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts.map +1 -0
  289. package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts +3 -0
  290. package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts.map +1 -0
  291. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts +24 -0
  292. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts.map +1 -0
  293. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts +2 -0
  294. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts.map +1 -0
  295. package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts +2 -0
  296. package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts.map +1 -0
  297. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts +38 -0
  298. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts.map +1 -0
  299. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts +2 -0
  300. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts.map +1 -0
  301. package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts +3 -0
  302. package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts.map +1 -0
  303. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts +35 -0
  304. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts.map +1 -0
  305. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts +2 -0
  306. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts.map +1 -0
  307. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts +2 -0
  308. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts.map +1 -0
  309. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts +42 -0
  310. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts.map +1 -0
  311. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts +2 -0
  312. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts.map +1 -0
  313. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts +3 -0
  314. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts.map +1 -0
  315. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts +43 -0
  316. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts.map +1 -0
  317. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts +2 -0
  318. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts.map +1 -0
  319. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts +3 -0
  320. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts.map +1 -0
  321. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts +42 -0
  322. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts.map +1 -0
  323. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts +2 -0
  324. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts.map +1 -0
  325. package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts +3 -0
  326. package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts.map +1 -0
  327. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts +41 -0
  328. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts.map +1 -0
  329. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts +2 -0
  330. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts.map +1 -0
  331. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts +3 -0
  332. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts.map +1 -0
  333. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts +42 -0
  334. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts.map +1 -0
  335. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts +2 -0
  336. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts.map +1 -0
  337. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts +3 -0
  338. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts.map +1 -0
  339. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts +45 -0
  340. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts.map +1 -0
  341. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts +2 -0
  342. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts.map +1 -0
  343. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts +3 -0
  344. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts.map +1 -0
  345. package/lib/typescript/src/patterns/pattern-components/index.d.ts +16 -0
  346. package/lib/typescript/src/patterns/pattern-components/index.d.ts.map +1 -0
  347. package/lib/typescript/tailwind.config.d.ts +3 -0
  348. package/lib/typescript/tailwind.config.d.ts.map +1 -0
  349. package/package.json +7 -5
@@ -0,0 +1,864 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * CustomCard container component with squircle shape
4
+ *
5
+ * Provides elevated container with smooth squircle corners (iOS-like rounded corners),
6
+ * border, and shadow. Uses Figma's squircle algorithm for premium look.
7
+ * Use with CardHeader, CardTitle, CardDescription, CardContent, and CardFooter
8
+ * for a complete card structure.
9
+ *
10
+ * @component
11
+ * @example
12
+ * ```tsx
13
+ * <CustomCard>
14
+ * <CardHeader>
15
+ * <CardTitle><Text>Title</Text></CardTitle>
16
+ * <CardDescription><Text>Description</Text></CardDescription>
17
+ * </CardHeader>
18
+ * <CardContent>
19
+ * <Text>Card content goes here</Text>
20
+ * </CardContent>
21
+ * <CardFooter>
22
+ * <Button>Action</Button>
23
+ * </CardFooter>
24
+ * </CustomCard>
25
+ *
26
+ * // With custom corner smoothing
27
+ * <CustomCard cornerSmoothing={1}>
28
+ * <Text>Extra smooth corners</Text>
29
+ * </CustomCard>
30
+ * ```
31
+ *
32
+ * @property {boolean} [asChild] - When true, merges props into immediate child
33
+ * @property {string} [className] - Additional Tailwind classes
34
+ * @property {number} [cornerRadius=16] - Corner radius in pixels
35
+ * @property {number} [cornerSmoothing=0.8] - Smoothing factor (0-1), higher = more iOS-like
36
+ */
37
+ declare const CustomCard: React.ForwardRefExoticComponent<Omit<Omit<Readonly<Omit<Readonly<{
38
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
39
+ onAccessibilityTap?: (() => unknown) | undefined;
40
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
41
+ onMagicTap?: (() => unknown) | undefined;
42
+ onAccessibilityEscape?: (() => unknown) | undefined;
43
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
44
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
45
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
47
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
48
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
49
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
52
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
53
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
54
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
55
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
56
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
57
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
58
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
59
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
60
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
61
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
62
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
63
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
64
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
65
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
66
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
67
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
68
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
69
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
70
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
71
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
72
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
73
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
74
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
75
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
76
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
77
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
78
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
79
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
80
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
81
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
82
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
83
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
84
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
85
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
86
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
87
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
88
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
89
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
92
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
93
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
94
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
95
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
96
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
97
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
98
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
99
+ renderToHardwareTextureAndroid?: boolean | undefined;
100
+ hasTVPreferredFocus?: boolean | undefined;
101
+ nextFocusDown?: number | undefined;
102
+ nextFocusForward?: number | undefined;
103
+ nextFocusLeft?: number | undefined;
104
+ nextFocusRight?: number | undefined;
105
+ nextFocusUp?: number | undefined;
106
+ focusable?: boolean | undefined;
107
+ tabIndex?: 0 | -1;
108
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
109
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
110
+ shouldRasterizeIOS?: boolean | undefined;
111
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
112
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
113
+ "aria-labelledby"?: string | undefined;
114
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
115
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
116
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
117
+ screenReaderFocusable?: boolean;
118
+ }>, "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
119
+ accessibilityIgnoresInvertColors?: boolean | undefined;
120
+ accessibilityViewIsModal?: boolean | undefined;
121
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
122
+ accessibilityLargeContentTitle?: string | undefined;
123
+ "aria-modal"?: boolean | undefined;
124
+ accessibilityElementsHidden?: boolean | undefined;
125
+ accessibilityLanguage?: string | undefined;
126
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
127
+ }>, "role" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
128
+ accessible?: boolean | undefined;
129
+ accessibilityLabel?: string | undefined;
130
+ accessibilityHint?: string | undefined;
131
+ "aria-label"?: string | undefined;
132
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
133
+ role?: import("react-native").Role | undefined;
134
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
135
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
136
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
137
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
138
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
139
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
140
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
141
+ "aria-busy"?: boolean | undefined;
142
+ "aria-checked"?: (boolean | undefined) | "mixed";
143
+ "aria-disabled"?: boolean | undefined;
144
+ "aria-expanded"?: boolean | undefined;
145
+ "aria-selected"?: boolean | undefined;
146
+ "aria-hidden"?: boolean | undefined;
147
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
148
+ children?: React.ReactNode;
149
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
150
+ collapsable?: boolean | undefined;
151
+ collapsableChildren?: boolean | undefined;
152
+ id?: string;
153
+ testID?: string | undefined;
154
+ nativeID?: string | undefined;
155
+ needsOffscreenAlphaCompositing?: boolean | undefined;
156
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
157
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
158
+ removeClippedSubviews?: boolean | undefined;
159
+ experimental_accessibilityOrder?: Array<string> | undefined;
160
+ }>, never>>, "ref"> & {
161
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
162
+ }, "ref"> & {
163
+ asChild?: boolean;
164
+ } & {
165
+ className?: string;
166
+ cornerRadius?: number;
167
+ cornerSmoothing?: number;
168
+ } & React.RefAttributes<import("react-native/types_generated/src/private/types/HostInstance").LegacyHostInstanceMethods>>;
169
+ /**
170
+ * CustomCardHeader - Container for card title and description
171
+ *
172
+ * Provides proper spacing for title and description elements at the top of a card.
173
+ *
174
+ * @property {boolean} [asChild] - When true, merges props into immediate child
175
+ * @property {string} [className] - Additional Tailwind classes
176
+ */
177
+ declare const CustomCardHeader: React.ForwardRefExoticComponent<Omit<Omit<Readonly<Omit<Readonly<{
178
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
179
+ onAccessibilityTap?: (() => unknown) | undefined;
180
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
181
+ onMagicTap?: (() => unknown) | undefined;
182
+ onAccessibilityEscape?: (() => unknown) | undefined;
183
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
184
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
185
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
186
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
187
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
188
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
189
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
190
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
191
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
192
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
193
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
194
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
195
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
196
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
197
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
198
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
199
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
200
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
201
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
202
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
203
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
204
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
205
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
206
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
207
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
208
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
209
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
210
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
211
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
212
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
213
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
214
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
215
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
216
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
217
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
218
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
219
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
220
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
221
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
222
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
223
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
224
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
225
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
226
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
227
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
228
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
229
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
230
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
231
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
232
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
233
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
234
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
235
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
236
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
237
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
238
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
239
+ renderToHardwareTextureAndroid?: boolean | undefined;
240
+ hasTVPreferredFocus?: boolean | undefined;
241
+ nextFocusDown?: number | undefined;
242
+ nextFocusForward?: number | undefined;
243
+ nextFocusLeft?: number | undefined;
244
+ nextFocusRight?: number | undefined;
245
+ nextFocusUp?: number | undefined;
246
+ focusable?: boolean | undefined;
247
+ tabIndex?: 0 | -1;
248
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
249
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
250
+ shouldRasterizeIOS?: boolean | undefined;
251
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
252
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
253
+ "aria-labelledby"?: string | undefined;
254
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
255
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
256
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
257
+ screenReaderFocusable?: boolean;
258
+ }>, "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
259
+ accessibilityIgnoresInvertColors?: boolean | undefined;
260
+ accessibilityViewIsModal?: boolean | undefined;
261
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
262
+ accessibilityLargeContentTitle?: string | undefined;
263
+ "aria-modal"?: boolean | undefined;
264
+ accessibilityElementsHidden?: boolean | undefined;
265
+ accessibilityLanguage?: string | undefined;
266
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
267
+ }>, "role" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
268
+ accessible?: boolean | undefined;
269
+ accessibilityLabel?: string | undefined;
270
+ accessibilityHint?: string | undefined;
271
+ "aria-label"?: string | undefined;
272
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
273
+ role?: import("react-native").Role | undefined;
274
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
275
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
276
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
277
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
278
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
279
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
280
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
281
+ "aria-busy"?: boolean | undefined;
282
+ "aria-checked"?: (boolean | undefined) | "mixed";
283
+ "aria-disabled"?: boolean | undefined;
284
+ "aria-expanded"?: boolean | undefined;
285
+ "aria-selected"?: boolean | undefined;
286
+ "aria-hidden"?: boolean | undefined;
287
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
288
+ children?: React.ReactNode;
289
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
290
+ collapsable?: boolean | undefined;
291
+ collapsableChildren?: boolean | undefined;
292
+ id?: string;
293
+ testID?: string | undefined;
294
+ nativeID?: string | undefined;
295
+ needsOffscreenAlphaCompositing?: boolean | undefined;
296
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
297
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
298
+ removeClippedSubviews?: boolean | undefined;
299
+ experimental_accessibilityOrder?: Array<string> | undefined;
300
+ }>, never>>, "ref"> & {
301
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
302
+ }, "ref"> & {
303
+ asChild?: boolean;
304
+ } & {
305
+ className?: string;
306
+ } & React.RefAttributes<import("react-native/types_generated/src/private/types/HostInstance").LegacyHostInstanceMethods>>;
307
+ /**
308
+ * CustomCardTitle - Main title text for the card
309
+ *
310
+ * Automatically styles child Text components with large, semibold typography.
311
+ * Uses TextClassContext to apply consistent styling to nested Text elements.
312
+ *
313
+ * @property {boolean} [asChild] - When true, merges props into immediate child
314
+ * @property {string} [className] - Additional Tailwind classes for text styling
315
+ */
316
+ declare const CustomCardTitle: React.ForwardRefExoticComponent<Omit<Omit<Readonly<Omit<Readonly<{
317
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
318
+ onAccessibilityTap?: (() => unknown) | undefined;
319
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
320
+ onMagicTap?: (() => unknown) | undefined;
321
+ onAccessibilityEscape?: (() => unknown) | undefined;
322
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
323
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
324
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
325
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
326
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
327
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
328
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
329
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
330
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
331
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
332
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
333
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
334
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
335
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
336
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
337
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
338
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
339
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
340
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
341
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
342
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
343
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
344
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
345
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
346
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
347
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
348
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
349
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
350
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
351
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
352
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
353
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
354
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
355
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
356
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
357
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
358
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
359
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
360
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
361
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
362
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
363
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
364
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
365
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
366
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
367
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
368
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
369
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
370
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
371
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
372
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
373
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
374
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
375
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
376
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
377
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
378
+ renderToHardwareTextureAndroid?: boolean | undefined;
379
+ hasTVPreferredFocus?: boolean | undefined;
380
+ nextFocusDown?: number | undefined;
381
+ nextFocusForward?: number | undefined;
382
+ nextFocusLeft?: number | undefined;
383
+ nextFocusRight?: number | undefined;
384
+ nextFocusUp?: number | undefined;
385
+ focusable?: boolean | undefined;
386
+ tabIndex?: 0 | -1;
387
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
388
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
389
+ shouldRasterizeIOS?: boolean | undefined;
390
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
391
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
392
+ "aria-labelledby"?: string | undefined;
393
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
394
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
395
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
396
+ screenReaderFocusable?: boolean;
397
+ }>, "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
398
+ accessibilityIgnoresInvertColors?: boolean | undefined;
399
+ accessibilityViewIsModal?: boolean | undefined;
400
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
401
+ accessibilityLargeContentTitle?: string | undefined;
402
+ "aria-modal"?: boolean | undefined;
403
+ accessibilityElementsHidden?: boolean | undefined;
404
+ accessibilityLanguage?: string | undefined;
405
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
406
+ }>, "role" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
407
+ accessible?: boolean | undefined;
408
+ accessibilityLabel?: string | undefined;
409
+ accessibilityHint?: string | undefined;
410
+ "aria-label"?: string | undefined;
411
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
412
+ role?: import("react-native").Role | undefined;
413
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
414
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
415
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
416
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
417
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
418
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
419
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
420
+ "aria-busy"?: boolean | undefined;
421
+ "aria-checked"?: (boolean | undefined) | "mixed";
422
+ "aria-disabled"?: boolean | undefined;
423
+ "aria-expanded"?: boolean | undefined;
424
+ "aria-selected"?: boolean | undefined;
425
+ "aria-hidden"?: boolean | undefined;
426
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
427
+ children?: React.ReactNode;
428
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
429
+ collapsable?: boolean | undefined;
430
+ collapsableChildren?: boolean | undefined;
431
+ id?: string;
432
+ testID?: string | undefined;
433
+ nativeID?: string | undefined;
434
+ needsOffscreenAlphaCompositing?: boolean | undefined;
435
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
436
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
437
+ removeClippedSubviews?: boolean | undefined;
438
+ experimental_accessibilityOrder?: Array<string> | undefined;
439
+ }>, never>>, "ref"> & {
440
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
441
+ }, "ref"> & {
442
+ asChild?: boolean;
443
+ } & {
444
+ className?: string;
445
+ } & React.RefAttributes<import("react-native/types_generated/src/private/types/HostInstance").LegacyHostInstanceMethods>>;
446
+ /**
447
+ * CustomCardDescription - Subtitle or description text for the card
448
+ *
449
+ * Automatically styles child Text components with muted, smaller typography.
450
+ * Uses TextClassContext to apply consistent styling to nested Text elements.
451
+ *
452
+ * @property {boolean} [asChild] - When true, merges props into immediate child
453
+ * @property {string} [className] - Additional Tailwind classes for text styling
454
+ */
455
+ declare const CustomCardDescription: React.ForwardRefExoticComponent<Omit<Omit<Readonly<Omit<Readonly<{
456
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
457
+ onAccessibilityTap?: (() => unknown) | undefined;
458
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
459
+ onMagicTap?: (() => unknown) | undefined;
460
+ onAccessibilityEscape?: (() => unknown) | undefined;
461
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
462
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
463
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
464
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
465
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
466
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
467
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
468
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
469
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
470
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
471
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
472
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
473
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
474
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
475
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
476
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
477
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
478
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
479
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
480
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
481
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
482
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
483
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
484
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
485
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
486
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
487
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
488
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
489
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
490
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
491
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
492
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
493
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
494
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
495
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
496
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
497
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
498
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
499
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
500
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
501
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
502
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
503
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
504
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
505
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
506
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
507
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
508
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
509
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
510
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
511
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
512
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
513
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
514
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
515
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
516
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
517
+ renderToHardwareTextureAndroid?: boolean | undefined;
518
+ hasTVPreferredFocus?: boolean | undefined;
519
+ nextFocusDown?: number | undefined;
520
+ nextFocusForward?: number | undefined;
521
+ nextFocusLeft?: number | undefined;
522
+ nextFocusRight?: number | undefined;
523
+ nextFocusUp?: number | undefined;
524
+ focusable?: boolean | undefined;
525
+ tabIndex?: 0 | -1;
526
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
527
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
528
+ shouldRasterizeIOS?: boolean | undefined;
529
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
530
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
531
+ "aria-labelledby"?: string | undefined;
532
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
533
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
534
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
535
+ screenReaderFocusable?: boolean;
536
+ }>, "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
537
+ accessibilityIgnoresInvertColors?: boolean | undefined;
538
+ accessibilityViewIsModal?: boolean | undefined;
539
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
540
+ accessibilityLargeContentTitle?: string | undefined;
541
+ "aria-modal"?: boolean | undefined;
542
+ accessibilityElementsHidden?: boolean | undefined;
543
+ accessibilityLanguage?: string | undefined;
544
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
545
+ }>, "role" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
546
+ accessible?: boolean | undefined;
547
+ accessibilityLabel?: string | undefined;
548
+ accessibilityHint?: string | undefined;
549
+ "aria-label"?: string | undefined;
550
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
551
+ role?: import("react-native").Role | undefined;
552
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
553
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
554
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
555
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
556
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
557
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
558
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
559
+ "aria-busy"?: boolean | undefined;
560
+ "aria-checked"?: (boolean | undefined) | "mixed";
561
+ "aria-disabled"?: boolean | undefined;
562
+ "aria-expanded"?: boolean | undefined;
563
+ "aria-selected"?: boolean | undefined;
564
+ "aria-hidden"?: boolean | undefined;
565
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
566
+ children?: React.ReactNode;
567
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
568
+ collapsable?: boolean | undefined;
569
+ collapsableChildren?: boolean | undefined;
570
+ id?: string;
571
+ testID?: string | undefined;
572
+ nativeID?: string | undefined;
573
+ needsOffscreenAlphaCompositing?: boolean | undefined;
574
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
575
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
576
+ removeClippedSubviews?: boolean | undefined;
577
+ experimental_accessibilityOrder?: Array<string> | undefined;
578
+ }>, never>>, "ref"> & {
579
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
580
+ }, "ref"> & {
581
+ asChild?: boolean;
582
+ } & {
583
+ className?: string;
584
+ } & React.RefAttributes<import("react-native/types_generated/src/private/types/HostInstance").LegacyHostInstanceMethods>>;
585
+ /**
586
+ * CustomCardContent - Main content area of the card
587
+ *
588
+ * Container for the primary card content with appropriate padding.
589
+ * Top padding is removed to flow naturally after CustomCardHeader.
590
+ *
591
+ * @property {boolean} [asChild] - When true, merges props into immediate child
592
+ * @property {string} [className] - Additional Tailwind classes
593
+ */
594
+ declare const CustomCardContent: React.ForwardRefExoticComponent<Omit<Omit<Readonly<Omit<Readonly<{
595
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
596
+ onAccessibilityTap?: (() => unknown) | undefined;
597
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
598
+ onMagicTap?: (() => unknown) | undefined;
599
+ onAccessibilityEscape?: (() => unknown) | undefined;
600
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
601
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
602
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
603
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
604
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
605
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
606
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
607
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
608
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
609
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
610
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
611
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
612
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
613
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
614
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
615
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
616
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
617
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
618
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
619
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
620
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
621
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
622
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
623
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
624
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
625
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
626
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
627
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
628
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
629
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
630
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
631
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
632
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
633
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
634
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
635
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
636
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
637
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
638
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
639
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
640
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
641
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
642
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
643
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
644
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
645
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
646
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
647
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
648
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
649
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
650
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
651
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
652
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
653
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
654
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
655
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
656
+ renderToHardwareTextureAndroid?: boolean | undefined;
657
+ hasTVPreferredFocus?: boolean | undefined;
658
+ nextFocusDown?: number | undefined;
659
+ nextFocusForward?: number | undefined;
660
+ nextFocusLeft?: number | undefined;
661
+ nextFocusRight?: number | undefined;
662
+ nextFocusUp?: number | undefined;
663
+ focusable?: boolean | undefined;
664
+ tabIndex?: 0 | -1;
665
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
666
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
667
+ shouldRasterizeIOS?: boolean | undefined;
668
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
669
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
670
+ "aria-labelledby"?: string | undefined;
671
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
672
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
673
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
674
+ screenReaderFocusable?: boolean;
675
+ }>, "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
676
+ accessibilityIgnoresInvertColors?: boolean | undefined;
677
+ accessibilityViewIsModal?: boolean | undefined;
678
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
679
+ accessibilityLargeContentTitle?: string | undefined;
680
+ "aria-modal"?: boolean | undefined;
681
+ accessibilityElementsHidden?: boolean | undefined;
682
+ accessibilityLanguage?: string | undefined;
683
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
684
+ }>, "role" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
685
+ accessible?: boolean | undefined;
686
+ accessibilityLabel?: string | undefined;
687
+ accessibilityHint?: string | undefined;
688
+ "aria-label"?: string | undefined;
689
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
690
+ role?: import("react-native").Role | undefined;
691
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
692
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
693
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
694
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
695
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
696
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
697
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
698
+ "aria-busy"?: boolean | undefined;
699
+ "aria-checked"?: (boolean | undefined) | "mixed";
700
+ "aria-disabled"?: boolean | undefined;
701
+ "aria-expanded"?: boolean | undefined;
702
+ "aria-selected"?: boolean | undefined;
703
+ "aria-hidden"?: boolean | undefined;
704
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
705
+ children?: React.ReactNode;
706
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
707
+ collapsable?: boolean | undefined;
708
+ collapsableChildren?: boolean | undefined;
709
+ id?: string;
710
+ testID?: string | undefined;
711
+ nativeID?: string | undefined;
712
+ needsOffscreenAlphaCompositing?: boolean | undefined;
713
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
714
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
715
+ removeClippedSubviews?: boolean | undefined;
716
+ experimental_accessibilityOrder?: Array<string> | undefined;
717
+ }>, never>>, "ref"> & {
718
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
719
+ }, "ref"> & {
720
+ asChild?: boolean;
721
+ } & {
722
+ className?: string;
723
+ } & React.RefAttributes<import("react-native/types_generated/src/private/types/HostInstance").LegacyHostInstanceMethods>>;
724
+ /**
725
+ * CustomCardFooter - Footer area for actions or additional info
726
+ *
727
+ * Typically contains buttons or other interactive elements.
728
+ * Arranged as a row with centered items.
729
+ *
730
+ * @property {boolean} [asChild] - When true, merges props into immediate child
731
+ * @property {string} [className] - Additional Tailwind classes
732
+ */
733
+ declare const CustomCardFooter: React.ForwardRefExoticComponent<Omit<Omit<Readonly<Omit<Readonly<{
734
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
735
+ onAccessibilityTap?: (() => unknown) | undefined;
736
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
737
+ onMagicTap?: (() => unknown) | undefined;
738
+ onAccessibilityEscape?: (() => unknown) | undefined;
739
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
740
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
741
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
742
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
743
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
744
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
745
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
746
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
747
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
748
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
749
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
750
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
751
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
752
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
753
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
754
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
755
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
756
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
757
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
758
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
759
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
760
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
761
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
762
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
763
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
764
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
765
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
766
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
767
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
768
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
769
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
770
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
771
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
772
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
773
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
774
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
775
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
776
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
777
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
778
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
779
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
780
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
781
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
782
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
783
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
784
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
785
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
786
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
787
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
788
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
789
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
790
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
791
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
792
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
793
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
794
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
795
+ renderToHardwareTextureAndroid?: boolean | undefined;
796
+ hasTVPreferredFocus?: boolean | undefined;
797
+ nextFocusDown?: number | undefined;
798
+ nextFocusForward?: number | undefined;
799
+ nextFocusLeft?: number | undefined;
800
+ nextFocusRight?: number | undefined;
801
+ nextFocusUp?: number | undefined;
802
+ focusable?: boolean | undefined;
803
+ tabIndex?: 0 | -1;
804
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
805
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
806
+ shouldRasterizeIOS?: boolean | undefined;
807
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
808
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
809
+ "aria-labelledby"?: string | undefined;
810
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
811
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
812
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
813
+ screenReaderFocusable?: boolean;
814
+ }>, "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
815
+ accessibilityIgnoresInvertColors?: boolean | undefined;
816
+ accessibilityViewIsModal?: boolean | undefined;
817
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
818
+ accessibilityLargeContentTitle?: string | undefined;
819
+ "aria-modal"?: boolean | undefined;
820
+ accessibilityElementsHidden?: boolean | undefined;
821
+ accessibilityLanguage?: string | undefined;
822
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
823
+ }>, "role" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
824
+ accessible?: boolean | undefined;
825
+ accessibilityLabel?: string | undefined;
826
+ accessibilityHint?: string | undefined;
827
+ "aria-label"?: string | undefined;
828
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
829
+ role?: import("react-native").Role | undefined;
830
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
831
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
832
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
833
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
834
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
835
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
836
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
837
+ "aria-busy"?: boolean | undefined;
838
+ "aria-checked"?: (boolean | undefined) | "mixed";
839
+ "aria-disabled"?: boolean | undefined;
840
+ "aria-expanded"?: boolean | undefined;
841
+ "aria-selected"?: boolean | undefined;
842
+ "aria-hidden"?: boolean | undefined;
843
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
844
+ children?: React.ReactNode;
845
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
846
+ collapsable?: boolean | undefined;
847
+ collapsableChildren?: boolean | undefined;
848
+ id?: string;
849
+ testID?: string | undefined;
850
+ nativeID?: string | undefined;
851
+ needsOffscreenAlphaCompositing?: boolean | undefined;
852
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
853
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
854
+ removeClippedSubviews?: boolean | undefined;
855
+ experimental_accessibilityOrder?: Array<string> | undefined;
856
+ }>, never>>, "ref"> & {
857
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
858
+ }, "ref"> & {
859
+ asChild?: boolean;
860
+ } & {
861
+ className?: string;
862
+ } & React.RefAttributes<import("react-native/types_generated/src/private/types/HostInstance").LegacyHostInstanceMethods>>;
863
+ export { CustomCard, CustomCardContent, CustomCardDescription, CustomCardFooter, CustomCardHeader, CustomCardTitle, };
864
+ //# sourceMappingURL=Custom-Card.d.ts.map