@keeper-security/keeper-js-ui 0.12.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +1,25 @@
1
- import * as AvatarPrimitive from '@radix-ui/react-avatar';
2
- import { ClassProp } from 'class-variance-authority/dist/types';
3
- import * as DialogPrimitive from '@radix-ui/react-dialog';
4
- import { DirectionProvider } from '@radix-ui/react-direction';
5
- import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
1
+ import { Avatar as Avatar_2 } from 'radix-ui';
2
+ import { Checkbox as Checkbox_2 } from 'radix-ui';
3
+ import { ClassProp } from 'class-variance-authority/types';
4
+ import { Dialog as Dialog_2 } from 'radix-ui';
5
+ import { Direction } from 'radix-ui';
6
+ import { DropdownMenu as DropdownMenu_2 } from 'radix-ui';
6
7
  import { ForwardRefExoticComponent } from 'react';
8
+ import { IconProps as IconProps_2 } from '../components/ui/icon';
7
9
  import { JSX as JSX_2 } from 'react/jsx-runtime';
8
- import * as PopoverPrimitive from '@radix-ui/react-popover';
10
+ import { Label as Label_2 } from 'radix-ui';
11
+ import { Popover as Popover_2 } from 'radix-ui';
9
12
  import * as React_2 from 'react';
10
13
  import { RefAttributes } from 'react';
11
- import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
12
- import * as SelectPrimitive from '@radix-ui/react-select';
13
- import * as SeparatorPrimitive from '@radix-ui/react-separator';
14
- import * as SwitchPrimitives from '@radix-ui/react-switch';
15
- import * as ToastPrimitives from '@radix-ui/react-toast';
16
- import * as TooltipPrimitive from '@radix-ui/react-tooltip';
14
+ import { ScrollArea as ScrollArea_2 } from 'radix-ui';
15
+ import { Select as Select_2 } from 'radix-ui';
16
+ import { Separator as Separator_2 } from 'radix-ui';
17
+ import { Switch as Switch_2 } from 'radix-ui';
18
+ import { Toast as Toast_2 } from 'radix-ui';
19
+ import { Tooltip as Tooltip_2 } from 'radix-ui';
17
20
  import { VariantProps } from 'class-variance-authority';
18
21
 
19
- export declare const AccessibilityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
22
+ export declare const AccessibilityIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
20
23
 
21
24
  /**
22
25
  * Ensures interactive elements, such as buttons and inputs, have associated descriptive text for a11y concerns.
@@ -27,15 +30,71 @@ declare type AccessibleInteractiveElementHelper = AtLeastOneRequired<{
27
30
  'aria-label': string;
28
31
  }>;
29
32
 
30
- export declare const AppWindowGlobeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
33
+ export declare const AIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
31
34
 
32
- export declare const AppWindowPromptTopRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
35
+ export declare const AlignJustifyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
33
36
 
34
- export declare const AppWindowTerminalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
37
+ export declare const AmazonLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
35
38
 
36
- export declare const ArrowDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
39
+ export declare const AmpersandIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
37
40
 
38
- export declare const ArrowLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
41
+ export declare const AppWindow2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
42
+
43
+ export declare const AppWindowArrowRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
44
+
45
+ export declare const AppWindowArrowUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
46
+
47
+ export declare const AppWindowCloudIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
48
+
49
+ export declare const AppWindowCodeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
50
+
51
+ export declare const AppWindowCog2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
52
+
53
+ export declare const AppWindowCogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
54
+
55
+ export declare const AppWindowGlobeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
56
+
57
+ export declare const AppWindowGrid2x2CogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
58
+
59
+ export declare const AppWindowGrid2x2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
60
+
61
+ export declare const AppWindowGrid2x2NetworkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
62
+
63
+ export declare const AppWindowGridSearchIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
64
+
65
+ export declare const AppWindowIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
66
+
67
+ export declare const AppWindowLockKeyholeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
68
+
69
+ export declare const AppWindowPromptTopRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
70
+
71
+ export declare const AppWindowTerminal2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
72
+
73
+ export declare const AppWindowTerminalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
74
+
75
+ export declare const ArchiveIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
76
+
77
+ export declare const ArchiveRestoreIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
78
+
79
+ export declare const ArchiveSendIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
80
+
81
+ export declare const ArrowDownIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
82
+
83
+ export declare const ArrowDownNarrowWideIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
84
+
85
+ export declare const ArrowDownToLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
86
+
87
+ export declare const ArrowDownWideNarrowIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
88
+
89
+ export declare const ArrowLeftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
90
+
91
+ export declare const ArrowLeftRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
92
+
93
+ export declare const ArrowUpFromLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
94
+
95
+ export declare const ArrowUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
96
+
97
+ export declare const ArrowUpNarrowWideIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
39
98
 
40
99
  /**
41
100
  * Utility type that ensures at least one of the props is present.
@@ -61,46 +120,108 @@ declare type AtLeastOneRequired<T, U = {
61
120
 
62
121
  export declare const Avatar: React_2.ForwardRefExoticComponent<AvatarProps & React_2.RefAttributes<HTMLSpanElement>>;
63
122
 
64
- export declare const AvatarFallback: React_2.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
123
+ /**
124
+ * -----------------------------------------------------------------------------
125
+ * AvatarFallback
126
+ * -----------------------------------------------------------------------------
127
+ */
128
+ export declare const AvatarFallback: React_2.ForwardRefExoticComponent<Omit<Avatar_2.AvatarFallbackProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
65
129
 
66
- export declare const AvatarImage: React_2.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React_2.RefAttributes<HTMLImageElement>, "ref"> & React_2.RefAttributes<HTMLImageElement>>;
130
+ /**
131
+ * -----------------------------------------------------------------------------
132
+ * AvatarImage
133
+ * -----------------------------------------------------------------------------
134
+ */
135
+ export declare const AvatarImage: React_2.ForwardRefExoticComponent<Omit<Avatar_2.AvatarImageProps & React_2.RefAttributes<HTMLImageElement>, "ref"> & React_2.RefAttributes<HTMLImageElement>>;
67
136
 
