@rocket.chat/fuselage 0.6.3-dev.37 → 0.6.3-dev.370

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 (195) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +111 -20
  3. package/dist/components/Accordion/index.d.ts +13 -0
  4. package/dist/components/AutoComplete/index.d.ts +18 -0
  5. package/dist/components/Avatar/index.d.ts +28 -0
  6. package/dist/components/Badge/index.d.ts +11 -0
  7. package/dist/components/Banner/Banner.d.ts +15 -0
  8. package/dist/components/Banner/index.d.ts +2 -0
  9. package/dist/components/Banner/index.d.ts.map +1 -0
  10. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +16 -0
  11. package/dist/components/Box/AnimatedVisibility/index.d.ts +2 -0
  12. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -0
  13. package/dist/components/Box/BoxTransforms.d.ts +5 -0
  14. package/dist/components/Box/BoxTransforms.d.ts.map +1 -0
  15. package/dist/components/Box/Flex/index.d.ts +32 -0
  16. package/dist/components/Box/Position/Position.d.ts +14 -0
  17. package/dist/components/Box/Position/PositionAnimated.d.ts +11 -0
  18. package/dist/components/Box/Position/index.d.ts +3 -0
  19. package/dist/components/Box/Position/index.d.ts.map +1 -0
  20. package/dist/components/Box/Scrollable/index.d.ts +9 -0
  21. package/dist/components/Box/index.d.ts +167 -0
  22. package/dist/components/Button/index.d.ts +27 -0
  23. package/dist/components/ButtonGroup/index.d.ts +13 -0
  24. package/dist/components/Callout/index.d.ts +8 -0
  25. package/dist/components/CheckBox/index.d.ts +8 -0
  26. package/dist/components/Chevron/index.d.ts +12 -0
  27. package/dist/components/Chip/index.d.ts +8 -0
  28. package/dist/components/Divider/index.d.ts +6 -0
  29. package/dist/components/Divider/index.d.ts.map +1 -0
  30. package/dist/components/EmailInput/index.d.ts +9 -0
  31. package/dist/components/Field/index.d.ts +18 -0
  32. package/dist/components/FieldGroup/index.d.ts +6 -0
  33. package/dist/components/Grid/index.d.ts +23 -0
  34. package/dist/components/Icon/index.d.ts +10 -0
  35. package/dist/components/InputBox/index.d.ts +40 -0
  36. package/dist/components/Label/index.d.ts +9 -0
  37. package/dist/components/Margins/index.d.ts +20 -0
  38. package/dist/components/Menu/index.d.ts +20 -0
  39. package/dist/components/Message/Message.d.ts +1009 -0
  40. package/dist/components/Message/Message.d.ts.map +1 -0
  41. package/dist/components/Message/MessageDivider/index.d.ts +6 -0
  42. package/dist/components/Message/MessageDivider/index.d.ts.map +1 -0
  43. package/dist/components/Message/MessageMetrics/index.d.ts +26 -0
  44. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -0
  45. package/dist/components/Message/MessagePreview/MessagePreviewContent.d.ts +7 -0
  46. package/dist/components/Message/MessagePreview/MessagePreviewContent.d.ts.map +1 -0
  47. package/dist/components/Message/MessagePreview/MessagePreviewDescription.d.ts +5 -0
  48. package/dist/components/Message/MessagePreview/MessagePreviewDescription.d.ts.map +1 -0
  49. package/dist/components/Message/MessagePreview/MessagePreviewFooter.d.ts +5 -0
  50. package/dist/components/Message/MessagePreview/MessagePreviewFooter.d.ts.map +1 -0
  51. package/dist/components/Message/MessagePreview/MessagePreviewImage.d.ts +7 -0
  52. package/dist/components/Message/MessagePreview/MessagePreviewImage.d.ts.map +1 -0
  53. package/dist/components/Message/MessagePreview/MessagePreviewLink.d.ts +8 -0
  54. package/dist/components/Message/MessagePreview/MessagePreviewLink.d.ts.map +1 -0
  55. package/dist/components/Message/MessagePreview/MessagePreviewThumb.d.ts +3 -0
  56. package/dist/components/Message/MessagePreview/MessagePreviewThumb.d.ts.map +1 -0
  57. package/dist/components/Message/MessagePreview/MessagePreviewTitle.d.ts +3 -0
  58. package/dist/components/Message/MessagePreview/MessagePreviewTitle.d.ts.map +1 -0
  59. package/dist/components/Message/MessagePreview/MessatePreviewGenericFile.d.ts +5 -0
  60. package/dist/components/Message/MessagePreview/MessatePreviewGenericFile.d.ts.map +1 -0
  61. package/dist/components/Message/MessagePreview/index.d.ts +4 -0
  62. package/dist/components/Message/MessagePreview/index.d.ts.map +1 -0
  63. package/dist/components/Message/MessageReactions/index.d.ts +14 -0
  64. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -0
  65. package/dist/components/Message/MessageToolbox/index.d.ts +11 -0
  66. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -0
  67. package/dist/components/Message/ThreadMessage/index.d.ts +13 -0
  68. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -0
  69. package/dist/components/Message/index.d.ts +8 -0
  70. package/dist/components/Message/index.d.ts.map +1 -0
  71. package/dist/components/Modal/index.d.ts +23 -0
  72. package/dist/components/MultiSelect/index.d.ts +15 -0
  73. package/dist/components/NumberInput/index.d.ts +6 -0
  74. package/dist/components/Options/Option/Option.d.ts +20 -0
  75. package/dist/components/Options/Option/Option.d.ts.map +1 -0
  76. package/dist/components/Options/Option/OptionAvatar.d.ts +4 -0
  77. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -0
  78. package/dist/components/Options/Option/OptionColumn.d.ts +4 -0
  79. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -0
  80. package/dist/components/Options/Option/OptionContent.d.ts +4 -0
  81. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -0
  82. package/dist/components/Options/Option/OptionDescription.d.ts +4 -0
  83. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -0
  84. package/dist/components/Options/Option/OptionIcon.d.ts +7 -0
  85. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -0
  86. package/dist/components/Options/Option/OptionMenu.d.ts +4 -0
  87. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -0
  88. package/dist/components/Options/Option/OptionSkeleton.d.ts +3 -0
  89. package/dist/components/Options/Option/OptionSkeleton.d.ts.map +1 -0
  90. package/dist/components/Options/Option/index.d.ts +286 -0
  91. package/dist/components/Options/Option/index.d.ts.map +1 -0
  92. package/dist/components/Options/index.d.ts +18 -0
  93. package/dist/components/Options/useCursor.d.ts +10 -0
  94. package/dist/components/Options/useCursor.d.ts.map +1 -0
  95. package/dist/components/Options/useVisible.d.ts +3 -0
  96. package/dist/components/Options/useVisible.d.ts.map +1 -0
  97. package/dist/components/Pagination/index.d.ts +24 -0
  98. package/dist/components/PasswordInput/PasswordInput.d.ts +6 -0
  99. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -0
  100. package/dist/components/PasswordInput/index.d.ts +2 -0
  101. package/dist/components/PasswordInput/index.d.ts.map +1 -0
  102. package/dist/components/ProgressBar/index.d.ts +129 -0
  103. package/dist/components/ProgressBar/index.d.ts.map +1 -0
  104. package/dist/components/RadioButton/index.d.ts +6 -0
  105. package/dist/components/SearchInput/index.d.ts +9 -0
  106. package/dist/components/Select/index.d.ts +15 -0
  107. package/dist/components/SelectPaginated/hugeList.d.ts +5 -0
  108. package/dist/components/SelectPaginated/hugeList.d.ts.map +1 -0
  109. package/dist/components/Sidebar/Item.d.ts +169 -0
  110. package/dist/components/Sidebar/Item.d.ts.map +1 -0
  111. package/dist/components/Sidebar/Section.d.ts +7 -0
  112. package/dist/components/Sidebar/Section.d.ts.map +1 -0
  113. package/dist/components/Sidebar/SidebarActions.d.ts +6 -0
  114. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -0
  115. package/dist/components/Sidebar/SidebarFooter.d.ts +6 -0
  116. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -0
  117. package/dist/components/Sidebar/TopBar.d.ts +159 -0
  118. package/dist/components/Sidebar/TopBar.d.ts.map +1 -0
  119. package/dist/components/Sidebar/index.d.ts +19 -0
  120. package/dist/components/Sidebar/index.d.ts.map +1 -0
  121. package/dist/components/Skeleton/index.d.ts +8 -0
  122. package/dist/components/States/States.d.ts +5 -0
  123. package/dist/components/States/States.d.ts.map +1 -0
  124. package/dist/components/States/StatesAction.d.ts +5 -0
  125. package/dist/components/States/StatesAction.d.ts.map +1 -0
  126. package/dist/components/States/StatesActions.d.ts +5 -0
  127. package/dist/components/States/StatesActions.d.ts.map +1 -0
  128. package/dist/components/States/StatesIcon.d.ts +7 -0
  129. package/dist/components/States/StatesIcon.d.ts.map +1 -0
  130. package/dist/components/States/StatesSubtitle.d.ts +4 -0
  131. package/dist/components/States/StatesSubtitle.d.ts.map +1 -0
  132. package/dist/components/States/StatesSuggestion.d.ts +4 -0
  133. package/dist/components/States/StatesSuggestion.d.ts.map +1 -0
  134. package/dist/components/States/StatesSuggestionList.d.ts +4 -0
  135. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -0
  136. package/dist/components/States/StatesSuggestionListItem.d.ts +4 -0
  137. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -0
  138. package/dist/components/States/StatesSuggestionText.d.ts +4 -0
  139. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -0
  140. package/dist/components/States/StatesTitle.d.ts +4 -0
  141. package/dist/components/States/StatesTitle.d.ts.map +1 -0
  142. package/dist/components/States/index.d.ts +12 -0
  143. package/dist/components/States/index.d.ts.map +1 -0
  144. package/dist/components/StatusBullet/index.d.ts +7 -0
  145. package/dist/components/Table/index.d.ts +26 -0
  146. package/dist/components/Tabs/index.d.ts +15 -0
  147. package/dist/components/Tag/index.d.ts +9 -0
  148. package/dist/components/TextAreaInput/index.d.ts +9 -0
  149. package/dist/components/TextInput/index.d.ts +9 -0
  150. package/dist/components/Throbber/index.d.ts +11 -0
  151. package/dist/components/Tile/Tile.d.ts +8 -0
  152. package/dist/components/Tile/Tile.d.ts.map +1 -0
  153. package/dist/components/Tile/index.d.ts +2 -0
  154. package/dist/components/Tile/index.d.ts.map +1 -0
  155. package/dist/components/ToggleSwitch/index.d.ts +6 -0
  156. package/dist/components/Tooltip/Tooltip.d.ts +126 -0
  157. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  158. package/dist/components/Tooltip/index.d.ts +2 -0
  159. package/dist/components/Tooltip/index.d.ts.map +1 -0
  160. package/dist/components/UrlInput/UrlInput.d.ts +6 -0
  161. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -0
  162. package/dist/components/UrlInput/index.d.ts +2 -0
  163. package/dist/components/UrlInput/index.d.ts.map +1 -0
  164. package/dist/components/index.d.ts +52 -0
  165. package/dist/components/index.d.ts.map +1 -0
  166. package/dist/fuselage.development.js +12777 -8399
  167. package/dist/fuselage.development.js.map +1 -1
  168. package/dist/fuselage.production.js +2 -1
  169. package/dist/fuselage.production.js.LICENSE.txt +8 -0
  170. package/dist/helpers/appendClassName.d.ts +2 -0
  171. package/dist/helpers/appendClassName.d.ts.map +1 -0
  172. package/dist/helpers/composeClassNames.d.ts +2 -0
  173. package/dist/helpers/composeClassNames.d.ts.map +1 -0
  174. package/dist/helpers/createPropType.d.ts +3 -0
  175. package/dist/helpers/createPropType.d.ts.map +1 -0
  176. package/dist/helpers/flattenChildren.d.ts +2 -0
  177. package/dist/helpers/flattenChildren.d.ts.map +1 -0
  178. package/dist/helpers/fromCamelToKebab.d.ts +2 -0
  179. package/dist/helpers/fromCamelToKebab.d.ts.map +1 -0
  180. package/dist/helpers/patchChildren.d.ts +3 -0
  181. package/dist/helpers/patchChildren.d.ts.map +1 -0
  182. package/dist/helpers/prependClassName.d.ts +5 -0
  183. package/dist/helpers/prependClassName.d.ts.map +1 -0
  184. package/dist/helpers/shallowEqual.d.ts +2 -0
  185. package/dist/helpers/shallowEqual.d.ts.map +1 -0
  186. package/dist/hooks/useStyle.d.ts +3 -0
  187. package/dist/hooks/useStyle.d.ts.map +1 -0
  188. package/dist/hooks/useStyleSheet.d.ts +5 -0
  189. package/dist/hooks/useStyleSheet.d.ts.map +1 -0
  190. package/dist/index.d.ts +3 -0
  191. package/dist/index.d.ts.map +1 -0
  192. package/dist/styleTokens.d.ts +15 -0
  193. package/dist/styleTokens.d.ts.map +1 -0
  194. package/package.json +107 -82
  195. package/CHANGELOG.md +0 -531
