@hero-design/rn 8.64.8 → 8.65.0-alpha.0

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 (102) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/es/index.js +17548 -17421
  3. package/lib/index.js +18085 -17961
  4. package/package.json +12 -13
  5. package/{rollup.config.js → rollup.config.mjs} +5 -3
  6. package/src/components/BottomNavigation/index.tsx +0 -4
  7. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +30 -5
  8. package/src/components/PinInput/__tests__/index.spec.tsx +23 -11
  9. package/src/components/PinInput/index.tsx +26 -9
  10. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +1 -1
  11. package/src/theme/components/pinInput.ts +1 -1
  12. package/stats/8.64.8/rn-stats.html +2 -0
  13. package/stats/8.65.0/rn-stats.html +4842 -0
  14. package/tsconfig.json +2 -3
  15. package/tsconfig.rollup.json +27 -0
  16. package/types/components/Accordion/StyledAccordion.d.ts +5 -5
  17. package/types/components/Alert/StyledAlert.d.ts +5 -5
  18. package/types/components/Attachment/StyledAttachment.d.ts +4 -4
  19. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +3 -3
  20. package/types/components/Avatar/StyledAvatar.d.ts +4 -4
  21. package/types/components/Badge/StyledBadge.d.ts +3 -3
  22. package/types/components/Badge/types.d.ts +53 -0
  23. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +7 -7
  24. package/types/components/BottomSheet/StyledBottomSheet.d.ts +8 -8
  25. package/types/components/Box/StyledBox.d.ts +1 -1
  26. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +2 -3
  27. package/types/components/Button/StyledButton.d.ts +5 -6
  28. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +3 -3
  29. package/types/components/Calendar/StyledCalendar.d.ts +8 -8
  30. package/types/components/Card/DataCard/StyledDataCard.d.ts +2 -2
  31. package/types/components/Card/StyledCard.d.ts +1 -1
  32. package/types/components/Carousel/StyledCardCarousel.d.ts +4 -4
  33. package/types/components/Carousel/StyledCarousel.d.ts +9 -9
  34. package/types/components/Checkbox/StyledCheckbox.d.ts +5 -5
  35. package/types/components/Chip/StyledChip.d.ts +4 -4
  36. package/types/components/Collapse/StyledCollapse.d.ts +3 -3
  37. package/types/components/CompoundSearch/CompoundSearchHandler.d.ts +31 -0
  38. package/types/components/CompoundSearch/CompoundSearchTextInput.d.ts +60 -0
  39. package/types/components/CompoundSearch/StyledCompoundSearch.d.ts +40 -0
  40. package/types/components/CompoundSearch/index.d.ts +8 -0
  41. package/types/components/CompoundSearch/utils.d.ts +8 -0
  42. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +1 -1
  43. package/types/components/DatePicker/StyledDatePicker.d.ts +1 -1
  44. package/types/components/Divider/StyledDivider.d.ts +1 -1
  45. package/types/components/Drawer/StyledDrawer.d.ts +7 -7
  46. package/types/components/Empty/StyledEmpty.d.ts +3 -3
  47. package/types/components/Error/StyledError.d.ts +10 -10
  48. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +5 -5
  49. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +3 -3
  50. package/types/components/FAB/Pair/StyledFAB.d.ts +12 -0
  51. package/types/components/FAB/Pair/index.d.ts +16 -0
  52. package/types/components/FAB/StyledFAB.d.ts +4 -4
  53. package/types/components/Icon/HeroIcon/index.d.ts +1 -1
  54. package/types/components/List/StyledBasicListItem.d.ts +4 -4
  55. package/types/components/List/StyledListItem.d.ts +7 -7
  56. package/types/components/MapPin/Focussed.d.ts +13 -0
  57. package/types/components/MapPin/StyledMapPin.d.ts +32 -0
  58. package/types/components/MapPin/index.d.ts +5 -0
  59. package/types/components/MapPin/types.d.ts +38 -0
  60. package/types/components/PageControl/StyledPageControl.d.ts +2 -2
  61. package/types/components/PinInput/StyledPinInput.d.ts +10 -10
  62. package/types/components/Progress/ProgressStep.d.ts +20 -0
  63. package/types/components/Progress/StyledProgressBar.d.ts +2 -2
  64. package/types/components/Progress/StyledProgressCircle.d.ts +6 -6
  65. package/types/components/Progress/StyledStep.d.ts +23 -0
  66. package/types/components/Radio/StyledRadio.d.ts +4 -4
  67. package/types/components/Rate/StyledRate.d.ts +2 -2
  68. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +2 -2
  69. package/types/components/RichTextEditor/StyledToolbar.d.ts +3 -3
  70. package/types/components/Search/SearchOneLine.d.ts +65 -0
  71. package/types/components/Search/SearchSuffixIcon.d.ts +24 -0
  72. package/types/components/Search/SearchTwoLine.d.ts +36 -0
  73. package/types/components/Search/StyledSearch.d.ts +49 -0
  74. package/types/components/Search/index.d.ts +10 -0
  75. package/types/components/Search/utils.d.ts +8 -0
  76. package/types/components/SectionHeading/StyledHeading.d.ts +3 -3
  77. package/types/components/Select/StyledSelect.d.ts +3 -3
  78. package/types/components/Skeleton/StyledSkeleton.d.ts +2 -2
  79. package/types/components/Spinner/StyledSpinner.d.ts +4 -4
  80. package/types/components/Success/StyledSuccess.d.ts +9 -9
  81. package/types/components/Swipeable/StyledSwipeable.d.ts +1 -1
  82. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +4 -4
  83. package/types/components/Switch/StyledSwitch.d.ts +2 -2
  84. package/types/components/Tabs/StyledScrollableTabs.d.ts +8 -8
  85. package/types/components/Tabs/StyledTabs.d.ts +7 -7
  86. package/types/components/Tag/StyledTag.d.ts +2 -2
  87. package/types/components/TextInput/StyledTextInput.d.ts +13 -13
  88. package/types/components/TimePicker/StyledTimePicker.d.ts +1 -1
  89. package/types/components/Toast/StyledToast.d.ts +6 -6
  90. package/types/components/Toolbar/StyledToolbar.d.ts +5 -5
  91. package/types/components/Typography/Body/StyledBody.d.ts +1 -1
  92. package/types/components/Typography/Caption/StyledCaption.d.ts +1 -1
  93. package/types/components/Typography/Label/StyledLabel.d.ts +1 -1
  94. package/types/components/Typography/Text/StyledText.d.ts +1 -1
  95. package/types/components/Typography/Title/StyledTitle.d.ts +1 -1
  96. package/types/theme/components/compoundSearch.d.ts +36 -0
  97. package/types/theme/components/mapPin.d.ts +40 -0
  98. package/types/theme/components/search.d.ts +64 -0
  99. package/types/theme/global/colors/swagLight.d.ts +3 -0
  100. package/types/theme/global/colors/swagLightGlobal.d.ts +3 -0
  101. package/types/theme/global/colors/swagLightJobs.d.ts +47 -0
  102. package/.turbo/turbo-build.log +0 -5