68
- declare interface AvatarProps extends React_2.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>, VariantProps<typeof avatarVariants> {
137
+ declare interface AvatarProps extends React_2.ComponentPropsWithoutRef<typeof Avatar_2.Root>, VariantProps<typeof avatarVariants> {
69
138
  }
70
139
 
140
+ export declare const AvatarStatus: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & VariantProps<(props?: ({
141
+ status?: "active" | "inactive" | null | undefined;
142
+ } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLDivElement>>;
143
+
71
144
  declare const avatarVariants: (props?: ({
72
145
  size?: "sm" | "md" | "lg" | null | undefined;
73
146
  } & ClassProp) | undefined) => string;
74
147
 
75
- export declare const BadgeUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
148
+ export declare const AwsLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
76
149
 
77
- export declare const BirthCertificateIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
150
+ export declare const AZArrowsIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
78
151
 
79
- export declare const Box: React_2.ForwardRefExoticComponent<BoxProps & React_2.RefAttributes<HTMLDivElement>>;
152
+ export declare const AZMinusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
153
+
154
+ export declare const BadgeCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
155
+
156
+ export declare const BadgeUserAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
157
+
158
+ export declare const BadgeUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
159
+
160
+ export declare const BanIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
161
+
162
+ export declare const BellAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
163
+
164
+ export declare const BellIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
80
165
 
81
- declare interface BoxProps extends React_2.HTMLAttributes<HTMLDivElement>, VariantProps<typeof boxVariants> {
166
+ export declare const BellOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
167
+
168
+ declare interface BlockBaseProps extends React.HTMLAttributes<HTMLDivElement> {
82
169
  as?: 'div' | 'span';
83
170
  asChild?: boolean;
171
+ m?: MarginValues;
172
+ mb?: MarginValues;
173
+ me?: MarginValues;
174
+ ms?: MarginValues;
175
+ mt?: MarginValues;
176
+ mx?: MarginValues;
177
+ my?: MarginValues;
178
+ p?: PaddingValues;
179
+ pb?: PaddingValues;
180
+ pe?: PaddingValues;
181
+ ps?: PaddingValues;
182
+ pt?: PaddingValues;
183
+ px?: PaddingValues;
184
+ py?: PaddingValues;
185
+ }
186
+
187
+ export declare const BombIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
188
+
189
+ export declare const BookOpenPageIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
190
+
191
+ export declare const BookOpenPageOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
192
+
193
+ export declare const BookOpenUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
194
+
195
+ export declare const Box: React_2.ForwardRefExoticComponent<BoxProps & React_2.RefAttributes<HTMLDivElement>>;
196
+
197
+ declare interface BoxProps extends BlockBaseProps, VariantProps<typeof boxVariants> {
84
198
  }
85
199
 
86
200
  declare const boxVariants: (props?: ({
87
- p?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
88
- pb?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
89
- pe?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
90
- ps?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
91
- pt?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
92
- px?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
93
- py?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
94
- m?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
95
- mb?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
96
- me?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
97
- ms?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
98
- mt?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
99
- mx?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
100
- my?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
101
201
  display?: "none" | "block" | "inline-block" | null | undefined;
202
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | null | undefined;
102
203
  } & ClassProp) | undefined) => string;
103
204
 
205
+ export declare const BracesIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
206
+
207
+ export declare const BreachwatchOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
208
+
209
+ export declare const BriefcaseBusinessIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
210
+
211
+ export declare const BriefcaseBusinessShieldIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
212
+
213
+ export declare const BriefcaseIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
214
+
215
+ export declare const BugIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
216
+
217
+ export declare const Building2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
218
+
219
+ export declare const BuildingCogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
220
+
221
+ export declare const BuildingIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
222
+
223
+ export declare const BuildingPlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
224
+
104
225
  export declare const Button: React_2.ForwardRefExoticComponent<(IconButtonProps | ButtonProps) & React_2.RefAttributes<HTMLButtonElement>>;
105
226
 
106
227
  declare interface ButtonBaseProps extends Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, 'color'>, VariantProps<typeof buttonVariants> {
@@ -121,451 +242,1335 @@ declare const buttonVariants: (props?: ({
121
242
  fullWidth?: boolean | null | undefined;
122
243
  iconOnly?: boolean | null | undefined;
123
244
  loading?: boolean | null | undefined;
124
- radius?: "full" | null | undefined;
245
+ radius?: "lg" | "full" | null | undefined;
125
246
  size?: "sm" | "md" | "lg" | null | undefined;
126
247
  } & ClassProp) | undefined) => string;
127
248
 
128
- export declare const CheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
249
+ export declare const CalendarIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
129
250
 
130
- export declare const ChevronDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
251
+ export declare const CameraIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
131
252
 
132
- export declare const ChevronLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
253
+ export declare const CaseLowerIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
133
254
 
134
- export declare const ChevronRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
255
+ export declare const ChartColumnIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
135
256
 
136
- export declare const ChevronUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
257
+ export declare const ChartNoAxesColumnsTrendingUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
137
258
 
138
- export declare const CircleAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
259
+ export declare const Checkbox: React_2.ForwardRefExoticComponent<Omit<Checkbox_2.CheckboxProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
139
260
 
140
- export declare const CircleAlertOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
261
+ export declare const CheckCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
141
262
 
142
- export declare const CircleCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
263
+ export declare const CheckCircleOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
143
264
 
144
- export declare const CircleHelpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
265
+ export declare const CheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
145
266
 
146
- export declare const CircleHelpOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
267
+ export declare const ChevronDownIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
147
268
 
148
- export declare const CircleInfoOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
269
+ export declare const ChevronLeftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
149
270
 
150
- export declare const CircleLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
271
+ export declare const ChevronRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
151
272
 
152
- export declare const CirclePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
273
+ export declare const ChevronsDownIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
153
274
 
154
- export declare const CircleSegmentTopRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
275
+ export declare const ChevronUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
155
276
 
156
- export declare const CircleUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
277
+ export declare const CircleAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
157
278
 
158
- export declare const CircleUserOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
279
+ export declare const CircleAlertOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
159
280
 
160
- export declare const CircleXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
281
+ export declare const CircleArrowUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
161
282
 
162
- export declare const ClipboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
283
+ export declare const CircleCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
163
284
 
164
- export declare const ClipboardXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
285
+ export declare const CircleChevronsRightLeftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
165
286
 
166
- /**
167
- * Sets internal component labels with the User's language preference.
168
- *
169
- * In most cases, this simply provides a generic fallback for component aria-*, such as the dismiss button on a Toast.
170
- *
171
- * @param keeperJsUiStrings - The object representing all of the keys that need to be defined.
172
- */
173
- export declare function configureStrings(keeperJsUiStrings: Strings): void;
287
+ export declare const CircleCloudIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
174
288
 
175
- export declare const CopyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
289
+ export declare const CircleDnaIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
176
290
 
177
- export declare const CreditCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
291
+ export declare const CircleDnaThinIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
178
292
 
179
- export declare const DatabaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
293
+ export declare const CircleDollarSignIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
180
294
 
181
- export declare const DatabaseMapPinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
295
+ export declare const CircleInfoOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
182
296
 
183
- export declare const Dialog: React_2.FC<DialogPrimitive.DialogProps>;
297
+ export declare const CircleLockFillIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
184
298
 
185
- export declare const DialogClose: React_2.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React_2.RefAttributes<HTMLButtonElement>>;
299
+ export declare const CircleLockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
186
300
 
187
- export declare const DialogContent: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
301
+ export declare const CircleMinusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
188
302
 
189
- export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
303
+ export declare const CircleMinusOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
190
304
 
191
- export declare const DialogFooter: {
192
- ({ className, ...props }: React_2.HTMLAttributes<HTMLDivElement>): JSX_2.Element;
193
- displayName: string;
194
- };
305
+ export declare const CircleMinusSmallIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
195
306
 
196
- export declare const DialogHeader: {
197
- ({ className, ...props }: React_2.HTMLAttributes<HTMLDivElement>): JSX_2.Element;
198
- displayName: string;
199
- };
307
+ export declare const CircleOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
200
308
 
201
- export declare const DialogOverlay: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
309
+ export declare const CirclePauseIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
202
310
 
203
- export declare const DialogPortal: React_2.FC<DialogPrimitive.DialogPortalProps>;
311
+ export declare const CirclePlayIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
204
312
 
205
- export declare const DialogTitle: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React_2.RefAttributes<HTMLHeadingElement>, "ref"> & React_2.RefAttributes<HTMLHeadingElement>>;
313
+ export declare const CirclePlayOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
206
314
 
207
- export declare const DialogTrigger: React_2.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
315
+ export declare const CirclePlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
208
316
 
209
- export declare const DiceIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
317
+ export declare const CircleQuestionMarkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
210
318
 
211
- export declare const DiceOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
319
+ export declare const CircleQuestionMarkOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
212
320
 
213
- export declare const DiceWhiteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
321
+ export declare const CircleSegmentTopRight2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
214
322
 
215
- export { DirectionProvider }
323
+ export declare const CircleSegmentTopRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
216
324
 
217
- export declare const DotIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
325
+ export declare const CircleSkipForwardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
218
326
 
219
- export declare const DotOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
327
+ export declare const CircleUserConciergeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
220
328
 
221
- export declare const DownloadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
329
+ export declare const CircleUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
222
330
 
223
- export declare const DropdownMenu: React_2.FC<DropdownMenuPrimitive.DropdownMenuProps>;
331
+ export declare const CircleUserNetworkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
224
332
 
225
- export declare const DropdownMenuCheckboxItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
333
+ export declare const CircleUserOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
226
334
 
227
- export declare const DropdownMenuContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
335
+ export declare const CircleXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
228
336
 
229
- export declare const DropdownMenuGroup: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuGroupProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
337
+ export declare const CircleZapIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
230
338
 
231
- export declare const DropdownMenuItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
232
- inset?: boolean;
233
- } & React_2.RefAttributes<HTMLDivElement>>;
339
+ export declare const ClapperboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
234
340
 
235
- export declare const DropdownMenuLabel: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
236
- inset?: boolean;
237
- } & React_2.RefAttributes<HTMLDivElement>>;
341
+ export declare const Clipboard2AlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
238
342
 
239
- export declare const DropdownMenuPortal: React_2.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
343
+ export declare const Clipboard2CheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
240
344
 
241
- export declare const DropdownMenuRadioGroup: React_2.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React_2.RefAttributes<HTMLDivElement>>;
345
+ export declare const Clipboard2TextIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
242
346
 
243
- export declare const DropdownMenuRadioItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
347
+ export declare const ClipboardAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
244
348
 
245
- export declare const DropdownMenuSeparator: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
349
+ export declare const ClipboardChartIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
246
350
 
247
- export declare const DropdownMenuShortcut: {
248
- ({ className, ...props }: React_2.HTMLAttributes<HTMLSpanElement>): JSX_2.Element;
249
- displayName: string;
250
- };
351
+ export declare const ClipboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
251
352
 
252
- export declare const DropdownMenuSub: React_2.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
353
+ export declare const ClipboardTextIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
253
354
 
254
- export declare const DropdownMenuSubContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
355
+ export declare const ClipboardXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
255
356
 
256
- export declare const DropdownMenuSubTrigger: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
257
- inset?: boolean;
258
- } & React_2.RefAttributes<HTMLDivElement>>;
357
+ export declare const ClockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
259
358
 
260
- export declare const DropdownMenuTrigger: React_2.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
359
+ export declare const CloudCogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
261
360
 
262
- export declare const EarthIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
361
+ export declare const CloudDownloadIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
263
362
 
264
- export declare const EllipsisHorizontalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
363
+ export declare const CloudGovernmentIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
265
364
 
266
- export declare const EllipsisVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
365
+ export declare const CloudIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
267
366
 
268
- export declare const EyeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
367
+ export declare const CloudKeyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
269
368
 
270
- export declare const EyeOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
369
+ export declare const CloudKeyOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
271
370
 
272
- export declare const FileCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
371
+ export declare const CloudOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
273
372
 
274
- export declare const FileLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
373
+ export declare const CloudUploadIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
275
374
 
276
- export declare const FingerprintIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
375
+ export declare const CogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
277
376
 
278
- export declare const Flex: React_2.ForwardRefExoticComponent<FlexProps & React_2.RefAttributes<HTMLDivElement>>;
377
+ export declare const Columns3Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
279
378
 
280
- declare interface FlexProps extends React_2.HTMLAttributes<HTMLDivElement>, VariantProps<typeof flexVariants> {
281
- as?: 'div' | 'span';
282
- asChild?: boolean;
283
- tooltip?: string;
379
+ export declare const Columns4Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
380
+
381
+ export declare const CommanderLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
382
+
383
+ export declare const CommandIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
384
+
385
+ /**
386
+ * Sets internal component labels with the User's language preference.
387
+ *
388
+ * In most cases, this simply provides a generic fallback for component aria-*, such as the dismiss button on a Toast.
389
+ *
390
+ * @param keeperJsUiStrings - The object representing all of the keys that need to be defined.
391
+ */
392
+ export declare function configureStrings(keeperJsUiStrings: StringsSchema): void;
393
+
394
+ export declare const CopyAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
395
+
396
+ export declare const CopyChevronDownIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
397
+
398
+ export declare const CopyCirclePlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
399
+
400
+ export declare const CopyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
401
+
402
+ export declare const CopyPlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
403
+
404
+ export declare const CreditCardClockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
405
+
406
+ export declare const CreditCardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
407
+
408
+ export declare const DatabaseIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
409
+
410
+ export declare const DatabaseMapPinIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
411
+
412
+ export declare const DatabaseRefreshCcwIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
413
+
414
+ export declare const DatabaseSearchIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
415
+
416
+ export declare function Dialog(props: React_2.ComponentProps<typeof Dialog_2.Root>): JSX_2.Element;
417
+
418
+ export declare namespace Dialog {
419
+ var displayName: string | undefined;
284
420
  }
285
421
 
286
- declare const flexVariants: (props?: ({
287
- self?: "center" | "end" | "start" | "auto" | "baseline" | "stretch" | null | undefined;
288
- shrink?: 0 | 1 | null | undefined;
289
- wrap?: "wrap" | "reverse" | "nowrap" | null | undefined;
290
- p?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
291
- pb?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
292
- pe?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
293
- ps?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
294
- pt?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
295
- px?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
296
- py?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
297
- m?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
298
- mb?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
299
- me?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
300
- ms?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
301
- mt?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
302
- mx?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
303
- my?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
304
- grow?: 0 | 1 | null | undefined;
305
- justify?: "center" | "end" | "start" | "baseline" | "stretch" | "normal" | "around" | "between" | "evenly" | null | undefined;
306
- gap?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
307
- gapColumn?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
308
- gapRow?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
309
- align?: "center" | "end" | "start" | "baseline" | "stretch" | null | undefined;
310
- direction?: "row" | "column" | "column-reverse" | "row-reverse" | null | undefined;
311
- display?: "none" | "flex" | "inline-flex" | null | undefined;
312
- } & ClassProp) | undefined) => string;
422
+ /**
423
+ * -----------------------------------------------------------------------------
424
+ * DialogClose
425
+ * -----------------------------------------------------------------------------
426
+ */
427
+ export declare const DialogClose: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogCloseProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
313
428
 
314
- export declare const FolderIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
429
+ /**
430
+ * -----------------------------------------------------------------------------
431
+ * DialogContent
432
+ * -----------------------------------------------------------------------------
433
+ */
434
+ export declare const DialogContent: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
315
435
 
316
- export declare const FolderShareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
436
+ /**
437
+ * -----------------------------------------------------------------------------
438
+ * DialogDescription
439
+ * -----------------------------------------------------------------------------
440
+ */
441
+ export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
317
442
 
318
- export declare const GlobeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
443
+ /**
444
+ * -----------------------------------------------------------------------------
445
+ * DialogFooter
446
+ * -----------------------------------------------------------------------------
447
+ */
448
+ export declare function DialogFooter({ className, ...props }: React_2.ComponentProps<'div'>): JSX_2.Element;
319
449
 
320
- export declare const HospitalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
450
+ export declare namespace DialogFooter {
451
+ var displayName: string;
452
+ }
321
453
 
322
- export declare const IconButton: React_2.ForwardRefExoticComponent<Omit<IconButtonProps, "fullWidth" | "iconOnly"> & React_2.RefAttributes<HTMLButtonElement>>;
454
+ /**
455
+ * -----------------------------------------------------------------------------
456
+ * DialogHeader
457
+ * -----------------------------------------------------------------------------
458
+ */
459
+ export declare function DialogHeader({ className, ...props }: React_2.ComponentProps<'div'>): JSX_2.Element;
323
460
 
324
- declare interface IconButtonProps extends ButtonBaseProps {
325
- iconOnly: true;
326
- 'aria-label': string;
461
+ export declare namespace DialogHeader {
462
+ var displayName: string;
327
463
  }
328
464
 
329
- declare interface IconProps extends Omit<React_2.ComponentPropsWithoutRef<'svg'>, 'color'>, VariantProps<typeof iconVariants> {
465
+ /**
466
+ * -----------------------------------------------------------------------------
467
+ * DialogOverlay
468
+ * -----------------------------------------------------------------------------
469
+ */
470
+ export declare const DialogOverlay: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogOverlayProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
471
+
472
+ /**
473
+ * -----------------------------------------------------------------------------
474
+ * DialogPortal
475
+ * -----------------------------------------------------------------------------
476
+ */
477
+ export declare function DialogPortal(props: React_2.ComponentProps<typeof Dialog_2.Portal>): JSX_2.Element;
478
+
479
+ export declare namespace DialogPortal {
480
+ var displayName: string | undefined;
330
481
  }
331
482
 
332
- declare const iconVariants: (props?: ({
333
- color?: "current" | "neutral" | "primary" | "secondary" | "success" | "destructive" | null | undefined;
334
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
335
- } & ClassProp) | undefined) => string;
483
+ /**
484
+ * -----------------------------------------------------------------------------
485
+ * DialogTitle
486
+ * -----------------------------------------------------------------------------
487
+ */
488
+ export declare const DialogTitle: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogTitleProps & React_2.RefAttributes<HTMLHeadingElement>, "ref"> & React_2.RefAttributes<HTMLHeadingElement>>;
336
489
 
337
- export declare const IdCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
490
+ /**
491
+ * -----------------------------------------------------------------------------
492
+ * DialogTrigger
493
+ * -----------------------------------------------------------------------------
494
+ */
495
+ export declare const DialogTrigger: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
338
496
 
339
- declare let initialStrings: {
340
- toast: {
341
- dismissButtonLabel: string;
342
- };
343
- };
497
+ export declare const DiceIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
344
498
 
345
- export declare const KeeperCoinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
499
+ export declare const DiceOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
346
500
 
347
- export declare const KeeperIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
501
+ export declare const DiceWhiteIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
348
502
 
349
- export declare const KeeperOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
503
+ declare type Direction_2 = 'ltr' | 'rtl';
350
504
 
351
- export declare const KeeperSquareInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
505
+ export declare function DirectionProvider(props: DirectionProviderProps): JSX_2.Element;
352
506
 
353
- export declare const KeyboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
507
+ declare interface DirectionProviderProps {
508
+ children?: React.ReactNode;
509
+ dir: Direction_2;
510
+ }
354
511
 
355
- export declare const KeyUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
512
+ export declare const DockerLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
356
513
 
357
- export declare const LandmarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
514
+ export declare const DotIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
358
515
 
359
- export declare const LightbulbIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
516
+ export declare const DotOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
360
517
 
361
- export declare const List: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React_2.RefAttributes<HTMLUListElement>>;
518
+ export declare const DownloadIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
362
519
 
363
- export declare const ListItem: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
364
- inset?: boolean;
365
- } & React_2.RefAttributes<HTMLLIElement>>;
520
+ export declare const DrawerOpenIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
366
521
 
367
- export declare const ListItemArrow: {
368
- ({ className, ...props }: IconProps): JSX_2.Element;
369
- displayName: string;
370
- };
522
+ export declare function DropdownMenu(props: React_2.ComponentPropsWithoutRef<typeof DropdownMenu_2.Root>): JSX_2.Element;
371
523
 
372
- export declare const ListItemButton: React_2.ForwardRefExoticComponent<Omit<Omit<React_2.DetailedHTMLProps<React_2.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "color"> & VariantProps<(props?: ({
373
- color?: "secondary" | "destructive" | null | undefined;
374
- } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLButtonElement>>;
524
+ export declare namespace DropdownMenu {
525
+ var displayName: string | undefined;
526
+ }
375
527
 
376
- export declare const ListItemText: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
377
- primary: React_2.ReactNode;
378
- secondary?: React_2.ReactNode;
379
- } & React_2.RefAttributes<HTMLSpanElement>>;
528
+ /**
529
+ * -----------------------------------------------------------------------------
530
+ * DropdownMenuCheckboxItem
531
+ * -----------------------------------------------------------------------------
532
+ */
533
+ export declare const DropdownMenuCheckboxItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuCheckboxItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
380
534
 
381
- export declare const ListLabel: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
535
+ /**
536
+ * -----------------------------------------------------------------------------
537
+ * DropdownMenuContent
538
+ * -----------------------------------------------------------------------------
539
+ */
540
+ export declare const DropdownMenuContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
541
+
542
+ /**
543
+ * -----------------------------------------------------------------------------
544
+ * DropdownMenuGroup
545
+ * -----------------------------------------------------------------------------
546
+ */
547
+ export declare const DropdownMenuGroup: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuGroupProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
548
+
549
+ export declare const DropdownMenuItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
550
+ color?: "primary" | "secondary" | "success" | "destructive" | "warning" | null | undefined;
551
+ inset?: boolean | null | undefined;
552
+ } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLDivElement>>;
553
+
554
+ /**
555
+ * -----------------------------------------------------------------------------
556
+ * DropdownMenuLabel
557
+ * -----------------------------------------------------------------------------
558
+ */
559
+ export declare const DropdownMenuLabel: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuLabelProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
382
560
  inset?: boolean;
383
- } & React_2.RefAttributes<HTMLLIElement>>;
561
+ } & React_2.RefAttributes<HTMLDivElement>>;
384
562
 
385
- export declare const ListSeparator: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React_2.RefAttributes<HTMLLIElement>>;
563
+ /**
564
+ * -----------------------------------------------------------------------------
565
+ * DropdownMenuPortal
566
+ * -----------------------------------------------------------------------------
567
+ */
568
+ export declare function DropdownMenuPortal(props: React_2.ComponentPropsWithoutRef<typeof DropdownMenu_2.Portal>): JSX_2.Element;
386
569
 
387
- export declare const Loader: React_2.ForwardRefExoticComponent<Omit<LoaderProps, "ref"> & React_2.RefAttributes<SVGSVGElement>>;
570
+ export declare namespace DropdownMenuPortal {
571
+ var displayName: string | undefined;
572
+ }
388
573
 
389
- declare interface LoaderProps extends Omit<React_2.ComponentProps<'svg'>, 'color'>, VariantProps<typeof loaderVariants> {
574
+ /**
575
+ * -----------------------------------------------------------------------------
576
+ * DropdownMenuRadioGroup
577
+ * -----------------------------------------------------------------------------
578
+ */
579
+ export declare const DropdownMenuRadioGroup: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuRadioGroupProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
580
+
581
+ /**
582
+ * -----------------------------------------------------------------------------
583
+ * DropdownMenuRadioItem
584
+ * -----------------------------------------------------------------------------
585
+ */
586
+ export declare const DropdownMenuRadioItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuRadioItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
587
+
588
+ /**
589
+ * -----------------------------------------------------------------------------
590
+ * DropdownMenuSeparator
591
+ * -----------------------------------------------------------------------------
592
+ */
593
+ export declare const DropdownMenuSeparator: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuSeparatorProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
594
+
595
+ /**
596
+ * -----------------------------------------------------------------------------
597
+ * DropdownMenuShortcut
598
+ * -----------------------------------------------------------------------------
599
+ */
600
+ export declare const DropdownMenuShortcut: {
601
+ ({ className, ...props }: React_2.HTMLAttributes<HTMLSpanElement>): JSX_2.Element;
602
+ displayName: string;
603
+ };
604
+
605
+ /**
606
+ * -----------------------------------------------------------------------------
607
+ * DropdownMenuSub
608
+ * -----------------------------------------------------------------------------
609
+ */
610
+ export declare function DropdownMenuSub(props: React_2.ComponentPropsWithoutRef<typeof DropdownMenu_2.Sub>): JSX_2.Element;
611
+
612
+ export declare namespace DropdownMenuSub {
613
+ var displayName: string | undefined;
390
614
  }
391
615
 
392
- declare const loaderVariants: (props?: ({
393
- color?: "current" | "neutral" | "primary" | "secondary" | "destructive" | null | undefined;
394
- size?: "sm" | "md" | "lg" | "xl" | "xs" | "2xl" | null | undefined;
395
- } & ClassProp) | undefined) => string;
616
+ /**
617
+ * -----------------------------------------------------------------------------
618
+ * DropdownMenuSubContent
619
+ * -----------------------------------------------------------------------------
620
+ */
621
+ export declare const DropdownMenuSubContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuSubContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
396
622
 
397
- export declare const LockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
623
+ /**
624
+ * -----------------------------------------------------------------------------
625
+ * DropdownMenuSubTrigger
626
+ * -----------------------------------------------------------------------------
627
+ */
628
+ export declare const DropdownMenuSubTrigger: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuSubTriggerProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
629
+ inset?: boolean;
630
+ } & React_2.RefAttributes<HTMLDivElement>>;
398
631
 
399
- export declare const LockOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
632
+ /**
633
+ * -----------------------------------------------------------------------------
634
+ * DropdownMenuTrigger
635
+ * -----------------------------------------------------------------------------
636
+ */
637
+ export declare const DropdownMenuTrigger: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
400
638
 
401
- export declare const LogInIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
639
+ export declare const DuoLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
402
640
 
403
- export declare const LogOutIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
641
+ export declare const Earth2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
404
642
 
405
- export declare const MapPinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
643
+ export declare const EarthIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
406
644
 
407
- export declare const MembershipCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
645
+ export declare const EarthLockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
408
646
 
409
- export declare const MessageSquareInfoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
647
+ export declare const EllipsisHorizontalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
410
648
 
411
- export declare const MessageSquareMoreIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
649
+ export declare const EllipsisVerticalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
412
650
 
413
- export declare const MessageSquarePenLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
651
+ export declare const EqualIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
414
652
 
415
- export declare const MonitorLayoutGridIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
653
+ export declare const EyeHelloIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
416
654
 
417
- export declare const NetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
655
+ export declare const EyeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
418
656
 
419
- export declare const PaletteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
657
+ export declare const EyeOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
420
658
 
421
- export declare const PanelLandscapeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
659
+ export declare const FileBookmarkStarIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
422
660
 
423
- export declare const PanelPortraitIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
661
+ export declare const FileCodeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
424
662
 
425
- export declare const PanelsTopLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
663
+ export declare const FileCogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
426
664
 
427
- export declare const PaperclipIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
665
+ export declare const FileDocIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
428
666
 
429
- export declare const PcCaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
667
+ export declare const FileEpsIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
430
668
 
431
- export declare const PencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
669
+ export declare const FileIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
432
670
 
433
- export declare const Popover: React_2.FC<PopoverPrimitive.PopoverProps>;
671
+ export declare const FileImageIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
434
672
 
435
- export declare const PopoverContent: React_2.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
673
+ export declare const FileLockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
436
674
 
437
- export declare const PopoverTrigger: React_2.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
675
+ export declare const FilePdfIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
438
676
 
439
- export declare const PowerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
677
+ export declare const FilePptIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
440
678
 
441
- export declare const RadioIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
679
+ export declare const FileQuestionMarkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
442
680
 
443
- export declare const RadioSelectedIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
681
+ export declare const FileSearchIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
444
682
 
445
- export declare const RefreshCcwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
683
+ export declare const FileSearchOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
446
684
 
447
- export declare const ReplyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
685
+ export declare const FileSvgIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
448
686
 
449
- export declare const RotateCwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
687
+ export declare const FileTextIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
450
688
 
451
- export declare const SaveIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
689
+ export declare const FileTextPencilIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
452
690
 
453
- export declare const ScanCameraIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
691
+ export declare const FileUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
454
692
 
455
- export declare const ScrollArea: React_2.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
693
+ export declare const FileXlsIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
456
694
 
457
- export declare const ScrollAreaViewport: React_2.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaViewportProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
695
+ export declare const Fingerprint2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
458
696
 
459
- export declare const ScrollBar: React_2.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
697
+ export declare const Fingerprint3Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
460
698
 
461
- export declare const SearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
699
+ export declare const FingerprintIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
462
700
 
463
- export declare const Select: React_2.FC<SelectPrimitive.SelectProps>;
701
+ export declare const FlagIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
464
702
 
465
- export declare const SelectContent: React_2.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
703
+ export declare const Flex: React_2.ForwardRefExoticComponent<FlexProps & React_2.RefAttributes<HTMLDivElement>>;
466
704
 
467
- export declare const SelectItem: React_2.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
705
+ declare interface FlexProps extends BlockBaseProps, VariantProps<typeof flexVariants> {
706
+ gap?: GapValues;
707
+ columnGap?: GapValues;
708
+ rowGap?: GapValues;
709
+ tooltip?: string;
710
+ }
468
711
 
469
- export declare const SelectTrigger: React_2.ForwardRefExoticComponent<(AccessibleInteractiveElementHelper & Omit<SelectPrimitive.SelectTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref">) & React_2.RefAttributes<HTMLButtonElement>>;
712
+ declare const flexVariants: (props?: ({
713
+ align?: "center" | "end" | "start" | "baseline" | "stretch" | null | undefined;
714
+ direction?: "row" | "column" | "column-reverse" | "row-reverse" | null | undefined;
715
+ display?: "none" | "flex" | "inline-flex" | null | undefined;
716
+ grow?: 0 | 1 | null | undefined;
717
+ justify?: "center" | "end" | "start" | "baseline" | "stretch" | "normal" | "around" | "between" | "evenly" | null | undefined;
718
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | null | undefined;
719
+ self?: "center" | "end" | "start" | "auto" | "baseline" | "stretch" | null | undefined;
720
+ shrink?: 0 | 1 | null | undefined;
721
+ wrap?: "wrap" | "reverse" | "nowrap" | null | undefined;
722
+ } & ClassProp) | undefined) => string;
470
723
 
471
- export declare const SelectValue: React_2.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React_2.RefAttributes<HTMLSpanElement>>;
724
+ export declare const FolderArchiveIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
472
725
 
473
- export declare const Separator: React_2.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
726
+ export declare const FolderIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
474
727
 
475
- export declare const ServerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
728
+ export declare const FolderNetworkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
476
729
 
477
- export declare const SettingsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
730
+ export declare const FolderOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
478
731
 
479
- export declare const ShapesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
732
+ export declare const FolderPlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
480
733
 
481
- export declare const ShieldQuestionIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
734
+ export declare const FolderRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
482
735
 
483
- export declare const ShieldSecurityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
736
+ export declare const FolderShareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
484
737
 
485
- export declare const SkipForwardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
738
+ export declare const FolderShareOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
486
739
 
487
- export declare const SlidersHorizontalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
740
+ export declare const FolderSharePlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
488
741
 
489
- export declare const SocialSecurityCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
742
+ export declare const FoldersIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
490
743
 
491
- export declare const SquareArrowOutUpRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
744
+ export declare const FolderUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
492
745
 
493
- export declare const SquareCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
746
+ export declare const FolderUsersIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
494
747
 
495
- export declare const SquareGlobeLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
748
+ export declare const FolderXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
496
749
 
497
- export declare const SquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
750
+ export declare const FootballIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
498
751
 
499
- export declare const SquareImageIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
752
+ export declare const FootprintsIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
500
753
 
501
- export declare const SquareInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
754
+ export declare const ForwardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
502
755
 
503
- export declare const SquareKeyUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
756
+ export declare const GamepadIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
504
757
 
505
- export declare const SquareUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
758
+ declare type GapValues = number | `${number}%` | 'px';
506
759
 
507
- export declare const StarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
760
+ export declare const GaugeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
508
761
 
509
- export declare const StarOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
762
+ export declare const GemIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
510
763
 
511
- declare type Strings = typeof initialStrings;
764
+ export declare const Gift2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
512
765
 
513
- export declare function StringsProvider({ children }: {
514
- children: React_2.ReactNode;
515
- }): JSX_2.Element;
766
+ export declare const GiftCardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
516
767
 
517
- export declare const Switch: React_2.ForwardRefExoticComponent<SwitchProps & React_2.RefAttributes<HTMLButtonElement>>;
768
+ export declare const GiftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
518
769
 
519
- declare type SwitchProps = AtLeastOneRequired<SwitchPropsA11y> & React_2.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>;
770
+ export declare const GlobeEyeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
520
771
 
521
- declare type SwitchPropsA11y = {
522
- id: string;
523
- 'aria-labelledby': string;
524
- 'aria-label': string;
525
- };
772
+ export declare const GlobeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
526
773
 
527
- export declare const TimerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
774
+ export declare const GlobeQuestionMarkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
528
775
 
529
- export declare const Toast: () => JSX_2.Element;
776
+ export declare const GoogleAuthenticatorLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
530
777
 
531
- declare function toast({ ...props }: ToasterProps): {
532
- id: string;
533
- dismiss: () => void;
534
- update: (props: ToasterToast) => void;
535
- };
778
+ export declare const GoogleLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
536
779
 
537
- declare const ToastAction: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
780
+ export declare const Government2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
538
781
 
539
- declare type ToastActionElement = React_2.ReactElement<typeof ToastAction>;
782
+ export declare const Government3Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
540
783
 
541
- declare type ToasterProps = Omit<ToasterToast, 'id'>;
784
+ export declare const GovernmentIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
542
785
 
543
- declare type ToasterToast = ToastProps & {
544
- id: string;
545
- title?: React_2.ReactNode;
546
- description?: React_2.ReactNode;
547
- action?: ToastActionElement;
548
- icon?: React_2.ReactNode;
549
- dismissButtonLabel?: string;
550
- };
786
+ export declare const GraduationCapIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
551
787
 
552
- declare type ToastProps = React_2.ComponentPropsWithoutRef<typeof ToastRoot>;
788
+ export declare const Grid2x2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
553
789
 
554
- declare const ToastRoot: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React_2.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ClassProp | undefined) => string> & React_2.RefAttributes<HTMLLIElement>>;
790
+ export declare const Grid3x2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
555
791
 
556
- export declare const Tooltip: React_2.FC<TooltipPrimitive.TooltipProps>;
792
+ export declare const GripIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
557
793
 
558
- export declare const TooltipContent: React_2.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
794
+ export declare const HandIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
559
795
 
560
- export declare const TooltipProvider: ({ disableHoverableContent, ...props }: React_2.ComponentPropsWithoutRef<typeof TooltipPrimitive.Provider>) => JSX_2.Element;
796
+ export declare const HandshakeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
561
797
 
562
- export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
798
+ export declare const HeadsetIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
563
799
 
564
- export declare const TrashIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
800
+ export declare const HexagonsIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
565
801
 
566
- export declare const TriangleAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
802
+ export declare const HexagonsOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
567
803
 
568
- export declare const UsersIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
804
+ export declare const HospitalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
805
+
806
+ export declare const HourglassIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
807
+
808
+ export declare const HourglassSandIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
809
+
810
+ export declare const HouseIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
811
+
812
+ export declare const IconButton: React_2.ForwardRefExoticComponent<Omit<IconButtonProps, "fullWidth" | "iconOnly"> & React_2.RefAttributes<HTMLButtonElement>>;
813
+
814
+ declare interface IconButtonProps extends ButtonBaseProps {
815
+ iconOnly: true;
816
+ 'aria-label': string;
817
+ }
818
+
819
+ declare interface IconProps extends Omit<React_2.ComponentPropsWithoutRef<'svg'>, 'color'>, VariantProps<typeof iconVariants> {
820
+ 'data-slot'?: `${string}-icon`;
821
+ }
822
+
823
+ declare const iconVariants: (props?: ({
824
+ color?: "current" | "neutral" | "primary" | "secondary" | "success" | "destructive" | null | undefined;
825
+ size?: "sm" | "md" | "lg" | "xl" | null | undefined;
826
+ } & ClassProp) | undefined) => string;
827
+
828
+ export declare const IdCard2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
829
+
830
+ export declare const IdCard3Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
831
+
832
+ export declare const IdCardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
833
+
834
+ export declare const ImageSplitVerticalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
835
+
836
+ export declare const InboxDownIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
837
+
838
+ export declare const InfinityIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
839
+
840
+ declare let initialStrings: {
841
+ toast: {
842
+ dismissButtonLabel: string;
843
+ };
844
+ loader: {
845
+ loading: string;
846
+ };
847
+ };
848
+
849
+ export declare const KeeperCoinIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
850
+
851
+ export declare const KeeperIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
852
+
853
+ export declare const KeeperOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
854
+
855
+ export declare const KeeperSquareInputIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
856
+
857
+ export declare const KeyboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
858
+
859
+ export declare const KeychainIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
860
+
861
+ export declare const KeyEqualIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
862
+
863
+ export declare const KeyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
864
+
865
+ export declare const KeypadIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
866
+
867
+ export declare const KeysIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
868
+
869
+ export declare const KeyUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
870
+
871
+ export declare const KubernetesLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
872
+
873
+ export declare const Label: React_2.ForwardRefExoticComponent<LabelProps & React_2.RefAttributes<HTMLLabelElement>>;
874
+
875
+ declare interface LabelProps extends React_2.ComponentPropsWithoutRef<typeof Label_2.Root>, VariantProps<typeof labelVariants> {
876
+ }
877
+
878
+ declare const labelVariants: (props?: ClassProp | undefined) => string;
879
+
880
+ export declare const LandmarkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
881
+
882
+ export declare const LaptopIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
883
+
884
+ export declare const LaptopSearchIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
885
+
886
+ export declare const LaptopSmartphoneIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
887
+
888
+ export declare const LaughIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
889
+
890
+ export declare const LayoutDashboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
891
+
892
+ export declare const LifeBuoyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
893
+
894
+ export declare const LightbulbIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
895
+
896
+ export declare const LightbulbOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
897
+
898
+ export declare const Link2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
899
+
900
+ export declare const LinkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
901
+
902
+ export declare const List: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React_2.RefAttributes<HTMLUListElement>>;
903
+
904
+ export declare const ListCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
905
+
906
+ export declare const ListFilterIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
907
+
908
+ export declare const ListIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
909
+
910
+ /**
911
+ * -----------------------------------------------------------------------------
912
+ * ListItem
913
+ * -----------------------------------------------------------------------------
914
+ */
915
+ export declare const ListItem: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
916
+ inset?: boolean;
917
+ } & React_2.RefAttributes<HTMLLIElement>>;
918
+
919
+ /**
920
+ * -----------------------------------------------------------------------------
921
+ * ListItemArrow
922
+ * -----------------------------------------------------------------------------
923
+ */
924
+ export declare const ListItemArrow: {
925
+ ({ className, ...props }: IconProps): JSX_2.Element;
926
+ displayName: string;
927
+ };
928
+
929
+ export declare const ListItemButton: React_2.ForwardRefExoticComponent<Omit<Omit<React_2.DetailedHTMLProps<React_2.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "color"> & VariantProps<(props?: ({
930
+ color?: "secondary" | "destructive" | null | undefined;
931
+ } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLButtonElement>>;
932
+
933
+ /**
934
+ * -----------------------------------------------------------------------------
935
+ * ListItemText
936
+ * -----------------------------------------------------------------------------
937
+ */
938
+ export declare const ListItemText: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
939
+ primary: React_2.ReactNode;
940
+ secondary?: React_2.ReactNode;
941
+ } & React_2.RefAttributes<HTMLSpanElement>>;
942
+
943
+ /**
944
+ * -----------------------------------------------------------------------------
945
+ * ListLabel
946
+ * -----------------------------------------------------------------------------
947
+ */
948
+ export declare const ListLabel: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
949
+ inset?: boolean;
950
+ } & React_2.RefAttributes<HTMLLIElement>>;
951
+
952
+ export declare const ListPlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
953
+
954
+ /**
955
+ * -----------------------------------------------------------------------------
956
+ * ListSeparator
957
+ * -----------------------------------------------------------------------------
958
+ */
959
+ export declare const ListSeparator: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React_2.RefAttributes<HTMLLIElement>>;
960
+
961
+ export declare const Loader: React_2.ForwardRefExoticComponent<Omit<LoaderProps, "ref"> & React_2.RefAttributes<SVGSVGElement>>;
962
+
963
+ declare interface LoaderProps extends Omit<React_2.ComponentProps<'svg'>, 'color'>, VariantProps<typeof loaderVariants> {
964
+ }
965
+
966
+ declare const loaderVariants: (props?: ({
967
+ color?: "current" | "neutral" | "primary" | "secondary" | "success" | "destructive" | null | undefined;
968
+ loading?: boolean | null | undefined;
969
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | "2xl" | null | undefined;
970
+ } & ClassProp) | undefined) => string;
971
+
972
+ export declare const LockCheckCircleXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
973
+
974
+ export declare const LockCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
975
+
976
+ export declare const LockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
977
+
978
+ export declare const LockKeyholeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
979
+
980
+ export declare const LockKeyholeOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
981
+
982
+ export declare const LockOpenIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
983
+
984
+ export declare const LockXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
985
+
986
+ export declare const LogInIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
987
+
988
+ export declare const LogOutIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
989
+
990
+ export declare const MailIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
991
+
992
+ export declare const MapClockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
993
+
994
+ export declare const MapPinIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
995
+
996
+ export declare const MapPinOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
997
+
998
+ declare type MarginValues = number | `${number}%` | 'px' | 'auto';
999
+
1000
+ export declare const MaximizeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1001
+
1002
+ export declare const Megaphone2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1003
+
1004
+ export declare const MegaphoneIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1005
+
1006
+ export declare const MembershipCardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1007
+
1008
+ export declare const MenuIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1009
+
1010
+ export declare const MessageSquareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1011
+
1012
+ export declare const MessageSquareInfoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1013
+
1014
+ export declare const MessageSquareMore2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1015
+
1016
+ export declare const MessageSquareMoreIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1017
+
1018
+ export declare const MessageSquarePenLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1019
+
1020
+ export declare const MessageSquareText2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1021
+
1022
+ export declare const MessageSquareTextIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1023
+
1024
+ export declare const MessageSquareVideoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1025
+
1026
+ export declare const MessageSquareXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1027
+
1028
+ export declare const MessagesSquareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1029
+
1030
+ export declare const MicrochipLayoutDashboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1031
+
1032
+ export declare const MicrophoneIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1033
+
1034
+ export declare const MicrosoftAuthenticatorLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1035
+
1036
+ export declare const MilitaryIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1037
+
1038
+ export declare const MinimizeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1039
+
1040
+ export declare const MonitorChevronsRightLeftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1041
+
1042
+ export declare const MonitorIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1043
+
1044
+ export declare const MonitorLayoutDashboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1045
+
1046
+ export declare const MonitorLockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1047
+
1048
+ export declare const MonitorSmartphoneWatchIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1049
+
1050
+ export declare const MonitorsNetworkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1051
+
1052
+ export declare const MonitorsXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1053
+
1054
+ export declare const MonitorsZapIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1055
+
1056
+ export declare const MoonIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1057
+
1058
+ export declare const MusicIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1059
+
1060
+ export declare const MysqlLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1061
+
1062
+ export declare const Network2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1063
+
1064
+ export declare const NetworkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1065
+
1066
+ export declare const NewspaperIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1067
+
1068
+ export declare const NoteIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1069
+
1070
+ export declare const OctagonAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1071
+
1072
+ declare type PaddingValues = number | `${number}%` | 'px';
1073
+
1074
+ export declare const PageBookmarkAzIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1075
+
1076
+ export declare const PageBookmarkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1077
+
1078
+ export declare const PaintBucketIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1079
+
1080
+ export declare const PaletteIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1081
+
1082
+ export declare const PanelLandscapeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1083
+
1084
+ export declare const PanelPortraitIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1085
+
1086
+ export declare const PanelsTopLeftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1087
+
1088
+ export declare const PaperclipIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1089
+
1090
+ export declare const PaperclipVerticalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1091
+
1092
+ export declare const PaypalLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1093
+
1094
+ export declare const PcCaseIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1095
+
1096
+ export declare const PencilIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1097
+
1098
+ export declare const PencilLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1099
+
1100
+ export declare const PencilOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1101
+
1102
+ export declare const PencilRulerIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1103
+
1104
+ export declare const PhoneIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1105
+
1106
+ export declare const PhonePlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1107
+
1108
+ export declare const PlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1109
+
1110
+ export declare function Popover(props: React_2.ComponentProps<typeof Popover_2.Root>): JSX_2.Element;
1111
+
1112
+ export declare namespace Popover {
1113
+ var displayName: string | undefined;
1114
+ }
1115
+
1116
+ /**
1117
+ * -----------------------------------------------------------------------------
1118
+ * PopoverContent
1119
+ * -----------------------------------------------------------------------------
1120
+ */
1121
+ export declare const PopoverContent: React_2.ForwardRefExoticComponent<Omit<Popover_2.PopoverContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1122
+
1123
+ /**
1124
+ * -----------------------------------------------------------------------------
1125
+ * PopoverTrigger
1126
+ * -----------------------------------------------------------------------------
1127
+ */
1128
+ export declare const PopoverTrigger: React_2.ForwardRefExoticComponent<Omit<Popover_2.PopoverTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
1129
+
1130
+ export declare const PostgresLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1131
+
1132
+ export declare const PowerIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1133
+
1134
+ export declare const PrinterIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1135
+
1136
+ export declare const PuzzleIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1137
+
1138
+ export declare const QrCodeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1139
+
1140
+ export declare const RadioIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1141
+
1142
+ export declare const RadioInputIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1143
+
1144
+ export declare const RadioInputSelectedIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1145
+
1146
+ export declare const RadioSignalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1147
+
1148
+ export declare const RectangleArrowRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1149
+
1150
+ export declare const RectangleArrowUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1151
+
1152
+ export declare const RectangleCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1153
+
1154
+ export declare const RectangleEllipsisIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1155
+
1156
+ export declare const RectangleEllipsisShieldIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1157
+
1158
+ export declare const RectanglePlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1159
+
1160
+ export declare const RedditLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1161
+
1162
+ export declare const RefreshCcwIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1163
+
1164
+ export declare const RefreshCwCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1165
+
1166
+ export declare const ReplyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1167
+
1168
+ export declare const RocketIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1169
+
1170
+ export declare const RotateCcwClockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1171
+
1172
+ export declare const RotateCcwDotIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1173
+
1174
+ export declare const RotateCcwSegmentIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1175
+
1176
+ export declare const RotateCcwSquareFileIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1177
+
1178
+ export declare const RotateCwClockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1179
+
1180
+ export declare const RotateCwCogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1181
+
1182
+ export declare const RotateCwDashedIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1183
+
1184
+ export declare const RotateCwIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1185
+
1186
+ export declare const RotateCwKeyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1187
+
1188
+ export declare const RsaLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1189
+
1190
+ export declare const SaveIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1191
+
1192
+ export declare const ScanCameraIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1193
+
1194
+ export declare const ScanDotIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1195
+
1196
+ export declare const ScanFaceIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1197
+
1198
+ export declare const ScanLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1199
+
1200
+ export declare const ScanQrCodeIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1201
+
1202
+ export declare const ScanSkullIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1203
+
1204
+ export declare const ScanSmileIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1205
+
1206
+ export declare const SchoolIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1207
+
1208
+ export declare const ScrollArea: React_2.ForwardRefExoticComponent<ScrollAreaProps & React_2.RefAttributes<HTMLDivElement>>;
1209
+
1210
+ declare interface ScrollAreaProps extends React_2.ComponentPropsWithoutRef<typeof ScrollArea_2.Root> {
1211
+ }
1212
+
1213
+ /**
1214
+ * -----------------------------------------------------------------------------
1215
+ * ScrollAreaViewport
1216
+ * -----------------------------------------------------------------------------
1217
+ */
1218
+ export declare const ScrollAreaViewport: React_2.ForwardRefExoticComponent<Omit<ScrollArea_2.ScrollAreaViewportProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1219
+
1220
+ /**
1221
+ * -----------------------------------------------------------------------------
1222
+ * ScrollBar
1223
+ * -----------------------------------------------------------------------------
1224
+ */
1225
+ export declare const ScrollBar: React_2.ForwardRefExoticComponent<Omit<ScrollArea_2.ScrollAreaScrollbarProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1226
+
1227
+ export declare const ScrollTextArrowRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1228
+
1229
+ export declare const ScrollTextIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1230
+
1231
+ export declare const SearchIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1232
+
1233
+ export declare const SecretsManagerLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1234
+
1235
+ export declare function Select(props: React_2.ComponentPropsWithoutRef<typeof Select_2.Root>): JSX_2.Element;
1236
+
1237
+ export declare namespace Select {
1238
+ var displayName: string | undefined;
1239
+ }
1240
+
1241
+ /**
1242
+ * -----------------------------------------------------------------------------
1243
+ * SelectContent
1244
+ * -----------------------------------------------------------------------------
1245
+ */
1246
+ export declare const SelectContent: React_2.ForwardRefExoticComponent<Omit<Select_2.SelectContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1247
+
1248
+ /**
1249
+ * -----------------------------------------------------------------------------
1250
+ * SelectItem
1251
+ * -----------------------------------------------------------------------------
1252
+ */
1253
+ export declare const SelectItem: React_2.ForwardRefExoticComponent<Omit<Select_2.SelectItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1254
+
1255
+ /**
1256
+ * -----------------------------------------------------------------------------
1257
+ * SelectTrigger
1258
+ * -----------------------------------------------------------------------------
1259
+ */
1260
+ export declare const SelectTrigger: React_2.ForwardRefExoticComponent<(AccessibleInteractiveElementHelper & Omit<Select_2.SelectTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref">) & React_2.RefAttributes<HTMLButtonElement>>;
1261
+
1262
+ /**
1263
+ * -----------------------------------------------------------------------------
1264
+ * SelectValue
1265
+ * -----------------------------------------------------------------------------
1266
+ */
1267
+ export declare const SelectValue: React_2.ForwardRefExoticComponent<Omit<Select_2.SelectValueProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
1268
+
1269
+ export declare const SendIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1270
+
1271
+ export declare const Separator: React_2.ForwardRefExoticComponent<SeparatorProps & React_2.RefAttributes<HTMLDivElement>>;
1272
+
1273
+ declare interface SeparatorProps extends React_2.ComponentPropsWithoutRef<typeof Separator_2.Root> {
1274
+ }
1275
+
1276
+ export declare const Server2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1277
+
1278
+ export declare const ServerIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1279
+
1280
+ export declare const ServerNetworkArrowUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1281
+
1282
+ export declare const ServerNetworkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1283
+
1284
+ export declare const ServerOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1285
+
1286
+ export declare const ServerShieldIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1287
+
1288
+ export declare const ShapesIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1289
+
1290
+ export declare const ShieldAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1291
+
1292
+ export declare const ShieldCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1293
+
1294
+ export declare const ShieldHalfIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1295
+
1296
+ export declare const ShieldKeyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1297
+
1298
+ export declare const ShieldLockIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1299
+
1300
+ export declare const ShieldQuestionMarkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1301
+
1302
+ export declare const ShieldSecurityIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1303
+
1304
+ export declare const ShieldSunIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1305
+
1306
+ export declare const ShieldUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1307
+
1308
+ export declare const ShoppingCartIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1309
+
1310
+ export declare const SiteBlogIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1311
+
1312
+ export declare const SkipForwardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1313
+
1314
+ export declare const SlidersHorizontalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1315
+
1316
+ export declare const SlidersVerticalIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1317
+
1318
+ export declare const SmartphoneIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1319
+
1320
+ export declare const SmartphoneKeyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1321
+
1322
+ export declare const SmileIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1323
+
1324
+ export declare const SocialSecurityCardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1325
+
1326
+ export declare const SparklesIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1327
+
1328
+ export declare const SprayCanIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1329
+
1330
+ export declare const SquareArrowDownLeftSquareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1331
+
1332
+ export declare const SquareArrowDownToLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1333
+
1334
+ export declare const SquareArrowOutLeftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1335
+
1336
+ export declare const SquareArrowOutUpRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1337
+
1338
+ export declare const SquareArrowUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1339
+
1340
+ export declare const SquareArrowUpRightSquareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1341
+
1342
+ export declare const SquareChartColumnIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1343
+
1344
+ export declare const SquareCheck2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1345
+
1346
+ export declare const SquareCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1347
+
1348
+ export declare const SquareDashedRightSolidIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1349
+
1350
+ export declare const SquareDashedSquareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1351
+
1352
+ export declare const SquareGifIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1353
+
1354
+ export declare const SquareGlobeLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1355
+
1356
+ export declare const SquareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1357
+
1358
+ export declare const SquareImageIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1359
+
1360
+ export declare const SquareInput2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1361
+
1362
+ export declare const SquareInputIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1363
+
1364
+ export declare const SquareInputOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1365
+
1366
+ export declare const SquareKeyUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1367
+
1368
+ export declare const SquareMinusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1369
+
1370
+ export declare const SquarePencilIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1371
+
1372
+ export declare const SquarePenLineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1373
+
1374
+ export declare const SquarePlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1375
+
1376
+ export declare const SquarePlusOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1377
+
1378
+ export declare const SquareShapesIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1379
+
1380
+ export declare const SquareTextIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1381
+
1382
+ export declare const SquareUserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1383
+
1384
+ export declare const SquareUserLinesIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1385
+
1386
+ export declare const SquareXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1387
+
1388
+ export declare const StarHalfIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1389
+
1390
+ export declare const StarIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1391
+
1392
+ export declare const StarOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1393
+
1394
+ export declare const StickerIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1395
+
1396
+ export declare function StringsProvider({ children }: {
1397
+ children: React_2.ReactNode;
1398
+ }): JSX_2.Element;
1399
+
1400
+ declare type StringsSchema = typeof initialStrings;
1401
+
1402
+ export declare const SunIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1403
+
1404
+ export declare const SurfboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1405
+
1406
+ export declare const SwatchBookIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1407
+
1408
+ export declare const Switch: React_2.ForwardRefExoticComponent<SwitchProps & React_2.RefAttributes<HTMLButtonElement>>;
1409
+
1410
+ declare type SwitchProps = AtLeastOneRequired<SwitchPropsA11y> & React_2.ComponentPropsWithoutRef<typeof Switch_2.Root>;
1411
+
1412
+ declare type SwitchPropsA11y = {
1413
+ id: string;
1414
+ 'aria-labelledby': string;
1415
+ 'aria-label': string;
1416
+ };
1417
+
1418
+ export declare const TableLinesIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1419
+
1420
+ export declare const TabletLayoutDashboardIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1421
+
1422
+ export declare const ThumbsUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1423
+
1424
+ export declare const ThumbsUpOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1425
+
1426
+ export declare const TimelineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1427
+
1428
+ export declare const TimerIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1429
+
1430
+ export declare const Toast: {
1431
+ (): JSX_2.Element;
1432
+ displayName: string;
1433
+ };
1434
+
1435
+ declare function toast({ ...props }: ToasterProps): {
1436
+ id: string;
1437
+ dismiss: () => void;
1438
+ update: (props: ToasterToast) => void;
1439
+ };
1440
+
1441
+ declare const ToastAction: React_2.ForwardRefExoticComponent<Omit<Toast_2.ToastActionProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
1442
+
1443
+ /**
1444
+ * -----------------------------------------------------------------------------
1445
+ * ToastAction
1446
+ * -----------------------------------------------------------------------------
1447
+ */
1448
+ declare type ToastActionElement = React_2.ReactElement<typeof ToastAction>;
1449
+
1450
+ declare type ToasterProps = Omit<ToasterToast, 'id'>;
1451
+
1452
+ declare type ToasterToast = ToastProps & {
1453
+ id: string;
1454
+ title?: React_2.ReactNode;
1455
+ description?: React_2.ReactNode;
1456
+ action?: ToastActionElement;
1457
+ icon?: React_2.ReactNode;
1458
+ dismissButtonLabel?: string;
1459
+ };
1460
+
1461
+ declare type ToastProps = React_2.ComponentPropsWithoutRef<typeof Toast_2.Root> & VariantProps<typeof toastRootVariants>;
1462
+
1463
+ /**
1464
+ * -----------------------------------------------------------------------------
1465
+ * ToastRoot
1466
+ * -----------------------------------------------------------------------------
1467
+ */
1468
+ declare const toastRootVariants: (props?: ClassProp | undefined) => string;
1469
+
1470
+ export declare function Tooltip(props: React_2.ComponentProps<typeof Tooltip_2.Root>): JSX_2.Element;
1471
+
1472
+ export declare namespace Tooltip {
1473
+ var displayName: string | undefined;
1474
+ }
1475
+
1476
+ /**
1477
+ * -----------------------------------------------------------------------------
1478
+ * TooltipContent
1479
+ * -----------------------------------------------------------------------------
1480
+ */
1481
+ export declare const TooltipContent: React_2.ForwardRefExoticComponent<Omit<Tooltip_2.TooltipContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1482
+
1483
+ /**
1484
+ * -----------------------------------------------------------------------------
1485
+ * TooltipProvider
1486
+ * -----------------------------------------------------------------------------
1487
+ */
1488
+ export declare function TooltipProvider({ delayDuration, disableHoverableContent, ...props }: React_2.ComponentProps<typeof Tooltip_2.Provider>): JSX_2.Element;
1489
+
1490
+ export declare namespace TooltipProvider {
1491
+ var displayName: string | undefined;
1492
+ }
1493
+
1494
+ /**
1495
+ * -----------------------------------------------------------------------------
1496
+ * TooltipTrigger
1497
+ * -----------------------------------------------------------------------------
1498
+ */
1499
+ export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<Omit<Tooltip_2.TooltipTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
1500
+
1501
+ export declare const Trash2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1502
+
1503
+ export declare const Trash3Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1504
+
1505
+ export declare const TrashIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1506
+
1507
+ export declare const TrashWideNarrowIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1508
+
1509
+ export declare const TriangleAlertIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1510
+
1511
+ export declare const TriangleArrowsUpDownIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1512
+
1513
+ export declare const TriangleNetworkIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1514
+
1515
+ export declare const TrophyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1516
+
1517
+ export declare const TunnelIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1518
+
1519
+ export declare const TunnelOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1520
+
1521
+ export declare const UndoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1522
+
1523
+ export declare const UnplugIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1524
+
1525
+ export declare const UsbKeyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1526
+
1527
+ export declare const useDirection: typeof Direction.useDirection;
1528
+
1529
+ export declare const UserBanIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1530
+
1531
+ export declare const UserEllipsisIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1532
+
1533
+ export declare const UserFunnelIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1534
+
1535
+ export declare const UserHeadset2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1536
+
1537
+ export declare const UserHeadsetIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1538
+
1539
+ export declare const UserIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1540
+
1541
+ export declare const UserKeyIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1542
+
1543
+ export declare const UserLeftIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1544
+
1545
+ export declare const UserPencilIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1546
+
1547
+ export declare const UserPlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1548
+
1549
+ export declare const UserRacecarDriverIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1550
+
1551
+ export declare const UserRefreshCcwIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1552
+
1553
+ export declare const UserRightIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1554
+
1555
+ export declare const Users2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1556
+
1557
+ export declare const UsersCheckIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1558
+
1559
+ export declare const UserShareIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1560
+
1561
+ export declare const UsersIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1562
+
1563
+ export declare const UsersPlusIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1564
+
1565
+ export declare const UserStudentIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1566
+
1567
+ export declare const UserTeacherIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1568
+
1569
+ export declare const UserUpIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1570
+
1571
+ export declare const UserWeightsIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1572
+
1573
+ export declare const UserXIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
569
1574
 
570
1575
  export declare function useToast(): {
571
1576
  toast: typeof toast;
@@ -573,8 +1578,34 @@ export declare function useToast(): {
573
1578
  toasts: ToasterToast[];
574
1579
  };
575
1580
 
576
- export declare const VaultIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1581
+ export declare const VaultIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1582
+
1583
+ export declare const VaultOutlineIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1584
+
1585
+ export declare const VideoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1586
+
1587
+ export declare const VideoOffIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1588
+
1589
+ export declare const VisaLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1590
+
1591
+ export declare const VncLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1592
+
1593
+ export declare const WalletIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1594
+
1595
+ export declare const Watch2Icon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1596
+
1597
+ export declare const WatchIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1598
+
1599
+ export declare const WatchStarIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1600
+
1601
+ export declare const WifiIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1602
+
1603
+ export declare const WrenchHammerIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1604
+
1605
+ export declare const XIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
1606
+
1607
+ export declare const XLogoIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
577
1608
 
578
- export declare const XIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1609
+ export declare const ZapIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
579
1610
 
580
1611
  export { }