@@ -0,0 +1,1009 @@
1
+ import React, { AllHTMLAttributes, FC, ReactElement, ReactNode } from 'react';
2
+ import './Messages.styles.scss';
3
+ export declare const MessageContainer: FC;
4
+ export declare const MessageContainerFixed: FC;
5
+ declare type MessageLeftContainerProps = {
6
+ children?: ReactNode;
7
+ };
8
+ export declare const MessageLeftContainer: (props: MessageLeftContainerProps) => ReactElement;
9
+ export declare const MessageHeader: FC;
10
+ declare type MessageBodyProps = AllHTMLAttributes<HTMLDivElement> & {
11
+ clamp?: 2 | 3 | 4;
12
+ };
13
+ export declare const MessageBody: ({ clamp, className, ...props }: MessageBodyProps) => ReactElement;
14
+ export declare const MessageBlock: FC<{
15
+ className?: string;
16
+ }>;
17
+ export declare const Message: React.ForwardRefExoticComponent<React.AllHTMLAttributes<HTMLDivElement> & {
18
+ clickable?: boolean | undefined;
19
+ sequential?: boolean | undefined;
20
+ } & React.RefAttributes<HTMLDivElement>>;
21
+ export declare const MessageTimestamp: FC<{
22
+ children: string;
23
+ }>;
24
+ export declare const MessageName: FC<{
25
+ children: string;
26
+ }>;
27
+ export declare const MessageUsername: FC<{
28
+ children: string;
29
+ }>;
30
+ export declare const MessageRole: FC<{
31
+ children: string;
32
+ }>;
33
+ export declare const MessageRoles: FC;
34
+ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<HTMLDivElement> & {
35
+ clickable?: boolean | undefined;
36
+ sequential?: boolean | undefined;
37
+ } & React.RefAttributes<HTMLDivElement>> & {
38
+ Metrics: React.FC<{}> & {
39
+ Item: React.FC<{
40
+ is?: React.ElementType<any> | undefined;
41
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
42
+ style?: React.CSSProperties | undefined;
43
+ border?: import("csstype").Property.Border<string | number> | undefined;
44
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
45
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
46
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
47
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
48
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
49
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
50
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
51
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
52
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
53
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
54
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
55
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
56
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
57
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
58
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
59
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
60
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
61
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
62
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
63
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
64
+ borderColor?: import("csstype").Property.BorderColor | undefined;
65
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
66
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
67
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
68
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
69
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
70
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
71
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
72
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
73
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
74
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
75
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
76
+ color?: import("csstype").Property.Color | undefined;
77
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
78
+ bg?: import("csstype").Property.BackgroundColor | undefined;
79
+ opacity?: import("csstype").Property.Opacity | undefined;
80
+ alignItems?: import("csstype").Property.AlignItems | undefined;
81
+ alignContent?: import("csstype").Property.AlignContent | undefined;
82
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
83
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
84
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
85
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
86
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
87
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
88
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
89
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
90
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
91
+ order?: import("csstype").Property.Order | undefined;
92
+ w?: import("csstype").Property.Width<string | number> | undefined;
93
+ width?: import("csstype").Property.Width<string | number> | undefined;
94
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
95
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
96
+ h?: import("csstype").Property.Height<string | number> | undefined;
97
+ height?: import("csstype").Property.Height<string | number> | undefined;
98
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
99
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
100
+ display?: import("csstype").Property.Display | undefined;
101
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
102
+ overflow?: import("csstype").Property.Overflow | undefined;
103
+ overflowX?: import("csstype").Property.OverflowX | undefined;
104
+ overflowY?: import("csstype").Property.OverflowY | undefined;
105
+ position?: import("csstype").Property.Position | undefined;
106
+ zIndex?: import("csstype").Property.ZIndex | undefined;
107
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
108
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
109
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
110
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
111
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
112
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
113
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
114
+ m?: import("csstype").Property.Margin<string | number> | undefined;
115
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
116
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
117
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
118
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
119
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
120
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
121
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
122
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
123
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
124
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
125
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
126
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
127
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
128
+ p?: import("csstype").Property.Padding<string | number> | undefined;
129
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
130
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
131
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
132
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
133
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
134
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
135
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
136
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
137
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
138
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
139
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
140
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
141
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
142
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
143
+ fontSize?: string | number | (string & {}) | undefined;
144
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
145
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
146
+ letterSpacing?: string | number | undefined;
147
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
148
+ textAlign?: import("csstype").Property.TextAlign | undefined;
149
+ textTransform?: import("csstype").Property.TextTransform | undefined;
150
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
151
+ elevation?: "0" | "1" | "2" | undefined;
152
+ invisible?: boolean | undefined;
153
+ withRichContent?: string | boolean | undefined;
154
+ withTruncatedText?: boolean | undefined;
155
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
156
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
157
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
158
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
159
+ } & {
160
+ children?: React.ReactNode;
161
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown>> & {
162
+ Icon: React.FC<{
163
+ name: "user" | "clock" | "discussion" | "thread";
164
+ }>;
165
+ Label: React.FC<{
166
+ is?: React.ElementType<any> | undefined;
167
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
168
+ style?: React.CSSProperties | undefined;
169
+ border?: import("csstype").Property.Border<string | number> | undefined;
170
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
171
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
172
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
173
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
174
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
175
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
176
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
177
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
178
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
179
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
180
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
181
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
182
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
183
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
184
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
185
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
186
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
187
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
188
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
189
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
190
+ borderColor?: import("csstype").Property.BorderColor | undefined;
191
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
192
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
193
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
194
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
195
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
196
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
197
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
198
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
199
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
200
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
201
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
202
+ color?: import("csstype").Property.Color | undefined;
203
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
204
+ bg?: import("csstype").Property.BackgroundColor | undefined;
205
+ opacity?: import("csstype").Property.Opacity | undefined;
206
+ alignItems?: import("csstype").Property.AlignItems | undefined;
207
+ alignContent?: import("csstype").Property.AlignContent | undefined;
208
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
209
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
210
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
211
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
212
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
213
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
214
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
215
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
216
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
217
+ order?: import("csstype").Property.Order | undefined;
218
+ w?: import("csstype").Property.Width<string | number> | undefined;
219
+ width?: import("csstype").Property.Width<string | number> | undefined;
220
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
221
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
222
+ h?: import("csstype").Property.Height<string | number> | undefined;
223
+ height?: import("csstype").Property.Height<string | number> | undefined;
224
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
225
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
226
+ display?: import("csstype").Property.Display | undefined;
227
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
228
+ overflow?: import("csstype").Property.Overflow | undefined;
229
+ overflowX?: import("csstype").Property.OverflowX | undefined;
230
+ overflowY?: import("csstype").Property.OverflowY | undefined;
231
+ position?: import("csstype").Property.Position | undefined;
232
+ zIndex?: import("csstype").Property.ZIndex | undefined;
233
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
234
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
235
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
236
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
237
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
238
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
239
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
240
+ m?: import("csstype").Property.Margin<string | number> | undefined;
241
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
242
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
243
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
244
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
245
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
246
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
247
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
248
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
249
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
250
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
251
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
252
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
253
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
254
+ p?: import("csstype").Property.Padding<string | number> | undefined;
255
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
256
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
257
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
258
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
259
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
260
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
261
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
262
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
263
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
264
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
265
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
266
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
267
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
268
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
269
+ fontSize?: string | number | (string & {}) | undefined;
270
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
271
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
272
+ letterSpacing?: string | number | undefined;
273
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
274
+ textAlign?: import("csstype").Property.TextAlign | undefined;
275
+ textTransform?: import("csstype").Property.TextTransform | undefined;
276
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
277
+ elevation?: "0" | "1" | "2" | undefined;
278
+ invisible?: boolean | undefined;
279
+ withRichContent?: string | boolean | undefined;
280
+ withTruncatedText?: boolean | undefined;
281
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
282
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
283
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
284
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
285
+ } & {
286
+ children?: React.ReactNode;
287
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown>>;
288
+ };
289
+ Following: React.FC<{
290
+ name: "bell" | "bell-off";
291
+ }>;
292
+ Reply: React.FC<{
293
+ is?: React.ElementType<any> | undefined;
294
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
295
+ style?: React.CSSProperties | undefined;
296
+ border?: import("csstype").Property.Border<string | number> | undefined;
297
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
298
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
299
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
300
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
301
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
302
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
303
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
304
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
305
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
306
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
307
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
308
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
309
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
310
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
311
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
312
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
313
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
314
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
315
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
316
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
317
+ borderColor?: import("csstype").Property.BorderColor | undefined;
318
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
319
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
320
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
321
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
322
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
323
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
324
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
325
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
326
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
327
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
328
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
329
+ color?: import("csstype").Property.Color | undefined;
330
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
331
+ bg?: import("csstype").Property.BackgroundColor | undefined;
332
+ opacity?: import("csstype").Property.Opacity | undefined;
333
+ alignItems?: import("csstype").Property.AlignItems | undefined;
334
+ alignContent?: import("csstype").Property.AlignContent | undefined;
335
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
336
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
337
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
338
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
339
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
340
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
341
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
342
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
343
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
344
+ order?: import("csstype").Property.Order | undefined;
345
+ w?: import("csstype").Property.Width<string | number> | undefined;
346
+ width?: import("csstype").Property.Width<string | number> | undefined;
347
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
348
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
349
+ h?: import("csstype").Property.Height<string | number> | undefined;
350
+ height?: import("csstype").Property.Height<string | number> | undefined;
351
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
352
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
353
+ display?: import("csstype").Property.Display | undefined;
354
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
355
+ overflow?: import("csstype").Property.Overflow | undefined;
356
+ overflowX?: import("csstype").Property.OverflowX | undefined;
357
+ overflowY?: import("csstype").Property.OverflowY | undefined;
358
+ position?: import("csstype").Property.Position | undefined;
359
+ zIndex?: import("csstype").Property.ZIndex | undefined;
360
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
361
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
362
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
363
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
364
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
365
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
366
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
367
+ m?: import("csstype").Property.Margin<string | number> | undefined;
368
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
369
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
370
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
371
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
372
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
373
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
374
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
375
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
376
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
377
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
378
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
379
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
380
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
381
+ p?: import("csstype").Property.Padding<string | number> | undefined;
382
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
383
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
384
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
385
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
386
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
387
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
388
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
389
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
390
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
391
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
392
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
393
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
394
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
395
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
396
+ fontSize?: string | number | (string & {}) | undefined;
397
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
398
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
399
+ letterSpacing?: string | number | undefined;
400
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
401
+ textAlign?: import("csstype").Property.TextAlign | undefined;
402
+ textTransform?: import("csstype").Property.TextTransform | undefined;
403
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
404
+ elevation?: "0" | "1" | "2" | undefined;
405
+ invisible?: boolean | undefined;
406
+ withRichContent?: string | boolean | undefined;
407
+ withTruncatedText?: boolean | undefined;
408
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
409
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
410
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
411
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
412
+ } & {
413
+ children?: React.ReactNode;
414
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
415
+ info?: boolean | undefined;
416
+ success?: boolean | undefined;
417
+ warning?: boolean | undefined;
418
+ danger?: boolean | undefined;
419
+ primary?: boolean | undefined;
420
+ ghost?: boolean | undefined;
421
+ nude?: boolean | undefined;
422
+ ghostish?: boolean | undefined;
423
+ small?: boolean | undefined;
424
+ square?: boolean | undefined;
425
+ }>;
426
+ };
427
+ Toolbox: React.FC<{
428
+ is?: React.ElementType<any> | undefined;
429
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
430
+ style?: React.CSSProperties | undefined;
431
+ border?: import("csstype").Property.Border<string | number> | undefined;
432
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
433
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
434
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
435
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
436
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
437
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
438
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
439
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
440
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
441
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
442
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
443
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
444
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
445
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
446
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
447
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
448
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
449
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
450
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
451
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
452
+ borderColor?: import("csstype").Property.BorderColor | undefined;
453
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
454
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
455
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
456
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
457
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
458
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
459
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
460
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
461
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
462
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
463
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
464
+ color?: import("csstype").Property.Color | undefined;
465
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
466
+ bg?: import("csstype").Property.BackgroundColor | undefined;
467
+ opacity?: import("csstype").Property.Opacity | undefined;
468
+ alignItems?: import("csstype").Property.AlignItems | undefined;
469
+ alignContent?: import("csstype").Property.AlignContent | undefined;
470
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
471
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
472
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
473
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
474
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
475
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
476
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
477
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
478
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
479
+ order?: import("csstype").Property.Order | undefined;
480
+ w?: import("csstype").Property.Width<string | number> | undefined;
481
+ width?: import("csstype").Property.Width<string | number> | undefined;
482
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
483
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
484
+ h?: import("csstype").Property.Height<string | number> | undefined;
485
+ height?: import("csstype").Property.Height<string | number> | undefined;
486
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
487
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
488
+ display?: import("csstype").Property.Display | undefined;
489
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
490
+ overflow?: import("csstype").Property.Overflow | undefined;
491
+ overflowX?: import("csstype").Property.OverflowX | undefined;
492
+ overflowY?: import("csstype").Property.OverflowY | undefined;
493
+ position?: import("csstype").Property.Position | undefined;
494
+ zIndex?: import("csstype").Property.ZIndex | undefined;
495
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
496
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
497
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
498
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
499
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
500
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
501
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
502
+ m?: import("csstype").Property.Margin<string | number> | undefined;
503
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
504
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
505
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
506
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
507
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
508
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
509
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
510
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
511
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
512
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
513
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
514
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
515
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
516
+ p?: import("csstype").Property.Padding<string | number> | undefined;
517
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
518
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
519
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
520
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
521
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
522
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
523
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
524
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
525
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
526
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
527
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
528
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
529
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
530
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
531
+ fontSize?: string | number | (string & {}) | undefined;
532
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
533
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
534
+ letterSpacing?: string | number | undefined;
535
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
536
+ textAlign?: import("csstype").Property.TextAlign | undefined;
537
+ textTransform?: import("csstype").Property.TextTransform | undefined;
538
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
539
+ elevation?: "0" | "1" | "2" | undefined;
540
+ invisible?: boolean | undefined;
541
+ withRichContent?: string | boolean | undefined;
542
+ withTruncatedText?: boolean | undefined;
543
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
544
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
545
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
546
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
547
+ } & {
548
+ children?: React.ReactNode;
549
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
550
+ align?: "start" | "end" | "center" | undefined;
551
+ stretch?: boolean | undefined;
552
+ wrap?: boolean | undefined;
553
+ vertical?: boolean | undefined;
554
+ small?: boolean | undefined;
555
+ medium?: boolean | undefined;
556
+ }> & {
557
+ Item: React.FC<{
558
+ is?: React.ElementType<any> | undefined;
559
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
560
+ style?: React.CSSProperties | undefined;
561
+ border?: import("csstype").Property.Border<string | number> | undefined;
562
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
563
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
564
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
565
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
566
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
567
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
568
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
569
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
570
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
571
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
572
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
573
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
574
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
575
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
576
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
577
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
578
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
579
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
580
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
581
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
582
+ borderColor?: import("csstype").Property.BorderColor | undefined;
583
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
584
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
585
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
586
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
587
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
588
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
589
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
590
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
591
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
592
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
593
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
594
+ color?: import("csstype").Property.Color | undefined;
595
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
596
+ bg?: import("csstype").Property.BackgroundColor | undefined;
597
+ opacity?: import("csstype").Property.Opacity | undefined;
598
+ alignItems?: import("csstype").Property.AlignItems | undefined;
599
+ alignContent?: import("csstype").Property.AlignContent | undefined;
600
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
601
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
602
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
603
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
604
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
605
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
606
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
607
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
608
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
609
+ order?: import("csstype").Property.Order | undefined;
610
+ w?: import("csstype").Property.Width<string | number> | undefined;
611
+ width?: import("csstype").Property.Width<string | number> | undefined;
612
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
613
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
614
+ h?: import("csstype").Property.Height<string | number> | undefined;
615
+ height?: import("csstype").Property.Height<string | number> | undefined;
616
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
617
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
618
+ display?: import("csstype").Property.Display | undefined;
619
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
620
+ overflow?: import("csstype").Property.Overflow | undefined;
621
+ overflowX?: import("csstype").Property.OverflowX | undefined;
622
+ overflowY?: import("csstype").Property.OverflowY | undefined;
623
+ position?: import("csstype").Property.Position | undefined;
624
+ zIndex?: import("csstype").Property.ZIndex | undefined;
625
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
626
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
627
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
628
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
629
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
630
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
631
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
632
+ m?: import("csstype").Property.Margin<string | number> | undefined;
633
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
634
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
635
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
636
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
637
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
638
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
639
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
640
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
641
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
642
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
643
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
644
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
645
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
646
+ p?: import("csstype").Property.Padding<string | number> | undefined;
647
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
648
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
649
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
650
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
651
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
652
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
653
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
654
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
655
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
656
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
657
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
658
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
659
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
660
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
661
+ fontSize?: string | number | (string & {}) | undefined;
662
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
663
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
664
+ letterSpacing?: string | number | undefined;
665
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
666
+ textAlign?: import("csstype").Property.TextAlign | undefined;
667
+ textTransform?: import("csstype").Property.TextTransform | undefined;
668
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
669
+ elevation?: "0" | "1" | "2" | undefined;
670
+ invisible?: boolean | undefined;
671
+ withRichContent?: string | boolean | undefined;
672
+ withTruncatedText?: boolean | undefined;
673
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
674
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
675
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
676
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
677
+ } & {
678
+ children?: React.ReactNode;
679
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
680
+ info?: boolean | undefined;
681
+ success?: boolean | undefined;
682
+ warning?: boolean | undefined;
683
+ danger?: boolean | undefined;
684
+ primary?: boolean | undefined;
685
+ ghost?: boolean | undefined;
686
+ nude?: boolean | undefined;
687
+ ghostish?: boolean | undefined;
688
+ small?: boolean | undefined;
689
+ square?: boolean | undefined;
690
+ } & {
691
+ icon: string;
692
+ mini?: boolean | undefined;
693
+ tiny?: boolean | undefined;
694
+ small?: boolean | undefined;
695
+ }>;
696
+ Wrapper: React.FC<{}>;
697
+ Menu: React.FC<Omit<{
698
+ is?: React.ElementType<any> | undefined;
699
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
700
+ style?: React.CSSProperties | undefined;
701
+ border?: import("csstype").Property.Border<string | number> | undefined;
702
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
703
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
704
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
705
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
706
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
707
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
708
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
709
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
710
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
711
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
712
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
713
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
714
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
715
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
716
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
717
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
718
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
719
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
720
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
721
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
722
+ borderColor?: import("csstype").Property.BorderColor | undefined;
723
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
724
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
725
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
726
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
727
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
728
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
729
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
730
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
731
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
732
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
733
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
734
+ color?: import("csstype").Property.Color | undefined;
735
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
736
+ bg?: import("csstype").Property.BackgroundColor | undefined;
737
+ opacity?: import("csstype").Property.Opacity | undefined;
738
+ alignItems?: import("csstype").Property.AlignItems | undefined;
739
+ alignContent?: import("csstype").Property.AlignContent | undefined;
740
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
741
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
742
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
743
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
744
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
745
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
746
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
747
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
748
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
749
+ order?: import("csstype").Property.Order | undefined;
750
+ w?: import("csstype").Property.Width<string | number> | undefined;
751
+ width?: import("csstype").Property.Width<string | number> | undefined;
752
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
753
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
754
+ h?: import("csstype").Property.Height<string | number> | undefined;
755
+ height?: import("csstype").Property.Height<string | number> | undefined;
756
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
757
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
758
+ display?: import("csstype").Property.Display | undefined;
759
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
760
+ overflow?: import("csstype").Property.Overflow | undefined;
761
+ overflowX?: import("csstype").Property.OverflowX | undefined;
762
+ overflowY?: import("csstype").Property.OverflowY | undefined;
763
+ position?: import("csstype").Property.Position | undefined;
764
+ zIndex?: import("csstype").Property.ZIndex | undefined;
765
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
766
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
767
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
768
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
769
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
770
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
771
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
772
+ m?: import("csstype").Property.Margin<string | number> | undefined;
773
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
774
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
775
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
776
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
777
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
778
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
779
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
780
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
781
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
782
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
783
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
784
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
785
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
786
+ p?: import("csstype").Property.Padding<string | number> | undefined;
787
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
788
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
789
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
790
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
791
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
792
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
793
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
794
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
795
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
796
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
797
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
798
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
799
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
800
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
801
+ fontSize?: string | number | (string & {}) | undefined;
802
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
803
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
804
+ letterSpacing?: string | number | undefined;
805
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
806
+ textAlign?: import("csstype").Property.TextAlign | undefined;
807
+ textTransform?: import("csstype").Property.TextTransform | undefined;
808
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
809
+ elevation?: "0" | "1" | "2" | undefined;
810
+ invisible?: boolean | undefined;
811
+ withRichContent?: string | boolean | undefined;
812
+ withTruncatedText?: boolean | undefined;
813
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
814
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
815
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
816
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
817
+ } & {
818
+ children?: React.ReactNode;
819
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
820
+ info?: boolean | undefined;
821
+ success?: boolean | undefined;
822
+ warning?: boolean | undefined;
823
+ danger?: boolean | undefined;
824
+ primary?: boolean | undefined;
825
+ ghost?: boolean | undefined;
826
+ nude?: boolean | undefined;
827
+ ghostish?: boolean | undefined;
828
+ small?: boolean | undefined;
829
+ square?: boolean | undefined;
830
+ } & {
831
+ icon: string;
832
+ mini?: boolean | undefined;
833
+ tiny?: boolean | undefined;
834
+ small?: boolean | undefined;
835
+ }, "icon"> & {
836
+ icon?: string | undefined;
837
+ options: {
838
+ [id: string]: {
839
+ label: any;
840
+ action: () => void;
841
+ };
842
+ };
843
+ optionWidth?: (import("csstype").Property.Width<string | number> & (string | number)) | undefined;
844
+ placement?: import("@rocket.chat/fuselage-hooks").Placements | undefined;
845
+ renderItem?: ((props: {
846
+ is?: (React.ElementType<any> & string) | undefined;
847
+ id?: string | undefined;
848
+ children?: React.ReactNode;
849
+ label?: string | undefined;
850
+ focus?: boolean | undefined;
851
+ selected?: boolean | undefined;
852
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
853
+ ref?: React.Ref<Element> | undefined;
854
+ icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "bell" | "bell-off" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "shredder" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
855
+ avatar?: React.ReactNode;
856
+ title?: string | undefined;
857
+ value?: string | undefined;
858
+ } & Pick<{
859
+ is?: React.ElementType<any> | undefined;
860
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
861
+ style?: React.CSSProperties | undefined;
862
+ border?: import("csstype").Property.Border<string | number> | undefined;
863
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
864
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
865
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
866
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
867
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
868
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
869
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
870
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
871
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
872
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
873
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
874
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
875
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
876
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
877
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
878
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
879
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
880
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
881
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
882
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
883
+ borderColor?: import("csstype").Property.BorderColor | undefined;
884
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
885
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
886
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
887
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
888
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
889
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
890
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
891
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
892
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
893
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
894
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
895
+ color?: import("csstype").Property.Color | undefined;
896
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
897
+ bg?: import("csstype").Property.BackgroundColor | undefined;
898
+ opacity?: import("csstype").Property.Opacity | undefined;
899
+ alignItems?: import("csstype").Property.AlignItems | undefined;
900
+ alignContent?: import("csstype").Property.AlignContent | undefined;
901
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
902
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
903
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
904
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
905
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
906
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
907
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
908
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
909
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
910
+ order?: import("csstype").Property.Order | undefined;
911
+ w?: import("csstype").Property.Width<string | number> | undefined;
912
+ width?: import("csstype").Property.Width<string | number> | undefined;
913
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
914
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
915
+ h?: import("csstype").Property.Height<string | number> | undefined;
916
+ height?: import("csstype").Property.Height<string | number> | undefined;
917
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
918
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
919
+ display?: import("csstype").Property.Display | undefined;
920
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
921
+ overflow?: import("csstype").Property.Overflow | undefined;
922
+ overflowX?: import("csstype").Property.OverflowX | undefined;
923
+ overflowY?: import("csstype").Property.OverflowY | undefined;
924
+ position?: import("csstype").Property.Position | undefined;
925
+ zIndex?: import("csstype").Property.ZIndex | undefined;
926
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
927
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
928
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
929
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
930
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
931
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
932
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
933
+ m?: import("csstype").Property.Margin<string | number> | undefined;
934
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
935
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
936
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
937
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
938
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
939
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
940
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
941
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
942
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
943
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
944
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
945
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
946
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
947
+ p?: import("csstype").Property.Padding<string | number> | undefined;
948
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
949
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
950
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
951
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
952
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
953
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
954
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
955
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
956
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
957
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
958
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
959
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
960
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
961
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
962
+ fontSize?: string | number | (string & {}) | undefined;
963
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
964
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
965
+ letterSpacing?: string | number | undefined;
966
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
967
+ textAlign?: import("csstype").Property.TextAlign | undefined;
968
+ textTransform?: import("csstype").Property.TextTransform | undefined;
969
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
970
+ elevation?: "0" | "1" | "2" | undefined;
971
+ invisible?: boolean | undefined;
972
+ withRichContent?: string | boolean | undefined;
973
+ withTruncatedText?: boolean | undefined;
974
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
975
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
976
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
977
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
978
+ } & {
979
+ children?: React.ReactNode;
980
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown>, "onClick">) => React.ReactNode) | undefined;
981
+ }>;
982
+ };
983
+ Container: React.FC<{}>;
984
+ ContainerFixed: React.FC<{}>;
985
+ LeftContainer: (props: MessageLeftContainerProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
986
+ Header: React.FC<{}>;
987
+ Body: ({ clamp, className, ...props }: MessageBodyProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
988
+ Block: React.FC<{
989
+ className?: string | undefined;
990
+ }>;
991
+ Timestamp: React.FC<{
992
+ children: string;
993
+ }>;
994
+ Name: React.FC<{
995
+ children: string;
996
+ }>;
997
+ Username: React.FC<{
998
+ children: string;
999
+ }>;
1000
+ Roles: React.FC<{}>;
1001
+ Role: React.FC<{
1002
+ children: string;
1003
+ }>;
1004
+ Divider: React.FC<{
1005
+ unreadLabel?: string | undefined;
1006
+ }>;
1007
+ };
1008
+ export default _default;
1009
+ //# sourceMappingURL=Message.d.ts.map