@@ -0,0 +1,49 @@
1
+ import { TextInput, View } from 'react-native';
2
+ export declare type State = 'default' | 'filled' | 'disabled' | 'readonly';
3
+ export declare type Variant = 'basic' | 'reversed';
4
+ export declare const StyledContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
+ theme?: import("@emotion/react").Theme | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
+ }, {}, {
8
+ ref?: import("react").Ref<View> | undefined;
9
+ }>;
10
+ export declare const StyledInputContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
11
+ theme?: import("@emotion/react").Theme | undefined;
12
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
+ } & {
14
+ themeFocused: boolean;
15
+ themeVariant: Variant;
16
+ }, {}, {
17
+ ref?: import("react").Ref<View> | undefined;
18
+ }>;
19
+ export declare const StyledAffixContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
20
+ theme?: import("@emotion/react").Theme | undefined;
21
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
22
+ }, {}, {
23
+ ref?: import("react").Ref<View> | undefined;
24
+ }>;
25
+ export declare const StyledSuffixContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
26
+ theme?: import("@emotion/react").Theme | undefined;
27
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
28
+ }, {}, {
29
+ ref?: import("react").Ref<View> | undefined;
30
+ }>;
31
+ export declare const StyledInput: import("@emotion/native").StyledComponent<import("react-native").TextInputProps & {
32
+ theme?: import("@emotion/react").Theme | undefined;
33
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
34
+ }, {}, {
35
+ ref?: import("react").Ref<TextInput> | undefined;
36
+ }>;
37
+ export declare const StyledHandlerContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
38
+ theme?: import("@emotion/react").Theme | undefined;
39
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
40
+ }, {}, {
41
+ ref?: import("react").Ref<View> | undefined;
42
+ }>;
43
+ export declare const StyledBadge: import("@emotion/native").StyledComponent<(import("../Badge/types").BasicBadgeProps & {
44
+ theme?: import("@emotion/react").Theme | undefined;
45
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
46
+ }) | (import("../Badge/types").IconBadgeProps & {
47
+ theme?: import("@emotion/react").Theme | undefined;
48
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
49
+ }), {}, {}>;
@@ -0,0 +1,10 @@
1
+ import SearchTwoLine from './SearchTwoLine';
2
+ import SearchOneLine from './SearchOneLine';
3
+ import SearchSuffixIcon from './SearchSuffixIcon';
4
+ declare type SearchType = {
5
+ OneLine: typeof SearchOneLine;
6
+ TwoLine: typeof SearchTwoLine;
7
+ SuffixIcon: typeof SearchSuffixIcon;
8
+ };
9
+ declare const Search: SearchType;
10
+ export default Search;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IconName } from '../Icon';
3
+ export declare const renderPrefix: ({ prefix, }: {
4
+ prefix?: "number" | React.ReactElement<any, string | React.JSXElementConstructor<any>> | "swag" | "wallet" | "bold" | "menu" | "filter" | "image" | "switch" | "target" | "restart" | "directory" | "document" | "feed" | "list" | "billing" | "home" | "user" | "send" | "file" | "loading" | "sync" | "warning" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "bolt" | "bookmark-added" | "bookmark" | "box-check" | "box" | "bpay" | "buildings" | "cake" | "calendar-clock" | "calendar" | "candy-box-menu" | "caret-down-small" | "caret-down" | "caret-left-small" | "caret-left" | "caret-right-small" | "caret-right" | "caret-up-small" | "caret-up" | "check-radio" | "circle-add" | "circle-cancel" | "circle-check" | "circle-down" | "circle-info" | "circle-left" | "circle-ok" | "circle-pencil" | "circle-question" | "circle-remove" | "circle-right" | "circle-up" | "circle-warning" | "clock-3" | "clock" | "cloud-download" | "cloud-upload" | "cog" | "coin" | "contacts" | "credit-card" | "diamond" | "direction-arrows" | "dollar-coin-shine" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "explore_nearby" | "eye-circle" | "eye-invisible" | "eye" | "face-meh" | "face-sad" | "face-smiley" | "feedbacks" | "file-certified" | "file-clone" | "file-copy" | "file-csv" | "file-dispose" | "file-doc" | "file-excel" | "file-export" | "file-lock" | "file-pdf" | "file-powerpoint" | "file-search" | "file-secured" | "file-sheets" | "file-slide" | "file-verified" | "file-word" | "folder-user" | "folder" | "format-bold" | "format-heading1" | "format-heading2" | "format-italic" | "format-list-bulleted" | "format-list-numbered" | "format-underlined" | "funnel-filter" | "global-dollar" | "globe" | "graduation-cap" | "graph" | "happy-sun" | "health-bag" | "heart" | "hero-points" | "import" | "incident-siren" | "instapay-daily" | "instapay-now" | "instapay" | "loading-2" | "location-on" | "location" | "lock" | "looks-one" | "looks-two" | "media-content" | "money-notes" | "moneybag" | "moon" | "multiple-stars" | "multiple-users" | "near-me" | "node" | "open-folder" | "paperclip" | "payment-summary" | "pencil" | "phone" | "piggy-bank" | "plane-up" | "plane" | "play-circle" | "print" | "raising-hands" | "reply-arrow" | "reply" | "reschedule" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "speaker-active" | "speaker" | "star-award" | "star-badge" | "star-circle" | "star-medal" | "star" | "steps-circle" | "stopwatch" | "suitcase" | "surfing" | "survey" | "swag-pillar-benefit" | "swag-pillar-career" | "swag-pillar-money" | "swag-pillar-work" | "swipe-right" | "tag" | "teams" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "video-1" | "video-2" | "activate-outlined" | "add-credit-card-outlined" | "add-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-outlined" | "ai-outlined" | "alignment-2-outlined" | "alignment-outlined" | "all-caps" | "application-outlined" | "arrow-down" | "arrow-downwards" | "arrow-left" | "arrow-leftwards" | "arrow-right" | "arrow-rightwards" | "arrow-up" | "arrow-upwards" | "article-outlined" | "at-sign" | "auto-graph-outlined" | "beer-outlined" | "bell-active-outlined" | "bell-outlined" | "bell-slash-outlined" | "bill-management-outlined" | "billing-outlined" | "body-outlined" | "bolt-outlined" | "book-outlined" | "bookmark-added-outlined" | "bookmark-outlined" | "box-check-outlined" | "box-outlined" | "bullet-points" | "cake-outlined" | "calendar-dates-outlined" | "calendar-star-outlined" | "call-outlined" | "call-split-outlined" | "camera-outlined" | "cancel" | "car-forward-outlined" | "cashback-outlined" | "charging-station-outlined" | "chat-bubble-outlined" | "chat-unread-outlined" | "checkmark" | "circle-add-outlined" | "circle-cancel-outlined" | "circle-down-outlined" | "circle-info-outlined" | "circle-left-outlined" | "circle-ok-outlined" | "circle-question-outlined" | "circle-remove-outlined" | "circle-right-outlined" | "circle-up-outlined" | "circle-warning-outlined" | "clock-2-outlined" | "clock-in-outlined" | "clock-out-outlined" | "clock-outlined" | "cog-outlined" | "coin-outlined" | "coin-super-outlined" | "comment-outlined" | "contacts-outlined" | "contacts-user-outlined" | "credit-card-outlined" | "cup-outlined" | "dentistry-outlined" | "direction-arrows-outlined" | "directory-outlined" | "document-outlined" | "dollar-box-outlined" | "dollar-card-outlined" | "dollar-coin-shine-outlined" | "dollar-credit-card-outlined" | "dollar-sign" | "double-buildings-outlined" | "double-left-arrows" | "double-right-arrows" | "download-box-outlined" | "download-outlined" | "edit-template-outlined" | "email-outlined" | "end-break-outlined" | "enter-arrow" | "envelope-outlined" | "expense-approval-outlined" | "expense-outlined" | "explore-outlined" | "extension-outlined" | "external-link" | "eye-invisible-outlined" | "eye-outlined" | "face-id" | "face-meh-outlined" | "face-open-smiley-outlined" | "face-sad-outlined" | "face-smiley-outlined" | "fastfood-outlined" | "feed-outlined" | "file-certified-outlined" | "file-clone-outlined" | "file-copy-outlined" | "file-dispose-outlined" | "file-dollar-certified-outlined" | "file-dollar-outlined" | "file-download-outlined" | "file-export-outlined" | "file-lock-outlined" | "file-outlined" | "file-search-outlined" | "file-secured-outlined" | "file-statutory-outlined" | "file-verified-outlined" | "filter-outlined" | "folder-outlined" | "folder-user-outlined" | "form-outlined" | "funnel-filter-outline" | "goal-outlined" | "graph-outlined" | "hand-holding-user-outlined" | "happy-sun-outlined" | "health-bag-outlined" | "heart-outlined" | "home-active-outlined" | "home-outlined" | "id-card-outlined" | "image-outlined" | "import-outlined" | "instapay-outlined" | "italic" | "job-search-outlined" | "leave-approval-outlined" | "link-1" | "link-2" | "list-outlined" | "live-help-outlined" | "local_mall_outlined" | "location-on-outlined" | "location-outlined" | "lock-outlined" | "locked-file-outlined" | "log-out" | "mail-outlined" | "map-outlined" | "media-content-outlined" | "menu-close" | "menu-expand" | "menu-fold-outlined" | "menu-unfold-outlined" | "moneybag-outlined" | "moon-outlined" | "more-horizontal" | "more-vertical" | "multiple-folders-outlined" | "multiple-users-outlined" | "near-me-outlined" | "node-outlined" | "number-points" | "overview-outlined" | "payment-summary-outlined" | "payslip-outlined" | "pencil-outlined" | "percentage" | "phone-outlined" | "piggy-bank-outlined" | "plane-outlined" | "play-circle-outlined" | "print-outlined" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-outlined" | "resume-outlined" | "return-arrow" | "rostering-outlined" | "safety-outlined" | "save-outlined" | "schedule-outlined" | "search-outlined" | "search-secured-outlined" | "send-outlined" | "share-1" | "share-2" | "share-outlined-2" | "share-outlined" | "shopping_basket_outlined" | "show-chart-outlined" | "single-down-arrow" | "single-left-arrow" | "single-right-arrow" | "single-up-arrow" | "smart-match-outlined" | "sparkle-outlined" | "speaker-active-outlined" | "speaker-outlined" | "star-circle-outlined" | "star-outlined" | "start-break-outlined" | "stash-outlined" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "tag-outlined" | "target-outlined" | "tennis-outlined" | "ticket-outlined" | "timesheet-outlined" | "timesheets-outlined" | "today-outlined" | "transfer" | "trash-bin-outlined" | "umbrela-outlined" | "unavailability-outlined" | "unavailable" | "underline" | "union-outlined" | "unlock-outlined" | "upload-outlined" | "user-circle-outlined" | "user-gear-outlined" | "user-outlined" | "user-rectangle-outlined" | "video-1-outlined" | "video-2-outlined" | "volunteer-outlined" | "wallet-outlined" | "wellness-outlined" | undefined;
5
+ }) => React.JSX.Element | undefined;
6
+ export declare const renderSuffix: ({ suffix, }: {
7
+ suffix?: "number" | React.ReactElement<any, string | React.JSXElementConstructor<any>> | "swag" | "wallet" | "bold" | "menu" | "filter" | "image" | "switch" | "target" | "restart" | "directory" | "document" | "feed" | "list" | "billing" | "home" | "user" | "send" | "file" | "loading" | "sync" | "warning" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "bolt" | "bookmark-added" | "bookmark" | "box-check" | "box" | "bpay" | "buildings" | "cake" | "calendar-clock" | "calendar" | "candy-box-menu" | "caret-down-small" | "caret-down" | "caret-left-small" | "caret-left" | "caret-right-small" | "caret-right" | "caret-up-small" | "caret-up" | "check-radio" | "circle-add" | "circle-cancel" | "circle-check" | "circle-down" | "circle-info" | "circle-left" | "circle-ok" | "circle-pencil" | "circle-question" | "circle-remove" | "circle-right" | "circle-up" | "circle-warning" | "clock-3" | "clock" | "cloud-download" | "cloud-upload" | "cog" | "coin" | "contacts" | "credit-card" | "diamond" | "direction-arrows" | "dollar-coin-shine" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "explore_nearby" | "eye-circle" | "eye-invisible" | "eye" | "face-meh" | "face-sad" | "face-smiley" | "feedbacks" | "file-certified" | "file-clone" | "file-copy" | "file-csv" | "file-dispose" | "file-doc" | "file-excel" | "file-export" | "file-lock" | "file-pdf" | "file-powerpoint" | "file-search" | "file-secured" | "file-sheets" | "file-slide" | "file-verified" | "file-word" | "folder-user" | "folder" | "format-bold" | "format-heading1" | "format-heading2" | "format-italic" | "format-list-bulleted" | "format-list-numbered" | "format-underlined" | "funnel-filter" | "global-dollar" | "globe" | "graduation-cap" | "graph" | "happy-sun" | "health-bag" | "heart" | "hero-points" | "import" | "incident-siren" | "instapay-daily" | "instapay-now" | "instapay" | "loading-2" | "location-on" | "location" | "lock" | "looks-one" | "looks-two" | "media-content" | "money-notes" | "moneybag" | "moon" | "multiple-stars" | "multiple-users" | "near-me" | "node" | "open-folder" | "paperclip" | "payment-summary" | "pencil" | "phone" | "piggy-bank" | "plane-up" | "plane" | "play-circle" | "print" | "raising-hands" | "reply-arrow" | "reply" | "reschedule" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "speaker-active" | "speaker" | "star-award" | "star-badge" | "star-circle" | "star-medal" | "star" | "steps-circle" | "stopwatch" | "suitcase" | "surfing" | "survey" | "swag-pillar-benefit" | "swag-pillar-career" | "swag-pillar-money" | "swag-pillar-work" | "swipe-right" | "tag" | "teams" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "video-1" | "video-2" | "activate-outlined" | "add-credit-card-outlined" | "add-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-outlined" | "ai-outlined" | "alignment-2-outlined" | "alignment-outlined" | "all-caps" | "application-outlined" | "arrow-down" | "arrow-downwards" | "arrow-left" | "arrow-leftwards" | "arrow-right" | "arrow-rightwards" | "arrow-up" | "arrow-upwards" | "article-outlined" | "at-sign" | "auto-graph-outlined" | "beer-outlined" | "bell-active-outlined" | "bell-outlined" | "bell-slash-outlined" | "bill-management-outlined" | "billing-outlined" | "body-outlined" | "bolt-outlined" | "book-outlined" | "bookmark-added-outlined" | "bookmark-outlined" | "box-check-outlined" | "box-outlined" | "bullet-points" | "cake-outlined" | "calendar-dates-outlined" | "calendar-star-outlined" | "call-outlined" | "call-split-outlined" | "camera-outlined" | "cancel" | "car-forward-outlined" | "cashback-outlined" | "charging-station-outlined" | "chat-bubble-outlined" | "chat-unread-outlined" | "checkmark" | "circle-add-outlined" | "circle-cancel-outlined" | "circle-down-outlined" | "circle-info-outlined" | "circle-left-outlined" | "circle-ok-outlined" | "circle-question-outlined" | "circle-remove-outlined" | "circle-right-outlined" | "circle-up-outlined" | "circle-warning-outlined" | "clock-2-outlined" | "clock-in-outlined" | "clock-out-outlined" | "clock-outlined" | "cog-outlined" | "coin-outlined" | "coin-super-outlined" | "comment-outlined" | "contacts-outlined" | "contacts-user-outlined" | "credit-card-outlined" | "cup-outlined" | "dentistry-outlined" | "direction-arrows-outlined" | "directory-outlined" | "document-outlined" | "dollar-box-outlined" | "dollar-card-outlined" | "dollar-coin-shine-outlined" | "dollar-credit-card-outlined" | "dollar-sign" | "double-buildings-outlined" | "double-left-arrows" | "double-right-arrows" | "download-box-outlined" | "download-outlined" | "edit-template-outlined" | "email-outlined" | "end-break-outlined" | "enter-arrow" | "envelope-outlined" | "expense-approval-outlined" | "expense-outlined" | "explore-outlined" | "extension-outlined" | "external-link" | "eye-invisible-outlined" | "eye-outlined" | "face-id" | "face-meh-outlined" | "face-open-smiley-outlined" | "face-sad-outlined" | "face-smiley-outlined" | "fastfood-outlined" | "feed-outlined" | "file-certified-outlined" | "file-clone-outlined" | "file-copy-outlined" | "file-dispose-outlined" | "file-dollar-certified-outlined" | "file-dollar-outlined" | "file-download-outlined" | "file-export-outlined" | "file-lock-outlined" | "file-outlined" | "file-search-outlined" | "file-secured-outlined" | "file-statutory-outlined" | "file-verified-outlined" | "filter-outlined" | "folder-outlined" | "folder-user-outlined" | "form-outlined" | "funnel-filter-outline" | "goal-outlined" | "graph-outlined" | "hand-holding-user-outlined" | "happy-sun-outlined" | "health-bag-outlined" | "heart-outlined" | "home-active-outlined" | "home-outlined" | "id-card-outlined" | "image-outlined" | "import-outlined" | "instapay-outlined" | "italic" | "job-search-outlined" | "leave-approval-outlined" | "link-1" | "link-2" | "list-outlined" | "live-help-outlined" | "local_mall_outlined" | "location-on-outlined" | "location-outlined" | "lock-outlined" | "locked-file-outlined" | "log-out" | "mail-outlined" | "map-outlined" | "media-content-outlined" | "menu-close" | "menu-expand" | "menu-fold-outlined" | "menu-unfold-outlined" | "moneybag-outlined" | "moon-outlined" | "more-horizontal" | "more-vertical" | "multiple-folders-outlined" | "multiple-users-outlined" | "near-me-outlined" | "node-outlined" | "number-points" | "overview-outlined" | "payment-summary-outlined" | "payslip-outlined" | "pencil-outlined" | "percentage" | "phone-outlined" | "piggy-bank-outlined" | "plane-outlined" | "play-circle-outlined" | "print-outlined" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-outlined" | "resume-outlined" | "return-arrow" | "rostering-outlined" | "safety-outlined" | "save-outlined" | "schedule-outlined" | "search-outlined" | "search-secured-outlined" | "send-outlined" | "share-1" | "share-2" | "share-outlined-2" | "share-outlined" | "shopping_basket_outlined" | "show-chart-outlined" | "single-down-arrow" | "single-left-arrow" | "single-right-arrow" | "single-up-arrow" | "smart-match-outlined" | "sparkle-outlined" | "speaker-active-outlined" | "speaker-outlined" | "star-circle-outlined" | "star-outlined" | "start-break-outlined" | "stash-outlined" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "tag-outlined" | "target-outlined" | "tennis-outlined" | "ticket-outlined" | "timesheet-outlined" | "timesheets-outlined" | "today-outlined" | "transfer" | "trash-bin-outlined" | "umbrela-outlined" | "unavailability-outlined" | "unavailable" | "underline" | "union-outlined" | "unlock-outlined" | "upload-outlined" | "user-circle-outlined" | "user-gear-outlined" | "user-outlined" | "user-rectangle-outlined" | "video-1-outlined" | "video-2-outlined" | "volunteer-outlined" | "wallet-outlined" | "wellness-outlined" | undefined;
8
+ }) => React.JSX.Element | undefined;
@@ -3,19 +3,19 @@ declare type StyledHeadingProps = {
3
3
  themeSize: 'small' | 'medium';
4
4
  };
