@mirohq/design-system-toolbar 2.0.10

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.
@@ -0,0 +1,1473 @@
1
+ import * as react from 'react';
2
+ import react__default, { DOMAttributes, AnchorHTMLAttributes } from 'react';
3
+ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
4
+ import { StrictComponentProps } from '@mirohq/design-system-stitches';
5
+ import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
6
+ import * as _radix_ui_react_toolbar from '@radix-ui/react-toolbar';
7
+ import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
8
+
9
+ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
10
+ unstyled?: boolean | "false" | undefined;
11
+ }, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
12
+ unstyled?: boolean | "false" | undefined;
13
+ }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
14
+ 'border-widths': {
15
+ readonly none: 0;
16
+ readonly sm: "1px";
17
+ readonly md: "2px";
18
+ readonly lg: "4px";
19
+ };
20
+ colors: {
21
+ readonly black: any;
22
+ readonly 'blue-10': any;
23
+ readonly 'blue-20': any;
24
+ readonly 'blue-50': any;
25
+ readonly 'blue-60': any;
26
+ readonly 'blue-70': any;
27
+ readonly 'blue-80': any;
28
+ readonly 'gray-20': any;
29
+ readonly 'gray-30': any;
30
+ readonly 'green-70': any;
31
+ readonly 'indigo-20': any;
32
+ readonly 'indigo-30': any;
33
+ readonly 'indigo-50': any;
34
+ readonly 'indigo-70': any;
35
+ readonly 'indigo-90': any;
36
+ readonly 'pink-20': any;
37
+ readonly 'pink-50': any;
38
+ readonly 'red-10': any;
39
+ readonly 'red-20': any;
40
+ readonly 'red-30': any;
41
+ readonly 'red-50': any;
42
+ readonly 'red-60': any;
43
+ readonly transparent: any;
44
+ readonly white: any;
45
+ readonly 'yellow-20': any;
46
+ readonly 'yellow-60': any;
47
+ readonly 'background-cta-active'?: any;
48
+ readonly 'background-cta-disabled'?: any;
49
+ readonly 'background-cta-hover'?: any;
50
+ readonly 'background-cta-idle'?: any;
51
+ readonly 'background-danger-active'?: any;
52
+ readonly 'background-danger-hover'?: any;
53
+ readonly 'background-danger-idle'?: any;
54
+ readonly 'background-default-active'?: any;
55
+ readonly 'background-default-disabled'?: any;
56
+ readonly 'background-default-hover'?: any;
57
+ readonly 'background-default-idle'?: any;
58
+ readonly 'background-default-selected'?: any;
59
+ readonly 'background-default-selected-active'?: any;
60
+ readonly 'background-info-idle'?: any;
61
+ readonly 'background-primary'?: any;
62
+ readonly 'background-secondary'?: any;
63
+ readonly 'background-success-idle'?: any;
64
+ readonly 'background-warning-idle'?: any;
65
+ readonly 'border-cta-idle'?: any;
66
+ readonly 'border-default-active'?: any;
67
+ readonly 'border-default-error'?: any;
68
+ readonly 'border-default-hover'?: any;
69
+ readonly 'border-default-idle'?: any;
70
+ readonly 'border-default-selected'?: any;
71
+ readonly 'canvas-primary'?: any;
72
+ readonly 'divider-default'?: any;
73
+ readonly 'focus-ring-default'?: any;
74
+ readonly 'font-cta-idle'?: any;
75
+ readonly 'font-default-active'?: any;
76
+ readonly 'font-default-disabled'?: any;
77
+ readonly 'font-default-error'?: any;
78
+ readonly 'font-default-hover'?: any;
79
+ readonly 'font-default-idle'?: any;
80
+ readonly 'font-default-selected'?: any;
81
+ readonly 'font-default-visited'?: any;
82
+ readonly 'font-primary'?: any;
83
+ readonly 'font-secondary'?: any;
84
+ readonly 'font-tertiary'?: any;
85
+ readonly 'icon-cta-idle'?: any;
86
+ readonly 'icon-default'?: any;
87
+ readonly 'icon-default-active'?: any;
88
+ readonly 'icon-default-disabled'?: any;
89
+ readonly 'icon-default-error'?: any;
90
+ readonly 'icon-default-hover'?: any;
91
+ readonly 'icon-default-idle'?: any;
92
+ readonly 'icon-default-selected'?: any;
93
+ };
94
+ 'font-sizes': {
95
+ readonly 150: "0.75rem";
96
+ readonly 175: "0.875rem";
97
+ readonly 200: "1rem";
98
+ readonly 225: "1.125rem";
99
+ readonly 250: "1.25rem";
100
+ readonly 300: "1.5rem";
101
+ readonly 400: "2rem";
102
+ readonly 500: "2.5rem";
103
+ readonly 600: "3rem";
104
+ readonly 800: "4rem";
105
+ readonly 900: "4.5rem";
106
+ };
107
+ radii: {
108
+ readonly none: 0;
109
+ readonly half: "999em";
110
+ readonly 25: "2px";
111
+ readonly 50: "4px";
112
+ readonly 75: "6px";
113
+ readonly 100: "8px";
114
+ readonly 200: "16px";
115
+ };
116
+ shadows: {
117
+ readonly 50: "0 4px 16px #05003812";
118
+ readonly 100: "0 8px 32px #05003808";
119
+ };
120
+ sizes: {
121
+ readonly number: string;
122
+ readonly 'icon-200': "16px";
123
+ readonly 'icon-300': "24px";
124
+ readonly 'icon-400': "32px";
125
+ };
126
+ space: {
127
+ readonly none: 0;
128
+ readonly 50: "4px";
129
+ readonly 100: "8px";
130
+ readonly 150: "12px";
131
+ readonly 200: "16px";
132
+ readonly 300: "24px";
133
+ readonly 400: "32px";
134
+ readonly 500: "64px";
135
+ readonly 600: "48px";
136
+ readonly 800: "64px";
137
+ readonly 1200: "96px";
138
+ readonly 1600: "128px";
139
+ };
140
+ 'space-gap': {
141
+ readonly none: any;
142
+ readonly 50: any;
143
+ readonly 100: any;
144
+ readonly 200: any;
145
+ readonly 300: any;
146
+ };
147
+ 'space-inset': {
148
+ readonly none: any;
149
+ readonly 50: any;
150
+ readonly 100: any;
151
+ readonly 150: any;
152
+ readonly 200: any;
153
+ readonly 300: any;
154
+ readonly 400: any;
155
+ readonly 600: any;
156
+ readonly 800: any;
157
+ readonly 1200: any;
158
+ readonly 1600: any;
159
+ };
160
+ 'space-offset': {
161
+ readonly none: any;
162
+ readonly 50: any;
163
+ readonly 100: any;
164
+ readonly 150: any;
165
+ readonly 200: any;
166
+ readonly 300: any;
167
+ readonly 400: any;
168
+ readonly 600: any;
169
+ readonly 800: any;
170
+ readonly 1200: any;
171
+ readonly 1600: any;
172
+ readonly 'stacking-none': any;
173
+ readonly 'stacking-100': any;
174
+ readonly 'stacking-200': any;
175
+ readonly 'stacking-300': any;
176
+ readonly 'stacking-400': any;
177
+ readonly 'stacking-500': any;
178
+ readonly 'stacking-800': any;
179
+ };
180
+ 'z-indices': {
181
+ readonly dropdownMenu: 100;
182
+ readonly popover: 200;
183
+ readonly tooltip: 300;
184
+ };
185
+ }, {
186
+ readonly background: "colors";
187
+ readonly backgroundColor: "colors";
188
+ readonly backgroundImage: "colors";
189
+ readonly blockSize: "sizes";
190
+ readonly border: "colors";
191
+ readonly borderBlock: "colors";
192
+ readonly borderBlockEnd: "colors";
193
+ readonly borderBlockStart: "colors";
194
+ readonly borderBottom: "colors";
195
+ readonly borderBottomColor: "colors";
196
+ readonly borderBottomLeftRadius: "radii";
197
+ readonly borderBottomRightRadius: "radii";
198
+ readonly borderBottomStyle: "border-styles";
199
+ readonly borderBottomWidth: "border-widths";
200
+ readonly borderColor: "colors";
201
+ readonly borderImage: "colors";
202
+ readonly borderInline: "colors";
203
+ readonly borderInlineEnd: "colors";
204
+ readonly borderInlineStart: "colors";
205
+ readonly borderLeft: "colors";
206
+ readonly borderLeftColor: "colors";
207
+ readonly borderLeftStyle: "border-styles";
208
+ readonly borderLeftWidth: "border-widths";
209
+ readonly borderRadius: "radii";
210
+ readonly borderRight: "colors";
211
+ readonly borderRightColor: "colors";
212
+ readonly borderRightStyle: "border-styles";
213
+ readonly borderRightWidth: "border-widths";
214
+ readonly borderStyle: "border-styles";
215
+ readonly borderTop: "colors";
216
+ readonly borderTopColor: "colors";
217
+ readonly borderTopLeftRadius: "radii";
218
+ readonly borderTopRightRadius: "radii";
219
+ readonly borderTopStyle: "border-styles";
220
+ readonly borderTopWidth: "border-widths";
221
+ readonly borderWidth: "border-widths";
222
+ readonly bottom: "space";
223
+ readonly boxShadow: "shadows";
224
+ readonly caretColor: "colors";
225
+ readonly color: "colors";
226
+ readonly columnGap: "space-gap";
227
+ readonly columnRuleColor: "colors";
228
+ readonly fill: "colors";
229
+ readonly flexBasis: "sizes";
230
+ readonly fontFamily: "fonts";
231
+ readonly fontSize: "font-sizes";
232
+ readonly fontWeight: "font-weights";
233
+ readonly gap: "space-gap";
234
+ readonly gridColumnGap: "space-gap";
235
+ readonly gridGap: "space-gap";
236
+ readonly gridRowGap: "space-gap";
237
+ readonly gridTemplateColumns: "sizes";
238
+ readonly gridTemplateRows: "sizes";
239
+ readonly height: "sizes";
240
+ readonly inlineSize: "sizes";
241
+ readonly inset: "space-inset";
242
+ readonly insetBlock: "space-inset";
243
+ readonly insetBlockEnd: "space-inset";
244
+ readonly insetBlockStart: "space-inset";
245
+ readonly insetInline: "space-inset";
246
+ readonly insetInlineEnd: "space-inset";
247
+ readonly insetInlineStart: "space-inset";
248
+ readonly left: "space";
249
+ readonly letterSpacing: "letter-spacings";
250
+ readonly lineHeight: "line-heights";
251
+ readonly margin: "space-offset";
252
+ readonly marginBlock: "space-offset";
253
+ readonly marginBlockEnd: "space-offset";
254
+ readonly marginBlockStart: "space-offset";
255
+ readonly marginBottom: "space-offset";
256
+ readonly marginInline: "space-offset";
257
+ readonly marginInlineEnd: "space-offset";
258
+ readonly marginInlineStart: "space-offset";
259
+ readonly marginLeft: "space-offset";
260
+ readonly marginRight: "space-offset";
261
+ readonly marginTop: "space-offset";
262
+ readonly maxBlockSize: "sizes";
263
+ readonly maxHeight: "sizes";
264
+ readonly maxInlineSize: "sizes";
265
+ readonly maxWidth: "sizes";
266
+ readonly minBlockSize: "sizes";
267
+ readonly minHeight: "sizes";
268
+ readonly minInlineSize: "sizes";
269
+ readonly minWidth: "sizes";
270
+ readonly outline: "colors";
271
+ readonly outlineColor: "colors";
272
+ readonly padding: "space-inset";
273
+ readonly paddingBlock: "space-inset";
274
+ readonly paddingBlockEnd: "space-inset";
275
+ readonly paddingBlockStart: "space-inset";
276
+ readonly paddingBottom: "space-inset";
277
+ readonly paddingInline: "space-inset";
278
+ readonly paddingInlineEnd: "space-inset";
279
+ readonly paddingInlineStart: "space-inset";
280
+ readonly paddingLeft: "space-inset";
281
+ readonly paddingRight: "space-inset";
282
+ readonly paddingTop: "space-inset";
283
+ readonly right: "space";
284
+ readonly rowGap: "space-gap";
285
+ readonly scrollMargin: "space-offset";
286
+ readonly scrollMarginBlock: "space-offset";
287
+ readonly scrollMarginBlockEnd: "space-offset";
288
+ readonly scrollMarginBlockStart: "space-offset";
289
+ readonly scrollMarginBottom: "space-offset";
290
+ readonly scrollMarginInline: "space-offset";
291
+ readonly scrollMarginInlineEnd: "space-offset";
292
+ readonly scrollMarginInlineStart: "space-offset";
293
+ readonly scrollMarginLeft: "space-offset";
294
+ readonly scrollMarginRight: "space-offset";
295
+ readonly scrollMarginTop: "space-offset";
296
+ readonly scrollPadding: "space-inset";
297
+ readonly scrollPaddingBlock: "space-inset";
298
+ readonly scrollPaddingBlockEnd: "space-inset";
299
+ readonly scrollPaddingBlockStart: "space-inset";
300
+ readonly scrollPaddingBottom: "space-inset";
301
+ readonly scrollPaddingInline: "space-inset";
302
+ readonly scrollPaddingInlineEnd: "space-inset";
303
+ readonly scrollPaddingInlineStart: "space-inset";
304
+ readonly scrollPaddingLeft: "space-inset";
305
+ readonly scrollPaddingRight: "space-inset";
306
+ readonly scrollPaddingTop: "space-inset";
307
+ readonly stroke: "colors";
308
+ readonly textDecorationColor: "colors";
309
+ readonly textShadow: "shadows";
310
+ readonly top: "space";
311
+ readonly transition: "transitions";
312
+ readonly width: "sizes";
313
+ readonly zIndex: "z-indices";
314
+ }, {
315
+ paddingX: (value: {
316
+ readonly [$$PropertyValue]: "padding";
317
+ }) => {
318
+ paddingLeft: {
319
+ readonly [$$PropertyValue]: "padding";
320
+ };
321
+ paddingRight: {
322
+ readonly [$$PropertyValue]: "padding";
323
+ };
324
+ };
325
+ paddingY: (value: {
326
+ readonly [$$PropertyValue]: "padding";
327
+ }) => {
328
+ paddingTop: {
329
+ readonly [$$PropertyValue]: "padding";
330
+ };
331
+ paddingBottom: {
332
+ readonly [$$PropertyValue]: "padding";
333
+ };
334
+ };
335
+ marginX: (value: {
336
+ readonly [$$PropertyValue]: "margin";
337
+ }) => {
338
+ marginLeft: {
339
+ readonly [$$PropertyValue]: "margin";
340
+ };
341
+ marginRight: {
342
+ readonly [$$PropertyValue]: "margin";
343
+ };
344
+ };
345
+ marginY: (value: {
346
+ readonly [$$PropertyValue]: "margin";
347
+ }) => {
348
+ marginTop: {
349
+ readonly [$$PropertyValue]: "margin";
350
+ };
351
+ marginBottom: {
352
+ readonly [$$PropertyValue]: "margin";
353
+ };
354
+ };
355
+ }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "orientation" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
356
+ unstyled?: boolean | "false" | undefined;
357
+ }, {}>;
358
+ declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
359
+
360
+ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
361
+ unstyled?: boolean | "true" | "false" | undefined;
362
+ wrapper?: boolean | "true" | undefined;
363
+ active?: boolean | "true" | "false" | undefined;
364
+ }, "unstyled" | "wrapper" | "active"> & _stitches_react_types_styled_component.TransformProps<{
365
+ unstyled?: boolean | "true" | "false" | undefined;
366
+ wrapper?: boolean | "true" | undefined;
367
+ active?: boolean | "true" | "false" | undefined;
368
+ }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
369
+ 'border-widths': {
370
+ readonly none: 0;
371
+ readonly sm: "1px";
372
+ readonly md: "2px";
373
+ readonly lg: "4px";
374
+ };
375
+ colors: {
376
+ readonly black: any;
377
+ readonly 'blue-10': any;
378
+ readonly 'blue-20': any;
379
+ readonly 'blue-50': any;
380
+ readonly 'blue-60': any;
381
+ readonly 'blue-70': any;
382
+ readonly 'blue-80': any;
383
+ readonly 'gray-20': any;
384
+ readonly 'gray-30': any;
385
+ readonly 'green-70': any;
386
+ readonly 'indigo-20': any;
387
+ readonly 'indigo-30': any;
388
+ readonly 'indigo-50': any;
389
+ readonly 'indigo-70': any;
390
+ readonly 'indigo-90': any;
391
+ readonly 'pink-20': any;
392
+ readonly 'pink-50': any;
393
+ readonly 'red-10': any;
394
+ readonly 'red-20': any;
395
+ readonly 'red-30': any;
396
+ readonly 'red-50': any;
397
+ readonly 'red-60': any;
398
+ readonly transparent: any;
399
+ readonly white: any;
400
+ readonly 'yellow-20': any;
401
+ readonly 'yellow-60': any;
402
+ readonly 'background-cta-active'?: any;
403
+ readonly 'background-cta-disabled'?: any;
404
+ readonly 'background-cta-hover'?: any;
405
+ readonly 'background-cta-idle'?: any;
406
+ readonly 'background-danger-active'?: any;
407
+ readonly 'background-danger-hover'?: any;
408
+ readonly 'background-danger-idle'?: any;
409
+ readonly 'background-default-active'?: any;
410
+ readonly 'background-default-disabled'?: any;
411
+ readonly 'background-default-hover'?: any;
412
+ readonly 'background-default-idle'?: any;
413
+ readonly 'background-default-selected'?: any;
414
+ readonly 'background-default-selected-active'?: any;
415
+ readonly 'background-info-idle'?: any;
416
+ readonly 'background-primary'?: any;
417
+ readonly 'background-secondary'?: any;
418
+ readonly 'background-success-idle'?: any;
419
+ readonly 'background-warning-idle'?: any;
420
+ readonly 'border-cta-idle'?: any;
421
+ readonly 'border-default-active'?: any;
422
+ readonly 'border-default-error'?: any;
423
+ readonly 'border-default-hover'?: any;
424
+ readonly 'border-default-idle'?: any;
425
+ readonly 'border-default-selected'?: any;
426
+ readonly 'canvas-primary'?: any;
427
+ readonly 'divider-default'?: any;
428
+ readonly 'focus-ring-default'?: any;
429
+ readonly 'font-cta-idle'?: any;
430
+ readonly 'font-default-active'?: any;
431
+ readonly 'font-default-disabled'?: any;
432
+ readonly 'font-default-error'?: any;
433
+ readonly 'font-default-hover'?: any;
434
+ readonly 'font-default-idle'?: any;
435
+ readonly 'font-default-selected'?: any;
436
+ readonly 'font-default-visited'?: any;
437
+ readonly 'font-primary'?: any;
438
+ readonly 'font-secondary'?: any;
439
+ readonly 'font-tertiary'?: any;
440
+ readonly 'icon-cta-idle'?: any;
441
+ readonly 'icon-default'?: any;
442
+ readonly 'icon-default-active'?: any;
443
+ readonly 'icon-default-disabled'?: any;
444
+ readonly 'icon-default-error'?: any;
445
+ readonly 'icon-default-hover'?: any;
446
+ readonly 'icon-default-idle'?: any;
447
+ readonly 'icon-default-selected'?: any;
448
+ };
449
+ 'font-sizes': {
450
+ readonly 150: "0.75rem";
451
+ readonly 175: "0.875rem";
452
+ readonly 200: "1rem";
453
+ readonly 225: "1.125rem";
454
+ readonly 250: "1.25rem";
455
+ readonly 300: "1.5rem";
456
+ readonly 400: "2rem";
457
+ readonly 500: "2.5rem";
458
+ readonly 600: "3rem";
459
+ readonly 800: "4rem";
460
+ readonly 900: "4.5rem";
461
+ };
462
+ radii: {
463
+ readonly none: 0;
464
+ readonly half: "999em";
465
+ readonly 25: "2px";
466
+ readonly 50: "4px";
467
+ readonly 75: "6px";
468
+ readonly 100: "8px";
469
+ readonly 200: "16px";
470
+ };
471
+ shadows: {
472
+ readonly 50: "0 4px 16px #05003812";
473
+ readonly 100: "0 8px 32px #05003808";
474
+ };
475
+ sizes: {
476
+ readonly number: string;
477
+ readonly 'icon-200': "16px";
478
+ readonly 'icon-300': "24px";
479
+ readonly 'icon-400': "32px";
480
+ };
481
+ space: {
482
+ readonly none: 0;
483
+ readonly 50: "4px";
484
+ readonly 100: "8px";
485
+ readonly 150: "12px";
486
+ readonly 200: "16px";
487
+ readonly 300: "24px";
488
+ readonly 400: "32px";
489
+ readonly 500: "64px";
490
+ readonly 600: "48px";
491
+ readonly 800: "64px";
492
+ readonly 1200: "96px";
493
+ readonly 1600: "128px";
494
+ };
495
+ 'space-gap': {
496
+ readonly none: any;
497
+ readonly 50: any;
498
+ readonly 100: any;
499
+ readonly 200: any;
500
+ readonly 300: any;
501
+ };
502
+ 'space-inset': {
503
+ readonly none: any;
504
+ readonly 50: any;
505
+ readonly 100: any;
506
+ readonly 150: any;
507
+ readonly 200: any;
508
+ readonly 300: any;
509
+ readonly 400: any;
510
+ readonly 600: any;
511
+ readonly 800: any;
512
+ readonly 1200: any;
513
+ readonly 1600: any;
514
+ };
515
+ 'space-offset': {
516
+ readonly none: any;
517
+ readonly 50: any;
518
+ readonly 100: any;
519
+ readonly 150: any;
520
+ readonly 200: any;
521
+ readonly 300: any;
522
+ readonly 400: any;
523
+ readonly 600: any;
524
+ readonly 800: any;
525
+ readonly 1200: any;
526
+ readonly 1600: any;
527
+ readonly 'stacking-none': any;
528
+ readonly 'stacking-100': any;
529
+ readonly 'stacking-200': any;
530
+ readonly 'stacking-300': any;
531
+ readonly 'stacking-400': any;
532
+ readonly 'stacking-500': any;
533
+ readonly 'stacking-800': any;
534
+ };
535
+ 'z-indices': {
536
+ readonly dropdownMenu: 100;
537
+ readonly popover: 200;
538
+ readonly tooltip: 300;
539
+ };
540
+ }, {
541
+ readonly background: "colors";
542
+ readonly backgroundColor: "colors";
543
+ readonly backgroundImage: "colors";
544
+ readonly blockSize: "sizes";
545
+ readonly border: "colors";
546
+ readonly borderBlock: "colors";
547
+ readonly borderBlockEnd: "colors";
548
+ readonly borderBlockStart: "colors";
549
+ readonly borderBottom: "colors";
550
+ readonly borderBottomColor: "colors";
551
+ readonly borderBottomLeftRadius: "radii";
552
+ readonly borderBottomRightRadius: "radii";
553
+ readonly borderBottomStyle: "border-styles";
554
+ readonly borderBottomWidth: "border-widths";
555
+ readonly borderColor: "colors";
556
+ readonly borderImage: "colors";
557
+ readonly borderInline: "colors";
558
+ readonly borderInlineEnd: "colors";
559
+ readonly borderInlineStart: "colors";
560
+ readonly borderLeft: "colors";
561
+ readonly borderLeftColor: "colors";
562
+ readonly borderLeftStyle: "border-styles";
563
+ readonly borderLeftWidth: "border-widths";
564
+ readonly borderRadius: "radii";
565
+ readonly borderRight: "colors";
566
+ readonly borderRightColor: "colors";
567
+ readonly borderRightStyle: "border-styles";
568
+ readonly borderRightWidth: "border-widths";
569
+ readonly borderStyle: "border-styles";
570
+ readonly borderTop: "colors";
571
+ readonly borderTopColor: "colors";
572
+ readonly borderTopLeftRadius: "radii";
573
+ readonly borderTopRightRadius: "radii";
574
+ readonly borderTopStyle: "border-styles";
575
+ readonly borderTopWidth: "border-widths";
576
+ readonly borderWidth: "border-widths";
577
+ readonly bottom: "space";
578
+ readonly boxShadow: "shadows";
579
+ readonly caretColor: "colors";
580
+ readonly color: "colors";
581
+ readonly columnGap: "space-gap";
582
+ readonly columnRuleColor: "colors";
583
+ readonly fill: "colors";
584
+ readonly flexBasis: "sizes";
585
+ readonly fontFamily: "fonts";
586
+ readonly fontSize: "font-sizes";
587
+ readonly fontWeight: "font-weights";
588
+ readonly gap: "space-gap";
589
+ readonly gridColumnGap: "space-gap";
590
+ readonly gridGap: "space-gap";
591
+ readonly gridRowGap: "space-gap";
592
+ readonly gridTemplateColumns: "sizes";
593
+ readonly gridTemplateRows: "sizes";
594
+ readonly height: "sizes";
595
+ readonly inlineSize: "sizes";
596
+ readonly inset: "space-inset";
597
+ readonly insetBlock: "space-inset";
598
+ readonly insetBlockEnd: "space-inset";
599
+ readonly insetBlockStart: "space-inset";
600
+ readonly insetInline: "space-inset";
601
+ readonly insetInlineEnd: "space-inset";
602
+ readonly insetInlineStart: "space-inset";
603
+ readonly left: "space";
604
+ readonly letterSpacing: "letter-spacings";
605
+ readonly lineHeight: "line-heights";
606
+ readonly margin: "space-offset";
607
+ readonly marginBlock: "space-offset";
608
+ readonly marginBlockEnd: "space-offset";
609
+ readonly marginBlockStart: "space-offset";
610
+ readonly marginBottom: "space-offset";
611
+ readonly marginInline: "space-offset";
612
+ readonly marginInlineEnd: "space-offset";
613
+ readonly marginInlineStart: "space-offset";
614
+ readonly marginLeft: "space-offset";
615
+ readonly marginRight: "space-offset";
616
+ readonly marginTop: "space-offset";
617
+ readonly maxBlockSize: "sizes";
618
+ readonly maxHeight: "sizes";
619
+ readonly maxInlineSize: "sizes";
620
+ readonly maxWidth: "sizes";
621
+ readonly minBlockSize: "sizes";
622
+ readonly minHeight: "sizes";
623
+ readonly minInlineSize: "sizes";
624
+ readonly minWidth: "sizes";
625
+ readonly outline: "colors";
626
+ readonly outlineColor: "colors";
627
+ readonly padding: "space-inset";
628
+ readonly paddingBlock: "space-inset";
629
+ readonly paddingBlockEnd: "space-inset";
630
+ readonly paddingBlockStart: "space-inset";
631
+ readonly paddingBottom: "space-inset";
632
+ readonly paddingInline: "space-inset";
633
+ readonly paddingInlineEnd: "space-inset";
634
+ readonly paddingInlineStart: "space-inset";
635
+ readonly paddingLeft: "space-inset";
636
+ readonly paddingRight: "space-inset";
637
+ readonly paddingTop: "space-inset";
638
+ readonly right: "space";
639
+ readonly rowGap: "space-gap";
640
+ readonly scrollMargin: "space-offset";
641
+ readonly scrollMarginBlock: "space-offset";
642
+ readonly scrollMarginBlockEnd: "space-offset";
643
+ readonly scrollMarginBlockStart: "space-offset";
644
+ readonly scrollMarginBottom: "space-offset";
645
+ readonly scrollMarginInline: "space-offset";
646
+ readonly scrollMarginInlineEnd: "space-offset";
647
+ readonly scrollMarginInlineStart: "space-offset";
648
+ readonly scrollMarginLeft: "space-offset";
649
+ readonly scrollMarginRight: "space-offset";
650
+ readonly scrollMarginTop: "space-offset";
651
+ readonly scrollPadding: "space-inset";
652
+ readonly scrollPaddingBlock: "space-inset";
653
+ readonly scrollPaddingBlockEnd: "space-inset";
654
+ readonly scrollPaddingBlockStart: "space-inset";
655
+ readonly scrollPaddingBottom: "space-inset";
656
+ readonly scrollPaddingInline: "space-inset";
657
+ readonly scrollPaddingInlineEnd: "space-inset";
658
+ readonly scrollPaddingInlineStart: "space-inset";
659
+ readonly scrollPaddingLeft: "space-inset";
660
+ readonly scrollPaddingRight: "space-inset";
661
+ readonly scrollPaddingTop: "space-inset";
662
+ readonly stroke: "colors";
663
+ readonly textDecorationColor: "colors";
664
+ readonly textShadow: "shadows";
665
+ readonly top: "space";
666
+ readonly transition: "transitions";
667
+ readonly width: "sizes";
668
+ readonly zIndex: "z-indices";
669
+ }, {
670
+ paddingX: (value: {
671
+ readonly [$$PropertyValue]: "padding";
672
+ }) => {
673
+ paddingLeft: {
674
+ readonly [$$PropertyValue]: "padding";
675
+ };
676
+ paddingRight: {
677
+ readonly [$$PropertyValue]: "padding";
678
+ };
679
+ };
680
+ paddingY: (value: {
681
+ readonly [$$PropertyValue]: "padding";
682
+ }) => {
683
+ paddingTop: {
684
+ readonly [$$PropertyValue]: "padding";
685
+ };
686
+ paddingBottom: {
687
+ readonly [$$PropertyValue]: "padding";
688
+ };
689
+ };
690
+ marginX: (value: {
691
+ readonly [$$PropertyValue]: "margin";
692
+ }) => {
693
+ marginLeft: {
694
+ readonly [$$PropertyValue]: "margin";
695
+ };
696
+ marginRight: {
697
+ readonly [$$PropertyValue]: "margin";
698
+ };
699
+ };
700
+ marginY: (value: {
701
+ readonly [$$PropertyValue]: "margin";
702
+ }) => {
703
+ marginTop: {
704
+ readonly [$$PropertyValue]: "margin";
705
+ };
706
+ marginBottom: {
707
+ readonly [$$PropertyValue]: "margin";
708
+ };
709
+ };
710
+ }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled" | "wrapper" | "active"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {
711
+ unstyled?: boolean | "true" | "false" | undefined;
712
+ wrapper?: boolean | "true" | undefined;
713
+ active?: boolean | "true" | "false" | undefined;
714
+ }, {}>;
715
+ declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
716
+
717
+ interface ItemProps extends StyledItemProps {
718
+ /**
719
+ * temporary the same as onClick, later will be added touch events support
720
+ */
721
+ onPress?: DOMAttributes<HTMLElement>['onClick'];
722
+ /**
723
+ * Renders item in enabled/toggled state
724
+ */
725
+ active?: boolean;
726
+ /**
727
+ * It's applied by default when using with asChild attribute.
728
+ * You can still combine default Item styles with your own component by setting this prop to false.
729
+ * Note: Must be used together with asChild
730
+ * @default true
731
+ */
732
+ unstyled?: boolean;
733
+ disabled?: boolean;
734
+ }
735
+ declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
736
+
737
+ declare type IconProps = Omit<ItemProps, 'unstyled'>;
738
+ declare const Icon: react__default.ForwardRefExoticComponent<Pick<IconProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
739
+
740
+ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
741
+ 'border-widths': {
742
+ readonly none: 0;
743
+ readonly sm: "1px";
744
+ readonly md: "2px";
745
+ readonly lg: "4px";
746
+ };
747
+ colors: {
748
+ readonly black: any;
749
+ readonly 'blue-10': any;
750
+ readonly 'blue-20': any;
751
+ readonly 'blue-50': any;
752
+ readonly 'blue-60': any;
753
+ readonly 'blue-70': any;
754
+ readonly 'blue-80': any;
755
+ readonly 'gray-20': any;
756
+ readonly 'gray-30': any;
757
+ readonly 'green-70': any;
758
+ readonly 'indigo-20': any;
759
+ readonly 'indigo-30': any;
760
+ readonly 'indigo-50': any;
761
+ readonly 'indigo-70': any;
762
+ readonly 'indigo-90': any;
763
+ readonly 'pink-20': any;
764
+ readonly 'pink-50': any;
765
+ readonly 'red-10': any;
766
+ readonly 'red-20': any;
767
+ readonly 'red-30': any;
768
+ readonly 'red-50': any;
769
+ readonly 'red-60': any;
770
+ readonly transparent: any;
771
+ readonly white: any;
772
+ readonly 'yellow-20': any;
773
+ readonly 'yellow-60': any;
774
+ readonly 'background-cta-active'?: any;
775
+ readonly 'background-cta-disabled'?: any;
776
+ readonly 'background-cta-hover'?: any;
777
+ readonly 'background-cta-idle'?: any;
778
+ readonly 'background-danger-active'?: any;
779
+ readonly 'background-danger-hover'?: any;
780
+ readonly 'background-danger-idle'?: any;
781
+ readonly 'background-default-active'?: any;
782
+ readonly 'background-default-disabled'?: any;
783
+ readonly 'background-default-hover'?: any;
784
+ readonly 'background-default-idle'?: any;
785
+ readonly 'background-default-selected'?: any;
786
+ readonly 'background-default-selected-active'?: any;
787
+ readonly 'background-info-idle'?: any;
788
+ readonly 'background-primary'?: any;
789
+ readonly 'background-secondary'?: any;
790
+ readonly 'background-success-idle'?: any;
791
+ readonly 'background-warning-idle'?: any;
792
+ readonly 'border-cta-idle'?: any;
793
+ readonly 'border-default-active'?: any;
794
+ readonly 'border-default-error'?: any;
795
+ readonly 'border-default-hover'?: any;
796
+ readonly 'border-default-idle'?: any;
797
+ readonly 'border-default-selected'?: any;
798
+ readonly 'canvas-primary'?: any;
799
+ readonly 'divider-default'?: any;
800
+ readonly 'focus-ring-default'?: any;
801
+ readonly 'font-cta-idle'?: any;
802
+ readonly 'font-default-active'?: any;
803
+ readonly 'font-default-disabled'?: any;
804
+ readonly 'font-default-error'?: any;
805
+ readonly 'font-default-hover'?: any;
806
+ readonly 'font-default-idle'?: any;
807
+ readonly 'font-default-selected'?: any;
808
+ readonly 'font-default-visited'?: any;
809
+ readonly 'font-primary'?: any;
810
+ readonly 'font-secondary'?: any;
811
+ readonly 'font-tertiary'?: any;
812
+ readonly 'icon-cta-idle'?: any;
813
+ readonly 'icon-default'?: any;
814
+ readonly 'icon-default-active'?: any;
815
+ readonly 'icon-default-disabled'?: any;
816
+ readonly 'icon-default-error'?: any;
817
+ readonly 'icon-default-hover'?: any;
818
+ readonly 'icon-default-idle'?: any;
819
+ readonly 'icon-default-selected'?: any;
820
+ };
821
+ 'font-sizes': {
822
+ readonly 150: "0.75rem";
823
+ readonly 175: "0.875rem";
824
+ readonly 200: "1rem";
825
+ readonly 225: "1.125rem";
826
+ readonly 250: "1.25rem";
827
+ readonly 300: "1.5rem";
828
+ readonly 400: "2rem";
829
+ readonly 500: "2.5rem";
830
+ readonly 600: "3rem";
831
+ readonly 800: "4rem";
832
+ readonly 900: "4.5rem";
833
+ };
834
+ radii: {
835
+ readonly none: 0;
836
+ readonly half: "999em";
837
+ readonly 25: "2px";
838
+ readonly 50: "4px";
839
+ readonly 75: "6px";
840
+ readonly 100: "8px";
841
+ readonly 200: "16px";
842
+ };
843
+ shadows: {
844
+ readonly 50: "0 4px 16px #05003812";
845
+ readonly 100: "0 8px 32px #05003808";
846
+ };
847
+ sizes: {
848
+ readonly number: string;
849
+ readonly 'icon-200': "16px";
850
+ readonly 'icon-300': "24px";
851
+ readonly 'icon-400': "32px";
852
+ };
853
+ space: {
854
+ readonly none: 0;
855
+ readonly 50: "4px";
856
+ readonly 100: "8px";
857
+ readonly 150: "12px";
858
+ readonly 200: "16px";
859
+ readonly 300: "24px";
860
+ readonly 400: "32px";
861
+ readonly 500: "64px";
862
+ readonly 600: "48px";
863
+ readonly 800: "64px";
864
+ readonly 1200: "96px";
865
+ readonly 1600: "128px";
866
+ };
867
+ 'space-gap': {
868
+ readonly none: any;
869
+ readonly 50: any;
870
+ readonly 100: any;
871
+ readonly 200: any;
872
+ readonly 300: any;
873
+ };
874
+ 'space-inset': {
875
+ readonly none: any;
876
+ readonly 50: any;
877
+ readonly 100: any;
878
+ readonly 150: any;
879
+ readonly 200: any;
880
+ readonly 300: any;
881
+ readonly 400: any;
882
+ readonly 600: any;
883
+ readonly 800: any;
884
+ readonly 1200: any;
885
+ readonly 1600: any;
886
+ };
887
+ 'space-offset': {
888
+ readonly none: any;
889
+ readonly 50: any;
890
+ readonly 100: any;
891
+ readonly 150: any;
892
+ readonly 200: any;
893
+ readonly 300: any;
894
+ readonly 400: any;
895
+ readonly 600: any;
896
+ readonly 800: any;
897
+ readonly 1200: any;
898
+ readonly 1600: any;
899
+ readonly 'stacking-none': any;
900
+ readonly 'stacking-100': any;
901
+ readonly 'stacking-200': any;
902
+ readonly 'stacking-300': any;
903
+ readonly 'stacking-400': any;
904
+ readonly 'stacking-500': any;
905
+ readonly 'stacking-800': any;
906
+ };
907
+ 'z-indices': {
908
+ readonly dropdownMenu: 100;
909
+ readonly popover: 200;
910
+ readonly tooltip: 300;
911
+ };
912
+ }, {
913
+ readonly background: "colors";
914
+ readonly backgroundColor: "colors";
915
+ readonly backgroundImage: "colors";
916
+ readonly blockSize: "sizes";
917
+ readonly border: "colors";
918
+ readonly borderBlock: "colors";
919
+ readonly borderBlockEnd: "colors";
920
+ readonly borderBlockStart: "colors";
921
+ readonly borderBottom: "colors";
922
+ readonly borderBottomColor: "colors";
923
+ readonly borderBottomLeftRadius: "radii";
924
+ readonly borderBottomRightRadius: "radii";
925
+ readonly borderBottomStyle: "border-styles";
926
+ readonly borderBottomWidth: "border-widths";
927
+ readonly borderColor: "colors";
928
+ readonly borderImage: "colors";
929
+ readonly borderInline: "colors";
930
+ readonly borderInlineEnd: "colors";
931
+ readonly borderInlineStart: "colors";
932
+ readonly borderLeft: "colors";
933
+ readonly borderLeftColor: "colors";
934
+ readonly borderLeftStyle: "border-styles";
935
+ readonly borderLeftWidth: "border-widths";
936
+ readonly borderRadius: "radii";
937
+ readonly borderRight: "colors";
938
+ readonly borderRightColor: "colors";
939
+ readonly borderRightStyle: "border-styles";
940
+ readonly borderRightWidth: "border-widths";
941
+ readonly borderStyle: "border-styles";
942
+ readonly borderTop: "colors";
943
+ readonly borderTopColor: "colors";
944
+ readonly borderTopLeftRadius: "radii";
945
+ readonly borderTopRightRadius: "radii";
946
+ readonly borderTopStyle: "border-styles";
947
+ readonly borderTopWidth: "border-widths";
948
+ readonly borderWidth: "border-widths";
949
+ readonly bottom: "space";
950
+ readonly boxShadow: "shadows";
951
+ readonly caretColor: "colors";
952
+ readonly color: "colors";
953
+ readonly columnGap: "space-gap";
954
+ readonly columnRuleColor: "colors";
955
+ readonly fill: "colors";
956
+ readonly flexBasis: "sizes";
957
+ readonly fontFamily: "fonts";
958
+ readonly fontSize: "font-sizes";
959
+ readonly fontWeight: "font-weights";
960
+ readonly gap: "space-gap";
961
+ readonly gridColumnGap: "space-gap";
962
+ readonly gridGap: "space-gap";
963
+ readonly gridRowGap: "space-gap";
964
+ readonly gridTemplateColumns: "sizes";
965
+ readonly gridTemplateRows: "sizes";
966
+ readonly height: "sizes";
967
+ readonly inlineSize: "sizes";
968
+ readonly inset: "space-inset";
969
+ readonly insetBlock: "space-inset";
970
+ readonly insetBlockEnd: "space-inset";
971
+ readonly insetBlockStart: "space-inset";
972
+ readonly insetInline: "space-inset";
973
+ readonly insetInlineEnd: "space-inset";
974
+ readonly insetInlineStart: "space-inset";
975
+ readonly left: "space";
976
+ readonly letterSpacing: "letter-spacings";
977
+ readonly lineHeight: "line-heights";
978
+ readonly margin: "space-offset";
979
+ readonly marginBlock: "space-offset";
980
+ readonly marginBlockEnd: "space-offset";
981
+ readonly marginBlockStart: "space-offset";
982
+ readonly marginBottom: "space-offset";
983
+ readonly marginInline: "space-offset";
984
+ readonly marginInlineEnd: "space-offset";
985
+ readonly marginInlineStart: "space-offset";
986
+ readonly marginLeft: "space-offset";
987
+ readonly marginRight: "space-offset";
988
+ readonly marginTop: "space-offset";
989
+ readonly maxBlockSize: "sizes";
990
+ readonly maxHeight: "sizes";
991
+ readonly maxInlineSize: "sizes";
992
+ readonly maxWidth: "sizes";
993
+ readonly minBlockSize: "sizes";
994
+ readonly minHeight: "sizes";
995
+ readonly minInlineSize: "sizes";
996
+ readonly minWidth: "sizes";
997
+ readonly outline: "colors";
998
+ readonly outlineColor: "colors";
999
+ readonly padding: "space-inset";
1000
+ readonly paddingBlock: "space-inset";
1001
+ readonly paddingBlockEnd: "space-inset";
1002
+ readonly paddingBlockStart: "space-inset";
1003
+ readonly paddingBottom: "space-inset";
1004
+ readonly paddingInline: "space-inset";
1005
+ readonly paddingInlineEnd: "space-inset";
1006
+ readonly paddingInlineStart: "space-inset";
1007
+ readonly paddingLeft: "space-inset";
1008
+ readonly paddingRight: "space-inset";
1009
+ readonly paddingTop: "space-inset";
1010
+ readonly right: "space";
1011
+ readonly rowGap: "space-gap";
1012
+ readonly scrollMargin: "space-offset";
1013
+ readonly scrollMarginBlock: "space-offset";
1014
+ readonly scrollMarginBlockEnd: "space-offset";
1015
+ readonly scrollMarginBlockStart: "space-offset";
1016
+ readonly scrollMarginBottom: "space-offset";
1017
+ readonly scrollMarginInline: "space-offset";
1018
+ readonly scrollMarginInlineEnd: "space-offset";
1019
+ readonly scrollMarginInlineStart: "space-offset";
1020
+ readonly scrollMarginLeft: "space-offset";
1021
+ readonly scrollMarginRight: "space-offset";
1022
+ readonly scrollMarginTop: "space-offset";
1023
+ readonly scrollPadding: "space-inset";
1024
+ readonly scrollPaddingBlock: "space-inset";
1025
+ readonly scrollPaddingBlockEnd: "space-inset";
1026
+ readonly scrollPaddingBlockStart: "space-inset";
1027
+ readonly scrollPaddingBottom: "space-inset";
1028
+ readonly scrollPaddingInline: "space-inset";
1029
+ readonly scrollPaddingInlineEnd: "space-inset";
1030
+ readonly scrollPaddingInlineStart: "space-inset";
1031
+ readonly scrollPaddingLeft: "space-inset";
1032
+ readonly scrollPaddingRight: "space-inset";
1033
+ readonly scrollPaddingTop: "space-inset";
1034
+ readonly stroke: "colors";
1035
+ readonly textDecorationColor: "colors";
1036
+ readonly textShadow: "shadows";
1037
+ readonly top: "space";
1038
+ readonly transition: "transitions";
1039
+ readonly width: "sizes";
1040
+ readonly zIndex: "z-indices";
1041
+ }, {
1042
+ paddingX: (value: {
1043
+ readonly [$$PropertyValue]: "padding";
1044
+ }) => {
1045
+ paddingLeft: {
1046
+ readonly [$$PropertyValue]: "padding";
1047
+ };
1048
+ paddingRight: {
1049
+ readonly [$$PropertyValue]: "padding";
1050
+ };
1051
+ };
1052
+ paddingY: (value: {
1053
+ readonly [$$PropertyValue]: "padding";
1054
+ }) => {
1055
+ paddingTop: {
1056
+ readonly [$$PropertyValue]: "padding";
1057
+ };
1058
+ paddingBottom: {
1059
+ readonly [$$PropertyValue]: "padding";
1060
+ };
1061
+ };
1062
+ marginX: (value: {
1063
+ readonly [$$PropertyValue]: "margin";
1064
+ }) => {
1065
+ marginLeft: {
1066
+ readonly [$$PropertyValue]: "margin";
1067
+ };
1068
+ marginRight: {
1069
+ readonly [$$PropertyValue]: "margin";
1070
+ };
1071
+ };
1072
+ marginY: (value: {
1073
+ readonly [$$PropertyValue]: "margin";
1074
+ }) => {
1075
+ marginTop: {
1076
+ readonly [$$PropertyValue]: "margin";
1077
+ };
1078
+ marginBottom: {
1079
+ readonly [$$PropertyValue]: "margin";
1080
+ };
1081
+ };
1082
+ }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "orientation" | keyof _mirohq_design_system_stitches.CustomStylesProps | "decorative"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
1083
+ declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
1084
+
1085
+ interface SeparatorProps extends StyledSeparatorProps {
1086
+ }
1087
+ declare const Separator: react__default.ForwardRefExoticComponent<Pick<SeparatorProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & react__default.RefAttributes<HTMLDivElement>>;
1088
+
1089
+ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
1090
+ 'border-widths': {
1091
+ readonly none: 0;
1092
+ readonly sm: "1px";
1093
+ readonly md: "2px";
1094
+ readonly lg: "4px";
1095
+ };
1096
+ colors: {
1097
+ readonly black: any;
1098
+ readonly 'blue-10': any;
1099
+ readonly 'blue-20': any;
1100
+ readonly 'blue-50': any;
1101
+ readonly 'blue-60': any;
1102
+ readonly 'blue-70': any;
1103
+ readonly 'blue-80': any;
1104
+ readonly 'gray-20': any;
1105
+ readonly 'gray-30': any;
1106
+ readonly 'green-70': any;
1107
+ readonly 'indigo-20': any;
1108
+ readonly 'indigo-30': any;
1109
+ readonly 'indigo-50': any;
1110
+ readonly 'indigo-70': any;
1111
+ readonly 'indigo-90': any;
1112
+ readonly 'pink-20': any;
1113
+ readonly 'pink-50': any;
1114
+ readonly 'red-10': any;
1115
+ readonly 'red-20': any;
1116
+ readonly 'red-30': any;
1117
+ readonly 'red-50': any;
1118
+ readonly 'red-60': any;
1119
+ readonly transparent: any;
1120
+ readonly white: any;
1121
+ readonly 'yellow-20': any;
1122
+ readonly 'yellow-60': any;
1123
+ readonly 'background-cta-active'?: any;
1124
+ readonly 'background-cta-disabled'?: any;
1125
+ readonly 'background-cta-hover'?: any;
1126
+ readonly 'background-cta-idle'?: any;
1127
+ readonly 'background-danger-active'?: any;
1128
+ readonly 'background-danger-hover'?: any;
1129
+ readonly 'background-danger-idle'?: any;
1130
+ readonly 'background-default-active'?: any;
1131
+ readonly 'background-default-disabled'?: any;
1132
+ readonly 'background-default-hover'?: any;
1133
+ readonly 'background-default-idle'?: any;
1134
+ readonly 'background-default-selected'?: any;
1135
+ readonly 'background-default-selected-active'?: any;
1136
+ readonly 'background-info-idle'?: any;
1137
+ readonly 'background-primary'?: any;
1138
+ readonly 'background-secondary'?: any;
1139
+ readonly 'background-success-idle'?: any;
1140
+ readonly 'background-warning-idle'?: any;
1141
+ readonly 'border-cta-idle'?: any;
1142
+ readonly 'border-default-active'?: any;
1143
+ readonly 'border-default-error'?: any;
1144
+ readonly 'border-default-hover'?: any;
1145
+ readonly 'border-default-idle'?: any;
1146
+ readonly 'border-default-selected'?: any;
1147
+ readonly 'canvas-primary'?: any;
1148
+ readonly 'divider-default'?: any;
1149
+ readonly 'focus-ring-default'?: any;
1150
+ readonly 'font-cta-idle'?: any;
1151
+ readonly 'font-default-active'?: any;
1152
+ readonly 'font-default-disabled'?: any;
1153
+ readonly 'font-default-error'?: any;
1154
+ readonly 'font-default-hover'?: any;
1155
+ readonly 'font-default-idle'?: any;
1156
+ readonly 'font-default-selected'?: any;
1157
+ readonly 'font-default-visited'?: any;
1158
+ readonly 'font-primary'?: any;
1159
+ readonly 'font-secondary'?: any;
1160
+ readonly 'font-tertiary'?: any;
1161
+ readonly 'icon-cta-idle'?: any;
1162
+ readonly 'icon-default'?: any;
1163
+ readonly 'icon-default-active'?: any;
1164
+ readonly 'icon-default-disabled'?: any;
1165
+ readonly 'icon-default-error'?: any;
1166
+ readonly 'icon-default-hover'?: any;
1167
+ readonly 'icon-default-idle'?: any;
1168
+ readonly 'icon-default-selected'?: any;
1169
+ };
1170
+ 'font-sizes': {
1171
+ readonly 150: "0.75rem";
1172
+ readonly 175: "0.875rem";
1173
+ readonly 200: "1rem";
1174
+ readonly 225: "1.125rem";
1175
+ readonly 250: "1.25rem";
1176
+ readonly 300: "1.5rem";
1177
+ readonly 400: "2rem";
1178
+ readonly 500: "2.5rem";
1179
+ readonly 600: "3rem";
1180
+ readonly 800: "4rem";
1181
+ readonly 900: "4.5rem";
1182
+ };
1183
+ radii: {
1184
+ readonly none: 0;
1185
+ readonly half: "999em";
1186
+ readonly 25: "2px";
1187
+ readonly 50: "4px";
1188
+ readonly 75: "6px";
1189
+ readonly 100: "8px";
1190
+ readonly 200: "16px";
1191
+ };
1192
+ shadows: {
1193
+ readonly 50: "0 4px 16px #05003812";
1194
+ readonly 100: "0 8px 32px #05003808";
1195
+ };
1196
+ sizes: {
1197
+ readonly number: string;
1198
+ readonly 'icon-200': "16px";
1199
+ readonly 'icon-300': "24px";
1200
+ readonly 'icon-400': "32px";
1201
+ };
1202
+ space: {
1203
+ readonly none: 0;
1204
+ readonly 50: "4px";
1205
+ readonly 100: "8px";
1206
+ readonly 150: "12px";
1207
+ readonly 200: "16px";
1208
+ readonly 300: "24px";
1209
+ readonly 400: "32px";
1210
+ readonly 500: "64px";
1211
+ readonly 600: "48px";
1212
+ readonly 800: "64px";
1213
+ readonly 1200: "96px";
1214
+ readonly 1600: "128px";
1215
+ };
1216
+ 'space-gap': {
1217
+ readonly none: any;
1218
+ readonly 50: any;
1219
+ readonly 100: any;
1220
+ readonly 200: any;
1221
+ readonly 300: any;
1222
+ };
1223
+ 'space-inset': {
1224
+ readonly none: any;
1225
+ readonly 50: any;
1226
+ readonly 100: any;
1227
+ readonly 150: any;
1228
+ readonly 200: any;
1229
+ readonly 300: any;
1230
+ readonly 400: any;
1231
+ readonly 600: any;
1232
+ readonly 800: any;
1233
+ readonly 1200: any;
1234
+ readonly 1600: any;
1235
+ };
1236
+ 'space-offset': {
1237
+ readonly none: any;
1238
+ readonly 50: any;
1239
+ readonly 100: any;
1240
+ readonly 150: any;
1241
+ readonly 200: any;
1242
+ readonly 300: any;
1243
+ readonly 400: any;
1244
+ readonly 600: any;
1245
+ readonly 800: any;
1246
+ readonly 1200: any;
1247
+ readonly 1600: any;
1248
+ readonly 'stacking-none': any;
1249
+ readonly 'stacking-100': any;
1250
+ readonly 'stacking-200': any;
1251
+ readonly 'stacking-300': any;
1252
+ readonly 'stacking-400': any;
1253
+ readonly 'stacking-500': any;
1254
+ readonly 'stacking-800': any;
1255
+ };
1256
+ 'z-indices': {
1257
+ readonly dropdownMenu: 100;
1258
+ readonly popover: 200;
1259
+ readonly tooltip: 300;
1260
+ };
1261
+ }, {
1262
+ readonly background: "colors";
1263
+ readonly backgroundColor: "colors";
1264
+ readonly backgroundImage: "colors";
1265
+ readonly blockSize: "sizes";
1266
+ readonly border: "colors";
1267
+ readonly borderBlock: "colors";
1268
+ readonly borderBlockEnd: "colors";
1269
+ readonly borderBlockStart: "colors";
1270
+ readonly borderBottom: "colors";
1271
+ readonly borderBottomColor: "colors";
1272
+ readonly borderBottomLeftRadius: "radii";
1273
+ readonly borderBottomRightRadius: "radii";
1274
+ readonly borderBottomStyle: "border-styles";
1275
+ readonly borderBottomWidth: "border-widths";
1276
+ readonly borderColor: "colors";
1277
+ readonly borderImage: "colors";
1278
+ readonly borderInline: "colors";
1279
+ readonly borderInlineEnd: "colors";
1280
+ readonly borderInlineStart: "colors";
1281
+ readonly borderLeft: "colors";
1282
+ readonly borderLeftColor: "colors";
1283
+ readonly borderLeftStyle: "border-styles";
1284
+ readonly borderLeftWidth: "border-widths";
1285
+ readonly borderRadius: "radii";
1286
+ readonly borderRight: "colors";
1287
+ readonly borderRightColor: "colors";
1288
+ readonly borderRightStyle: "border-styles";
1289
+ readonly borderRightWidth: "border-widths";
1290
+ readonly borderStyle: "border-styles";
1291
+ readonly borderTop: "colors";
1292
+ readonly borderTopColor: "colors";
1293
+ readonly borderTopLeftRadius: "radii";
1294
+ readonly borderTopRightRadius: "radii";
1295
+ readonly borderTopStyle: "border-styles";
1296
+ readonly borderTopWidth: "border-widths";
1297
+ readonly borderWidth: "border-widths";
1298
+ readonly bottom: "space";
1299
+ readonly boxShadow: "shadows";
1300
+ readonly caretColor: "colors";
1301
+ readonly color: "colors";
1302
+ readonly columnGap: "space-gap";
1303
+ readonly columnRuleColor: "colors";
1304
+ readonly fill: "colors";
1305
+ readonly flexBasis: "sizes";
1306
+ readonly fontFamily: "fonts";
1307
+ readonly fontSize: "font-sizes";
1308
+ readonly fontWeight: "font-weights";
1309
+ readonly gap: "space-gap";
1310
+ readonly gridColumnGap: "space-gap";
1311
+ readonly gridGap: "space-gap";
1312
+ readonly gridRowGap: "space-gap";
1313
+ readonly gridTemplateColumns: "sizes";
1314
+ readonly gridTemplateRows: "sizes";
1315
+ readonly height: "sizes";
1316
+ readonly inlineSize: "sizes";
1317
+ readonly inset: "space-inset";
1318
+ readonly insetBlock: "space-inset";
1319
+ readonly insetBlockEnd: "space-inset";
1320
+ readonly insetBlockStart: "space-inset";
1321
+ readonly insetInline: "space-inset";
1322
+ readonly insetInlineEnd: "space-inset";
1323
+ readonly insetInlineStart: "space-inset";
1324
+ readonly left: "space";
1325
+ readonly letterSpacing: "letter-spacings";
1326
+ readonly lineHeight: "line-heights";
1327
+ readonly margin: "space-offset";
1328
+ readonly marginBlock: "space-offset";
1329
+ readonly marginBlockEnd: "space-offset";
1330
+ readonly marginBlockStart: "space-offset";
1331
+ readonly marginBottom: "space-offset";
1332
+ readonly marginInline: "space-offset";
1333
+ readonly marginInlineEnd: "space-offset";
1334
+ readonly marginInlineStart: "space-offset";
1335
+ readonly marginLeft: "space-offset";
1336
+ readonly marginRight: "space-offset";
1337
+ readonly marginTop: "space-offset";
1338
+ readonly maxBlockSize: "sizes";
1339
+ readonly maxHeight: "sizes";
1340
+ readonly maxInlineSize: "sizes";
1341
+ readonly maxWidth: "sizes";
1342
+ readonly minBlockSize: "sizes";
1343
+ readonly minHeight: "sizes";
1344
+ readonly minInlineSize: "sizes";
1345
+ readonly minWidth: "sizes";
1346
+ readonly outline: "colors";
1347
+ readonly outlineColor: "colors";
1348
+ readonly padding: "space-inset";
1349
+ readonly paddingBlock: "space-inset";
1350
+ readonly paddingBlockEnd: "space-inset";
1351
+ readonly paddingBlockStart: "space-inset";
1352
+ readonly paddingBottom: "space-inset";
1353
+ readonly paddingInline: "space-inset";
1354
+ readonly paddingInlineEnd: "space-inset";
1355
+ readonly paddingInlineStart: "space-inset";
1356
+ readonly paddingLeft: "space-inset";
1357
+ readonly paddingRight: "space-inset";
1358
+ readonly paddingTop: "space-inset";
1359
+ readonly right: "space";
1360
+ readonly rowGap: "space-gap";
1361
+ readonly scrollMargin: "space-offset";
1362
+ readonly scrollMarginBlock: "space-offset";
1363
+ readonly scrollMarginBlockEnd: "space-offset";
1364
+ readonly scrollMarginBlockStart: "space-offset";
1365
+ readonly scrollMarginBottom: "space-offset";
1366
+ readonly scrollMarginInline: "space-offset";
1367
+ readonly scrollMarginInlineEnd: "space-offset";
1368
+ readonly scrollMarginInlineStart: "space-offset";
1369
+ readonly scrollMarginLeft: "space-offset";
1370
+ readonly scrollMarginRight: "space-offset";
1371
+ readonly scrollMarginTop: "space-offset";
1372
+ readonly scrollPadding: "space-inset";
1373
+ readonly scrollPaddingBlock: "space-inset";
1374
+ readonly scrollPaddingBlockEnd: "space-inset";
1375
+ readonly scrollPaddingBlockStart: "space-inset";
1376
+ readonly scrollPaddingBottom: "space-inset";
1377
+ readonly scrollPaddingInline: "space-inset";
1378
+ readonly scrollPaddingInlineEnd: "space-inset";
1379
+ readonly scrollPaddingInlineStart: "space-inset";
1380
+ readonly scrollPaddingLeft: "space-inset";
1381
+ readonly scrollPaddingRight: "space-inset";
1382
+ readonly scrollPaddingTop: "space-inset";
1383
+ readonly stroke: "colors";
1384
+ readonly textDecorationColor: "colors";
1385
+ readonly textShadow: "shadows";
1386
+ readonly top: "space";
1387
+ readonly transition: "transitions";
1388
+ readonly width: "sizes";
1389
+ readonly zIndex: "z-indices";
1390
+ }, {
1391
+ paddingX: (value: {
1392
+ readonly [$$PropertyValue]: "padding";
1393
+ }) => {
1394
+ paddingLeft: {
1395
+ readonly [$$PropertyValue]: "padding";
1396
+ };
1397
+ paddingRight: {
1398
+ readonly [$$PropertyValue]: "padding";
1399
+ };
1400
+ };
1401
+ paddingY: (value: {
1402
+ readonly [$$PropertyValue]: "padding";
1403
+ }) => {
1404
+ paddingTop: {
1405
+ readonly [$$PropertyValue]: "padding";
1406
+ };
1407
+ paddingBottom: {
1408
+ readonly [$$PropertyValue]: "padding";
1409
+ };
1410
+ };
1411
+ marginX: (value: {
1412
+ readonly [$$PropertyValue]: "margin";
1413
+ }) => {
1414
+ marginLeft: {
1415
+ readonly [$$PropertyValue]: "margin";
1416
+ };
1417
+ marginRight: {
1418
+ readonly [$$PropertyValue]: "margin";
1419
+ };
1420
+ };
1421
+ marginY: (value: {
1422
+ readonly [$$PropertyValue]: "margin";
1423
+ }) => {
1424
+ marginTop: {
1425
+ readonly [$$PropertyValue]: "margin";
1426
+ };
1427
+ marginBottom: {
1428
+ readonly [$$PropertyValue]: "margin";
1429
+ };
1430
+ };
1431
+ }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
1432
+
1433
+ declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
1434
+ interface LinkProps extends ItemPropsWithAnchor {
1435
+ }
1436
+ declare const Link: react__default.ForwardRefExoticComponent<Pick<LinkProps, "color" | "translate" | "css" | "prefix" | "className" | "style" | "asChild" | "UNSAFE_style" | "media" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "download" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "hrefLang" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "referrerPolicy" | "ping" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
1437
+
1438
+ interface ToolbarProps extends StyledToolbarProps {
1439
+ /**
1440
+ * Defines whether the toolbar has default styles (e.g. background, shadow, etc.)
1441
+ * @default false
1442
+ */
1443
+ unstyled?: boolean;
1444
+ /**
1445
+ * The orientation of the toolbar
1446
+ * @default horizontal
1447
+ */
1448
+ orientation?: 'horizontal' | 'vertical';
1449
+ /**
1450
+ * The reading direction of the toolbar
1451
+ * @default ltr
1452
+ */
1453
+ dir?: 'ltr' | 'rtl';
1454
+ /**
1455
+ * The reading direction of the toolbar
1456
+ * @deprecated use dir instead
1457
+ */
1458
+ direction?: 'ltr' | 'rtl';
1459
+ /**
1460
+ * When true, keyboard navigation will loop from last tab to first, and vice versa
1461
+ * @default true
1462
+ */
1463
+ loop?: boolean;
1464
+ }
1465
+ declare const Toolbar: react__default.ForwardRefExoticComponent<ToolbarProps> & Partials;
1466
+ interface Partials {
1467
+ Icon: typeof Icon;
1468
+ Item: typeof Item;
1469
+ Link: typeof Link;
1470
+ Separator: typeof Separator;
1471
+ }
1472
+
1473
+ export { Toolbar, IconProps as ToolbarIconProps, ItemProps as ToolbarItemProps, LinkProps as ToolbarLinkProps, ToolbarProps, SeparatorProps as ToolbarSeparatorProps };