5
5
  declare const StyledHeading: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
6
- theme?: import("@emotion/react").Theme | undefined;
6
+ theme?: any;
7
7
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
8
8
  } & StyledHeadingProps, {}, {
9
9
  ref?: import("react").Ref<View> | undefined;
10
10
  }>;
11
11
  declare const StyledIconWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
12
- theme?: import("@emotion/react").Theme | undefined;
12
+ theme?: any;
13
13
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
14
14
  }, {}, {
15
15
  ref?: import("react").Ref<View> | undefined;
16
16
  }>;
17
17
  declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
18
- theme?: import("@emotion/react").Theme | undefined;
18
+ theme?: any;
19
19
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
20
20
  }, {}, {
21
21
  ref?: import("react").Ref<View> | undefined;
@@ -1,18 +1,18 @@
1
1
  import { SectionList, View } from 'react-native';
2
2
  declare const SectionSpacer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
3
- theme?: import("@emotion/react").Theme | undefined;
3
+ theme?: any;
4
4
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  }, {}, {
6
6
  ref?: import("react").Ref<View> | undefined;
7
7
  }>;
8
8
  declare const OptionSpacer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
9
- theme?: import("@emotion/react").Theme | undefined;
9
+ theme?: any;
10
10
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
11
11
  }, {}, {
12
12
  ref?: import("react").Ref<View> | undefined;
13
13
  }>;
14
14
  declare const StyledSearchBar: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
15
- theme?: import("@emotion/react").Theme | undefined;
15
+ theme?: any;
16
16
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
17
17
  }, {}, {
18
18
  ref?: import("react").Ref<View> | undefined;
@@ -1,14 +1,14 @@
1
1
  declare type ThemeIntent = 'light' | 'dark';
2
2
  declare type ThemeVariant = 'circular' | 'rectangular' | 'rounded';
3
3
  declare const StyledContainer: import("@emotion/native").StyledComponent<import("../Box").BoxProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: any;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & {
7
7
  themeIntent: ThemeIntent;
8
8
  themeVariant: ThemeVariant;
9
9
  }, {}, {}>;
10
10
  declare const StyledGradientContainer: import("@emotion/native").StyledComponent<import("../Box").BoxProps & {
11
- theme?: import("@emotion/react").Theme | undefined;
11
+ theme?: any;
12
12
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  } & {
14
14
  themeVariant: ThemeVariant;
@@ -1,19 +1,19 @@
1
1
  import { View } from 'react-native';
2
2
  import type { ViewProps } from 'react-native';
3
3
  declare const StyledView: import("@emotion/native").StyledComponent<ViewProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: any;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }, {}, {
7
7
  ref?: import("react").Ref<View> | undefined;
8
8
  }>;
9
9
  declare const StyledSpinnerContainer: import("@emotion/native").StyledComponent<ViewProps & {
10
- theme?: import("@emotion/react").Theme | undefined;
10
+ theme?: any;
11
11
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  }, {}, {
13
13
  ref?: import("react").Ref<View> | undefined;
14
14
  }>;
15
15
  declare const StyledSpinnerRow: import("@emotion/native").StyledComponent<ViewProps & {
16
- theme?: import("@emotion/react").Theme | undefined;
16
+ theme?: any;
17
17
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
18
18
  } & {
19
19
  themePosition: 'top' | 'bottom';
@@ -22,7 +22,7 @@ declare const StyledSpinnerRow: import("@emotion/native").StyledComponent<ViewPr
22
22
  ref?: import("react").Ref<View> | undefined;
23
23
  }>;
24
24
  declare const StyledSpinnerDot: import("@emotion/native").StyledComponent<ViewProps & {
25
- theme?: import("@emotion/react").Theme | undefined;
25
+ theme?: any;
26
26
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
27
27
  } & {
28
28
  themePosition: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
@@ -1,7 +1,7 @@
1
1
  import { View } from 'react-native';
2
2
  declare type SuccessVariant = 'full-screen' | 'in-page';
3
3
  declare const StyledSuccessContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: any;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & {
7
7
  themeVariant: SuccessVariant;
@@ -9,41 +9,41 @@ declare const StyledSuccessContainer: import("@emotion/native").StyledComponent<
9
9
  ref?: import("react").Ref<View> | undefined;
10
10
  }>;
11
11
  declare const StyledSuccessImage: import("@emotion/native").StyledComponent<import("../Image").ImageProps & {
12
- theme?: import("@emotion/react").Theme | undefined;
12
+ theme?: any;
13
13
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
14
14
  }, {}, {}>;
15
15
  declare const StyledSuccessContent: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
16
- theme?: import("@emotion/react").Theme | undefined;
16
+ theme?: any;
17
17
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
18
18
  }, {}, {
19
19
  ref?: import("react").Ref<View> | undefined;
20
20
  }>;
21
21
  declare const StyledSuccessImageContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
22
- theme?: import("@emotion/react").Theme | undefined;
22
+ theme?: any;
23
23
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
24
24
  }, {}, {
25
25
  ref?: import("react").Ref<View> | undefined;
26
26
  }>;
27
27
  declare const StyledSuccessTitle: import("@emotion/native").StyledComponent<import("../Typography/Title").TitleProps & {
28
- theme?: import("@emotion/react").Theme | undefined;
28
+ theme?: any;
29
29
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
30
30
  }, {}, {}>;
31
31
  declare const StyledSuccessDescription: import("@emotion/native").StyledComponent<import("../Typography/Body").BodyProps & {
32
- theme?: import("@emotion/react").Theme | undefined;
32
+ theme?: any;
33
33
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
34
34
  }, {}, {}>;
35
35
  declare const StyledSuccessButtonContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
36
- theme?: import("@emotion/react").Theme | undefined;
36
+ theme?: any;
37
37
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
38
38
  }, {}, {
39
39
  ref?: import("react").Ref<View> | undefined;
40
40
  }>;
41
41
  declare const StyledSuccessButtonPrimary: import("@emotion/native").StyledComponent<import("../Button/Button").ButtonProps & {
42
- theme?: import("@emotion/react").Theme | undefined;
42
+ theme?: any;
43
43
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
44
44
  }, {}, {}>;
45
45
  declare const StyledSuccessModal: import("@emotion/native").StyledComponent<import("../Modal").ModalProps & {
46
- theme?: import("@emotion/react").Theme | undefined;
46
+ theme?: any;
47
47
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
48
48
  }, {}, {}>;
49
49
  export { SuccessVariant, StyledSuccessImage, StyledSuccessContainer, StyledSuccessContent, StyledSuccessImageContainer, StyledSuccessTitle, StyledSuccessDescription, StyledSuccessButtonContainer, StyledSuccessButtonPrimary, StyledSuccessModal, };
@@ -1,7 +1,7 @@
1
1
  import { TouchableOpacity } from 'react-native';
2
2
  export declare type ActionIntent = 'primary' | 'success' | 'danger';
3
3
  export declare const StyledRectButton: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: any;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & {
7
7
  themeIntent: ActionIntent;
@@ -1,19 +1,19 @@
1
1
  import { View, Animated } from 'react-native';
2
2
  export declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
3
- theme?: import("@emotion/react").Theme | undefined;
3
+ theme?: any;
4
4
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  }, {}, {
6
6
  ref?: import("react").Ref<View> | undefined;
7
7
  }>;
8
8
  export declare const StyledTextWrapper: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
9
- theme?: import("@emotion/react").Theme | undefined;
9
+ theme?: any;
10
10
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
11
11
  }, {}, {}>;
12
12
  export declare const StyledIconWrapper: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
13
- theme?: import("@emotion/react").Theme | undefined;
13
+ theme?: any;
14
14
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  }, {}, {}>;
16
16
  export declare const StyledKnot: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
17
- theme?: import("@emotion/react").Theme | undefined;
17
+ theme?: any;
18
18
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
19
  }, {}, {}>;
@@ -1,7 +1,7 @@
1
1
  import { Animated, View } from 'react-native';
2
2
  export declare type Variant = 'checked' | 'unchecked' | 'disabled-checked' | 'disabled-unchecked';
3
3
  declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: any;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & {
7
7
  themeVariant: Variant;
@@ -9,7 +9,7 @@ declare const StyledWrapper: import("@emotion/native").StyledComponent<import("r
9
9
  ref?: import("react").Ref<View> | undefined;
10
10
  }>;
11
11
  declare const StyledKnot: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
12
- theme?: import("@emotion/react").Theme | undefined;
12
+ theme?: any;
13
13
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
14
14
  }, {}, {}>;
15
15
  export { StyledWrapper, StyledKnot };
@@ -1,18 +1,18 @@
1
1
  import { Animated, View } from 'react-native';
2
2
  declare const TabScreen: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
3
- theme?: import("@emotion/react").Theme | undefined;
3
+ theme?: any;
4
4
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  }, {}, {
6
6
  ref?: import("react").Ref<View> | undefined;
7
7
  }>;
8
8
  declare const TabContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
9
- theme?: import("@emotion/react").Theme | undefined;
9
+ theme?: any;
10
10
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
11
11
  }, {}, {
12
12
  ref?: import("react").Ref<View> | undefined;
13
13
  }>;
14
14
  declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
15
- theme?: import("@emotion/react").Theme | undefined;
15
+ theme?: any;
16
16
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
17
17
  } & {
18
18
  themeInsets: {
@@ -25,31 +25,31 @@ declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import
25
25
  ref?: import("react").Ref<View> | undefined;
26
26
  }>;
27
27
  declare const HeaderTabItem: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
28
- theme?: import("@emotion/react").Theme | undefined;
28
+ theme?: any;
29
29
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
30
30
  } & {
31
31
  isFirstItem?: boolean | undefined;
32
32
  }, {}, {}>;
33
33
  declare const HeaderTabItemOutlineWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
34
- theme?: import("@emotion/react").Theme | undefined;
34
+ theme?: any;
35
35
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
36
36
  }, {}, {
37
37
  ref?: import("react").Ref<View> | undefined;
38
38
  }>;
39
39
  declare const HeaderTabItemOutline: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
40
- theme?: import("@emotion/react").Theme | undefined;
40
+ theme?: any;
41
41
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
42
42
  } & {
43
43
  themeActive: boolean;
44
44
  }, {}, {}>;
45
45
  declare const HeaderTabItemWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
46
- theme?: import("@emotion/react").Theme | undefined;
46
+ theme?: any;
47
47
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
48
48
  }, {}, {
49
49
  ref?: import("react").Ref<View> | undefined;
50
50
  }>;
51
51
  declare const HeaderTabItemIndicator: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
52
- theme?: import("@emotion/react").Theme | undefined;
52
+ theme?: any;
53
53
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
54
54
  }, {}, {}>;
55
55
  export { HeaderTabItem, TabScreen, TabContainer, HeaderTabWrapper, HeaderTabItemOutlineWrapper, HeaderTabItemOutline, HeaderTabItemWrapper, HeaderTabItemIndicator, };
@@ -1,12 +1,12 @@
1
1
  import { Animated, View } from 'react-native';
2
2
  declare const TabContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
3
- theme?: import("@emotion/react").Theme | undefined;
3
+ theme?: any;
4
4
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  }, {}, {
6
6
  ref?: import("react").Ref<View> | undefined;
7
7
  }>;
8
8
  declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
9
- theme?: import("@emotion/react").Theme | undefined;
9
+ theme?: any;
10
10
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
11
11
  } & {
12
12
  themeInsets: {
@@ -19,31 +19,31 @@ declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import
19
19
  ref?: import("react").Ref<View> | undefined;
20
20
  }>;
21
21
  declare const HeaderTab: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
22
- theme?: import("@emotion/react").Theme | undefined;
22
+ theme?: any;
23
23
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
24
24
  }, {}, {
25
25
  ref?: import("react").Ref<View> | undefined;
26
26
  }>;
27
27
  declare const HeaderTabItem: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
28
- theme?: import("@emotion/react").Theme | undefined;
28
+ theme?: any;
29
29
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
30
30
  }, {}, {
31
31
  ref?: import("react").Ref<View> | undefined;
32
32
  }>;
33
33
  declare const TabScreen: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
34
- theme?: import("@emotion/react").Theme | undefined;
34
+ theme?: any;
35
35
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
36
36
  }, {}, {
37
37
  ref?: import("react").Ref<View> | undefined;
38
38
  }>;
39
39
  declare const StyledIndicator: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
40
- theme?: import("@emotion/react").Theme | undefined;
40
+ theme?: any;
41
41
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
42
42
  } & {
43
43
  themeWidth: number;
44
44
  }, {}, {}>;
45
45
  declare const StyledBadgeWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
46
- theme?: import("@emotion/react").Theme | undefined;
46
+ theme?: any;
47
47
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
48
48
  }, {}, {
49
49
  ref?: import("react").Ref<View> | undefined;
@@ -1,7 +1,7 @@
1
1
  import { View } from 'react-native';
2
2
  declare type ThemeIntent = 'primary' | 'info' | 'success' | 'warning' | 'danger' | 'archived';
3
3
  declare const StyledView: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: any;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & {
7
7
  themeIntent: ThemeIntent;
@@ -9,7 +9,7 @@ declare const StyledView: import("@emotion/native").StyledComponent<import("reac
9
9
  ref?: import("react").Ref<View> | undefined;
10
10
  }>;
11
11
  declare const StyledText: import("@emotion/native").StyledComponent<import("../Typography/Caption").CaptionProps & {
12
- theme?: import("@emotion/react").Theme | undefined;
12
+ theme?: any;
13
13
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
14
14
  } & {
15
15
  themeIntent: ThemeIntent;
@@ -2,48 +2,48 @@ import { TextInput, View, Animated } from 'react-native';
2
2
  export declare type State = 'default' | 'filled' | 'disabled' | 'readonly' | 'error';
3
3
  declare type Variant = 'text' | 'textarea';
4
4
  declare const StyledContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
- theme?: import("@emotion/react").Theme | undefined;
5
+ theme?: any;
6
6
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  }, {}, {
8
8
  ref?: import("react").Ref<View> | undefined;
9
9
  }>;
10
10
  declare const StyledLabelContainerInsideTextInput: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
11
- theme?: import("@emotion/react").Theme | undefined;
11
+ theme?: any;
12
12
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  } & {
14
14
  themeVariant: Variant;
15
15
  }, {}, {}>;
16
16
  declare const StyledLabelInsideTextInput: import("@emotion/native").StyledComponent<import("../Typography/Body").BodyProps & {
17
- theme?: import("@emotion/react").Theme | undefined;
17
+ theme?: any;
18
18
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
19
  } & {
20
20
  themeState: State;
21
21
  }, {}, {}>;
22
22
  declare const StyledAsteriskLabelInsideTextInput: import("@emotion/native").StyledComponent<import("../Typography/Body").BodyProps & {
23
- theme?: import("@emotion/react").Theme | undefined;
23
+ theme?: any;
24
24
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
25
25
  } & {
26
26
  themeState: State;
27
27
  }, {}, {}>;
28
28
  declare const StyledErrorContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
29
- theme?: import("@emotion/react").Theme | undefined;
29
+ theme?: any;
30
30
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
31
31
  }, {}, {
32
32
  ref?: import("react").Ref<View> | undefined;
33
33
  }>;
34
34
  declare const StyledError: import("@emotion/native").StyledComponent<import("../Typography/Caption").CaptionProps & {
35
- theme?: import("@emotion/react").Theme | undefined;
35
+ theme?: any;
36
36
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
37
37
  }, {}, {}>;
38
38
  declare const StyledMaxLengthMessage: import("@emotion/native").StyledComponent<import("../Typography/Caption").CaptionProps & {
39
- theme?: import("@emotion/react").Theme | undefined;
39
+ theme?: any;
40
40
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
41
41
  } & {
42
42
  themeState: State;
43
43
  }, {}, {}>;
44
44
  declare const StyledHelperText: ({ children, fontWeight, intent, allowFontScaling, ...nativeProps }: import("../Typography/Caption").CaptionProps) => import("react").JSX.Element;
45
45
  declare const StyledTextInput: import("@emotion/native").StyledComponent<import("react-native").TextInputProps & {
46
- theme?: import("@emotion/react").Theme | undefined;
46
+ theme?: any;
47
47
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
48
48
  } & {
49
49
  themeVariant: Variant;
@@ -51,7 +51,7 @@ declare const StyledTextInput: import("@emotion/native").StyledComponent<import(
51
51
  ref?: import("react").Ref<TextInput> | undefined;
52
52
  }>;
53
53
  declare const StyledBorderBackDrop: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
54
- theme?: import("@emotion/react").Theme | undefined;
54
+ theme?: any;
55
55
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
56
56
  } & {
57
57
  themeState: State;
@@ -60,25 +60,25 @@ declare const StyledBorderBackDrop: import("@emotion/native").StyledComponent<im
60
60
  ref?: import("react").Ref<View> | undefined;
61
61
  }>;
62
62
  declare const StyledTextInputContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
63
- theme?: import("@emotion/react").Theme | undefined;
63
+ theme?: any;
64
64
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
65
65
  }, {}, {
66
66
  ref?: import("react").Ref<View> | undefined;
67
67
  }>;
68
68
  declare const StyledTextInputAndLabelContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
69
- theme?: import("@emotion/react").Theme | undefined;
69
+ theme?: any;
70
70
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
71
71
  }, {}, {
72
72
  ref?: import("react").Ref<View> | undefined;
73
73
  }>;
74
74
  declare const StyledErrorAndHelpTextContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
75
- theme?: import("@emotion/react").Theme | undefined;
75
+ theme?: any;
76
76
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
77
77
  }, {}, {
78
78
  ref?: import("react").Ref<View> | undefined;
79
79
  }>;
80
80
  declare const StyledErrorAndMaxLengthContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
81
- theme?: import("@emotion/react").Theme | undefined;
81
+ theme?: any;
82
82
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
83
83
  }, {}, {
84
84
  ref?: import("react").Ref<View> | undefined;
@@ -1,7 +1,7 @@
1
1
  import { View } from 'react-native';
2
2
  import type { ViewProps } from 'react-native';
3
3
  declare const StyledPickerWrapper: import("@emotion/native").StyledComponent<ViewProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: any;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }, {}, {
7
7
  ref?: import("react").Ref<View> | undefined;