@swc-react/icons 0.40.1 → 0.40.2

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.
package/next.d.ts CHANGED
@@ -1,1184 +1,2 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
- export declare const IconsLarge: import("react").ComponentType<Partial<{
4
- dir?: string | undefined;
5
- slot?: string | undefined;
6
- accessKey?: string | undefined;
7
- draggable?: (boolean | "true" | "false") | undefined;
8
- hidden?: boolean | undefined;
9
- lang?: string | undefined;
10
- title?: string | undefined;
11
- translate?: "yes" | "no" | undefined;
12
- className?: string | undefined;
13
- id?: string | undefined;
14
- prefix?: string | undefined;
15
- children?: import("react").ReactNode;
16
- style?: import("react").CSSProperties | undefined;
17
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
18
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
19
- nonce?: string | undefined;
20
- tabIndex?: number | undefined;
21
- role?: import("react").AriaRole | undefined;
22
- 'aria-label'?: string | undefined;
23
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
24
- defaultChecked?: boolean | undefined;
25
- defaultValue?: string | number | readonly string[] | undefined;
26
- suppressContentEditableWarning?: boolean | undefined;
27
- suppressHydrationWarning?: boolean | undefined;
28
- autoFocus?: boolean | undefined;
29
- contextMenu?: string | undefined;
30
- placeholder?: string | undefined;
31
- spellCheck?: (boolean | "true" | "false") | undefined;
32
- radioGroup?: string | undefined;
33
- about?: string | undefined;
34
- content?: string | undefined;
35
- datatype?: string | undefined;
36
- inlist?: any;
37
- property?: string | undefined;
38
- rel?: string | undefined;
39
- resource?: string | undefined;
40
- rev?: string | undefined;
41
- typeof?: string | undefined;
42
- vocab?: string | undefined;
43
- autoCapitalize?: string | undefined;
44
- autoCorrect?: string | undefined;
45
- autoSave?: string | undefined;
46
- color?: string | undefined;
47
- itemProp?: string | undefined;
48
- itemScope?: boolean | undefined;
49
- itemType?: string | undefined;
50
- itemID?: string | undefined;
51
- itemRef?: string | undefined;
52
- results?: number | undefined;
53
- security?: string | undefined;
54
- unselectable?: "on" | "off" | undefined;
55
- is?: string | undefined;
56
- 'aria-activedescendant'?: string | undefined;
57
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
58
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
59
- 'aria-braillelabel'?: string | undefined;
60
- 'aria-brailleroledescription'?: string | undefined;
61
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
62
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
63
- 'aria-colcount'?: number | undefined;
64
- 'aria-colindex'?: number | undefined;
65
- 'aria-colindextext'?: string | undefined;
66
- 'aria-colspan'?: number | undefined;
67
- 'aria-controls'?: string | undefined;
68
- 'aria-current'?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
69
- 'aria-describedby'?: string | undefined;
70
- 'aria-description'?: string | undefined;
71
- 'aria-details'?: string | undefined;
72
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
73
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
74
- 'aria-errormessage'?: string | undefined;
75
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
76
- 'aria-flowto'?: string | undefined;
77
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
78
- 'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
79
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
80
- 'aria-keyshortcuts'?: string | undefined;
81
- 'aria-labelledby'?: string | undefined;
82
- 'aria-level'?: number | undefined;
83
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
84
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
85
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
86
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
87
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
88
- 'aria-owns'?: string | undefined;
89
- 'aria-placeholder'?: string | undefined;
90
- 'aria-posinset'?: number | undefined;
91
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
92
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
93
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
94
- 'aria-required'?: (boolean | "true" | "false") | undefined;
95
- 'aria-roledescription'?: string | undefined;
96
- 'aria-rowcount'?: number | undefined;
97
- 'aria-rowindex'?: number | undefined;
98
- 'aria-rowindextext'?: string | undefined;
99
- 'aria-rowspan'?: number | undefined;
100
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
101
- 'aria-setsize'?: number | undefined;
102
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
103
- 'aria-valuemax'?: number | undefined;
104
- 'aria-valuemin'?: number | undefined;
105
- 'aria-valuenow'?: number | undefined;
106
- 'aria-valuetext'?: string | undefined;
107
- dangerouslySetInnerHTML?: {
108
- __html: string | TrustedHTML;
109
- } | undefined;
110
- onCopy?: import("react").ClipboardEventHandler<import("icons/src").IconsLarge> | undefined;
111
- onCopyCapture?: import("react").ClipboardEventHandler<import("icons/src").IconsLarge> | undefined;
112
- onCut?: import("react").ClipboardEventHandler<import("icons/src").IconsLarge> | undefined;
113
- onCutCapture?: import("react").ClipboardEventHandler<import("icons/src").IconsLarge> | undefined;
114
- onPaste?: import("react").ClipboardEventHandler<import("icons/src").IconsLarge> | undefined;
115
- onPasteCapture?: import("react").ClipboardEventHandler<import("icons/src").IconsLarge> | undefined;
116
- onCompositionEnd?: import("react").CompositionEventHandler<import("icons/src").IconsLarge> | undefined;
117
- onCompositionEndCapture?: import("react").CompositionEventHandler<import("icons/src").IconsLarge> | undefined;
118
- onCompositionStart?: import("react").CompositionEventHandler<import("icons/src").IconsLarge> | undefined;
119
- onCompositionStartCapture?: import("react").CompositionEventHandler<import("icons/src").IconsLarge> | undefined;
120
- onCompositionUpdate?: import("react").CompositionEventHandler<import("icons/src").IconsLarge> | undefined;
121
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<import("icons/src").IconsLarge> | undefined;
122
- onFocus?: import("react").FocusEventHandler<import("icons/src").IconsLarge> | undefined;
123
- onFocusCapture?: import("react").FocusEventHandler<import("icons/src").IconsLarge> | undefined;
124
- onBlur?: import("react").FocusEventHandler<import("icons/src").IconsLarge> | undefined;
125
- onBlurCapture?: import("react").FocusEventHandler<import("icons/src").IconsLarge> | undefined;
126
- onChange?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
127
- onChangeCapture?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
128
- onBeforeInput?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
129
- onBeforeInputCapture?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
130
- onInput?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
131
- onInputCapture?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
132
- onReset?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
133
- onResetCapture?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
134
- onSubmit?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
135
- onSubmitCapture?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
136
- onInvalid?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
137
- onInvalidCapture?: import("react").FormEventHandler<import("icons/src").IconsLarge> | undefined;
138
- onLoad?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
139
- onLoadCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
140
- onError?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
141
- onErrorCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
142
- onKeyDown?: import("react").KeyboardEventHandler<import("icons/src").IconsLarge> | undefined;
143
- onKeyDownCapture?: import("react").KeyboardEventHandler<import("icons/src").IconsLarge> | undefined;
144
- onKeyPress?: import("react").KeyboardEventHandler<import("icons/src").IconsLarge> | undefined;
145
- onKeyPressCapture?: import("react").KeyboardEventHandler<import("icons/src").IconsLarge> | undefined;
146
- onKeyUp?: import("react").KeyboardEventHandler<import("icons/src").IconsLarge> | undefined;
147
- onKeyUpCapture?: import("react").KeyboardEventHandler<import("icons/src").IconsLarge> | undefined;
148
- onAbort?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
149
- onAbortCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
150
- onCanPlay?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
151
- onCanPlayCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
152
- onCanPlayThrough?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
153
- onCanPlayThroughCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
154
- onDurationChange?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
155
- onDurationChangeCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
156
- onEmptied?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
157
- onEmptiedCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
158
- onEncrypted?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
159
- onEncryptedCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
160
- onEnded?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
161
- onEndedCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
162
- onLoadedData?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
163
- onLoadedDataCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
164
- onLoadedMetadata?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
165
- onLoadedMetadataCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
166
- onLoadStart?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
167
- onLoadStartCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
168
- onPause?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
169
- onPauseCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
170
- onPlay?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
171
- onPlayCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
172
- onPlaying?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
173
- onPlayingCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
174
- onProgress?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
175
- onProgressCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
176
- onRateChange?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
177
- onRateChangeCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
178
- onResize?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
179
- onResizeCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
180
- onSeeked?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
181
- onSeekedCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
182
- onSeeking?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
183
- onSeekingCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
184
- onStalled?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
185
- onStalledCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
186
- onSuspend?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
187
- onSuspendCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
188
- onTimeUpdate?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
189
- onTimeUpdateCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
190
- onVolumeChange?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
191
- onVolumeChangeCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
192
- onWaiting?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
193
- onWaitingCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
194
- onAuxClick?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
195
- onAuxClickCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
196
- onClick?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
197
- onClickCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
198
- onContextMenu?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
199
- onContextMenuCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
200
- onDoubleClick?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
201
- onDoubleClickCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
202
- onDrag?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
203
- onDragCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
204
- onDragEnd?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
205
- onDragEndCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
206
- onDragEnter?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
207
- onDragEnterCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
208
- onDragExit?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
209
- onDragExitCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
210
- onDragLeave?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
211
- onDragLeaveCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
212
- onDragOver?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
213
- onDragOverCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
214
- onDragStart?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
215
- onDragStartCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
216
- onDrop?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
217
- onDropCapture?: import("react").DragEventHandler<import("icons/src").IconsLarge> | undefined;
218
- onMouseDown?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
219
- onMouseDownCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
220
- onMouseEnter?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
221
- onMouseLeave?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
222
- onMouseMove?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
223
- onMouseMoveCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
224
- onMouseOut?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
225
- onMouseOutCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
226
- onMouseOver?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
227
- onMouseOverCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
228
- onMouseUp?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
229
- onMouseUpCapture?: import("react").MouseEventHandler<import("icons/src").IconsLarge> | undefined;
230
- onSelect?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
231
- onSelectCapture?: import("react").ReactEventHandler<import("icons/src").IconsLarge> | undefined;
232
- onTouchCancel?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
233
- onTouchCancelCapture?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
234
- onTouchEnd?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
235
- onTouchEndCapture?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
236
- onTouchMove?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
237
- onTouchMoveCapture?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
238
- onTouchStart?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
239
- onTouchStartCapture?: import("react").TouchEventHandler<import("icons/src").IconsLarge> | undefined;
240
- onPointerDown?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
241
- onPointerDownCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
242
- onPointerMove?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
243
- onPointerMoveCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
244
- onPointerUp?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
245
- onPointerUpCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
246
- onPointerCancel?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
247
- onPointerCancelCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
248
- onPointerEnter?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
249
- onPointerEnterCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
250
- onPointerLeave?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
251
- onPointerLeaveCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
252
- onPointerOver?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
253
- onPointerOverCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
254
- onPointerOut?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
255
- onPointerOutCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
256
- onGotPointerCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
257
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
258
- onLostPointerCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
259
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<import("icons/src").IconsLarge> | undefined;
260
- onScroll?: import("react").UIEventHandler<import("icons/src").IconsLarge> | undefined;
261
- onScrollCapture?: import("react").UIEventHandler<import("icons/src").IconsLarge> | undefined;
262
- onWheel?: import("react").WheelEventHandler<import("icons/src").IconsLarge> | undefined;
263
- onWheelCapture?: import("react").WheelEventHandler<import("icons/src").IconsLarge> | undefined;
264
- onAnimationStart?: import("react").AnimationEventHandler<import("icons/src").IconsLarge> | undefined;
265
- onAnimationStartCapture?: import("react").AnimationEventHandler<import("icons/src").IconsLarge> | undefined;
266
- onAnimationEnd?: import("react").AnimationEventHandler<import("icons/src").IconsLarge> | undefined;
267
- onAnimationEndCapture?: import("react").AnimationEventHandler<import("icons/src").IconsLarge> | undefined;
268
- onAnimationIteration?: import("react").AnimationEventHandler<import("icons/src").IconsLarge> | undefined;
269
- onAnimationIterationCapture?: import("react").AnimationEventHandler<import("icons/src").IconsLarge> | undefined;
270
- onTransitionEnd?: import("react").TransitionEventHandler<import("icons/src").IconsLarge> | undefined;
271
- onTransitionEndCapture?: import("react").TransitionEventHandler<import("icons/src").IconsLarge> | undefined;
272
- } & {
273
- readonly attributes: NamedNodeMap;
274
- readonly localName: string;
275
- name: string;
276
- blur: () => void;
277
- click: () => void;
278
- focus: (options?: FocusOptions | undefined) => void;
279
- scroll: {
280
- (options?: ScrollToOptions | undefined): void;
281
- (x: number, y: number): void;
282
- };
283
- readonly renderRoot: HTMLElement | ShadowRoot;
284
- isUpdatePending: boolean;
285
- hasUpdated: boolean;
286
- addController: (controller: import("lit").ReactiveController) => void;
287
- removeController: (controller: import("lit").ReactiveController) => void;
288
- connectedCallback: () => void;
289
- disconnectedCallback: () => void;
290
- attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
291
- requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
292
- readonly updateComplete: Promise<boolean>;
293
- readonly accessKeyLabel: string;
294
- autocapitalize: string;
295
- inert: boolean;
296
- innerText: string;
297
- readonly offsetHeight: number;
298
- readonly offsetLeft: number;
299
- readonly offsetParent: Element | null;
300
- readonly offsetTop: number;
301
- readonly offsetWidth: number;
302
- outerText: string;
303
- spellcheck: boolean;
304
- attachInternals: () => ElementInternals;
305
- addEventListener: {
306
- <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
307
- (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
308
- };
309
- removeEventListener: {
310
- <K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
311
- (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
312
- };
313
- readonly classList: DOMTokenList;
314
- readonly clientHeight: number;
315
- readonly clientLeft: number;
316
- readonly clientTop: number;
317
- readonly clientWidth: number;
318
- readonly namespaceURI: string | null;
319
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
320
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
321
- outerHTML: string;
322
- readonly ownerDocument: Document;
323
- readonly part: DOMTokenList;
324
- readonly scrollHeight: number;
325
- scrollLeft: number;
326
- scrollTop: number;
327
- readonly scrollWidth: number;
328
- readonly shadowRoot: ShadowRoot | null;
329
- readonly tagName: string;
330
- attachShadow: (init: ShadowRootInit) => ShadowRoot;
331
- closest: {
332
- <K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
333
- <K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
334
- <E extends Element = Element>(selectors: string): E | null;
335
- };
336
- getAttribute: (qualifiedName: string) => string | null;
337
- getAttributeNS: (namespace: string | null, localName: string) => string | null;
338
- getAttributeNames: () => string[];
339
- getAttributeNode: (qualifiedName: string) => Attr | null;
340
- getAttributeNodeNS: (namespace: string | null, localName: string) => Attr | null;
341
- getBoundingClientRect: () => DOMRect;
342
- getClientRects: () => DOMRectList;
343
- getElementsByClassName: (classNames: string) => HTMLCollectionOf<Element>;
344
- getElementsByTagName: {
345
- <K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
346
- <K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
347
- (qualifiedName: string): HTMLCollectionOf<Element>;
348
- };
349
- getElementsByTagNameNS: {
350
- (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
351
- (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
352
- (namespace: string | null, localName: string): HTMLCollectionOf<Element>;
353
- };
354
- hasAttribute: (qualifiedName: string) => boolean;
355
- hasAttributeNS: (namespace: string | null, localName: string) => boolean;
356
- hasAttributes: () => boolean;
357
- hasPointerCapture: (pointerId: number) => boolean;
358
- insertAdjacentElement: (where: InsertPosition, element: Element) => Element | null;
359
- insertAdjacentHTML: (position: InsertPosition, text: string) => void;
360
- insertAdjacentText: (where: InsertPosition, data: string) => void;
361
- matches: (selectors: string) => boolean;
362
- releasePointerCapture: (pointerId: number) => void;
363
- removeAttribute: (qualifiedName: string) => void;
364
- removeAttributeNS: (namespace: string | null, localName: string) => void;
365
- removeAttributeNode: (attr: Attr) => Attr;
366
- requestFullscreen: (options?: FullscreenOptions | undefined) => Promise<void>;
367
- requestPointerLock: () => void;
368
- scrollBy: {
369
- (options?: ScrollToOptions | undefined): void;
370
- (x: number, y: number): void;
371
- };
372
- scrollIntoView: (arg?: boolean | ScrollIntoViewOptions | undefined) => void;
373
- scrollTo: {
374
- (options?: ScrollToOptions | undefined): void;
375
- (x: number, y: number): void;
376
- };
377
- setAttribute: (qualifiedName: string, value: string) => void;
378
- setAttributeNS: (namespace: string | null, qualifiedName: string, value: string) => void;
379
- setAttributeNode: (attr: Attr) => Attr | null;
380
- setAttributeNodeNS: (attr: Attr) => Attr | null;
381
- setPointerCapture: (pointerId: number) => void;
382
- toggleAttribute: (qualifiedName: string, force?: boolean | undefined) => boolean;
383
- webkitMatchesSelector: (selectors: string) => boolean;
384
- readonly baseURI: string;
385
- readonly childNodes: NodeListOf<ChildNode>;
386
- readonly firstChild: ChildNode | null;
387
- readonly isConnected: boolean;
388
- readonly lastChild: ChildNode | null;
389
- readonly nextSibling: ChildNode | null;
390
- readonly nodeName: string;
391
- readonly nodeType: number;
392
- nodeValue: string | null;
393
- readonly parentElement: HTMLElement | null;
394
- readonly parentNode: ParentNode | null;
395
- readonly previousSibling: ChildNode | null;
396
- textContent: string | null;
397
- appendChild: <T extends Node>(node: T) => T;
398
- cloneNode: (deep?: boolean | undefined) => Node;
399
- compareDocumentPosition: (other: Node) => number;
400
- contains: (other: Node | null) => boolean;
401
- getRootNode: (options?: GetRootNodeOptions | undefined) => Node;
402
- hasChildNodes: () => boolean;
403
- insertBefore: <T_1 extends Node>(node: T_1, child: Node | null) => T_1;
404
- isDefaultNamespace: (namespace: string | null) => boolean;
405
- isEqualNode: (otherNode: Node | null) => boolean;
406
- isSameNode: (otherNode: Node | null) => boolean;
407
- lookupNamespaceURI: (prefix: string | null) => string | null;
408
- lookupPrefix: (namespace: string | null) => string | null;
409
- normalize: () => void;
410
- removeChild: <T_2 extends Node>(child: T_2) => T_2;
411
- replaceChild: <T_3 extends Node>(node: Node, child: T_3) => T_3;
412
- readonly ATTRIBUTE_NODE: number;
413
- readonly CDATA_SECTION_NODE: number;
414
- readonly COMMENT_NODE: number;
415
- readonly DOCUMENT_FRAGMENT_NODE: number;
416
- readonly DOCUMENT_NODE: number;
417
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
418
- readonly DOCUMENT_POSITION_CONTAINS: number;
419
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
420
- readonly DOCUMENT_POSITION_FOLLOWING: number;
421
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
422
- readonly DOCUMENT_POSITION_PRECEDING: number;
423
- readonly DOCUMENT_TYPE_NODE: number;
424
- readonly ELEMENT_NODE: number;
425
- readonly ENTITY_NODE: number;
426
- readonly ENTITY_REFERENCE_NODE: number;
427
- readonly NOTATION_NODE: number;
428
- readonly PROCESSING_INSTRUCTION_NODE: number;
429
- readonly TEXT_NODE: number;
430
- dispatchEvent: (event: Event) => boolean;
431
- ariaAtomic: string | null;
432
- ariaAutoComplete: string | null;
433
- ariaBusy: string | null;
434
- ariaChecked: string | null;
435
- ariaColCount: string | null;
436
- ariaColIndex: string | null;
437
- ariaColSpan: string | null;
438
- ariaCurrent: string | null;
439
- ariaDisabled: string | null;
440
- ariaExpanded: string | null;
441
- ariaHasPopup: string | null;
442
- ariaHidden: string | null;
443
- ariaKeyShortcuts: string | null;
444
- ariaLabel: string | null;
445
- ariaLevel: string | null;
446
- ariaLive: string | null;
447
- ariaModal: string | null;
448
- ariaMultiLine: string | null;
449
- ariaMultiSelectable: string | null;
450
- ariaOrientation: string | null;
451
- ariaPlaceholder: string | null;
452
- ariaPosInSet: string | null;
453
- ariaPressed: string | null;
454
- ariaReadOnly: string | null;
455
- ariaRequired: string | null;
456
- ariaRoleDescription: string | null;
457
- ariaRowCount: string | null;
458
- ariaRowIndex: string | null;
459
- ariaRowSpan: string | null;
460
- ariaSelected: string | null;
461
- ariaSetSize: string | null;
462
- ariaSort: string | null;
463
- ariaValueMax: string | null;
464
- ariaValueMin: string | null;
465
- ariaValueNow: string | null;
466
- ariaValueText: string | null;
467
- animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
468
- getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
469
- after: (...nodes: (string | Node)[]) => void;
470
- before: (...nodes: (string | Node)[]) => void;
471
- remove: () => void;
472
- replaceWith: (...nodes: (string | Node)[]) => void;
473
- innerHTML: string;
474
- readonly nextElementSibling: Element | null;
475
- readonly previousElementSibling: Element | null;
476
- readonly childElementCount: number;
477
- readonly firstElementChild: Element | null;
478
- readonly lastElementChild: Element | null;
479
- append: (...nodes: (string | Node)[]) => void;
480
- prepend: (...nodes: (string | Node)[]) => void;
481
- querySelector: {
482
- <K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
483
- <K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
484
- <E_1 extends Element = Element>(selectors: string): E_1 | null;
485
- };
486
- querySelectorAll: {
487
- <K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
488
- <K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
489
- <E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
490
- };
491
- replaceChildren: (...nodes: (string | Node)[]) => void;
492
- readonly assignedSlot: HTMLSlotElement | null;
493
- oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
494
- oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
495
- onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
496
- enterKeyHint: string;
497
- readonly isContentEditable: boolean;
498
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
499
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
500
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
501
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
502
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
503
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
504
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
505
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
506
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
507
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
508
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
509
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
510
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
511
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
512
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
513
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
514
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
515
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
516
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
517
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
518
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
519
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
520
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
521
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
522
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
523
- onerror: OnErrorEventHandler;
524
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
525
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
526
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
527
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
528
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
529
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
530
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
531
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
532
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
533
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
534
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
535
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
536
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
537
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
538
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
539
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
540
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
541
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
542
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
543
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
544
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
545
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
546
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
547
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
548
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
549
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
550
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
551
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
552
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
553
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
554
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
555
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
556
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
557
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
558
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
559
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
560
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
561
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
562
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
563
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
564
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
565
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
566
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
567
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
568
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
569
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
570
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
571
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
572
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
573
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
574
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
575
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
576
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
577
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
578
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
579
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
580
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
581
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
582
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
583
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
584
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
585
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
586
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
587
- autofocus: boolean;
588
- readonly dataset: DOMStringMap;
589
- updated: (changedProperties: import("lit").PropertyValueMap<any> | Map<PropertyKey, unknown>) => void;
590
- applyIconToElement: (el: HTMLElement, icon: string, _size: string, label: string) => Promise<void>;
591
- getIconList: () => string[];
592
- readonly renderOptions: import("lit-html").RenderOptions;
593
- } & {}> & import("react").RefAttributes<import("icons/src").IconsLarge>>;
594
- export declare const IconsMedium: import("react").ComponentType<Partial<{
595
- dir?: string | undefined;
596
- slot?: string | undefined;
597
- accessKey?: string | undefined;
598
- draggable?: (boolean | "true" | "false") | undefined;
599
- hidden?: boolean | undefined;
600
- lang?: string | undefined;
601
- title?: string | undefined;
602
- translate?: "yes" | "no" | undefined;
603
- className?: string | undefined;
604
- id?: string | undefined;
605
- prefix?: string | undefined;
606
- children?: import("react").ReactNode;
607
- style?: import("react").CSSProperties | undefined;
608
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
609
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
610
- nonce?: string | undefined;
611
- tabIndex?: number | undefined;
612
- role?: import("react").AriaRole | undefined;
613
- 'aria-label'?: string | undefined;
614
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
615
- defaultChecked?: boolean | undefined;
616
- defaultValue?: string | number | readonly string[] | undefined;
617
- suppressContentEditableWarning?: boolean | undefined;
618
- suppressHydrationWarning?: boolean | undefined;
619
- autoFocus?: boolean | undefined;
620
- contextMenu?: string | undefined;
621
- placeholder?: string | undefined;
622
- spellCheck?: (boolean | "true" | "false") | undefined;
623
- radioGroup?: string | undefined;
624
- about?: string | undefined;
625
- content?: string | undefined;
626
- datatype?: string | undefined;
627
- inlist?: any;
628
- property?: string | undefined;
629
- rel?: string | undefined;
630
- resource?: string | undefined;
631
- rev?: string | undefined;
632
- typeof?: string | undefined;
633
- vocab?: string | undefined;
634
- autoCapitalize?: string | undefined;
635
- autoCorrect?: string | undefined;
636
- autoSave?: string | undefined;
637
- color?: string | undefined;
638
- itemProp?: string | undefined;
639
- itemScope?: boolean | undefined;
640
- itemType?: string | undefined;
641
- itemID?: string | undefined;
642
- itemRef?: string | undefined;
643
- results?: number | undefined;
644
- security?: string | undefined;
645
- unselectable?: "on" | "off" | undefined;
646
- is?: string | undefined;
647
- 'aria-activedescendant'?: string | undefined;
648
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
649
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
650
- 'aria-braillelabel'?: string | undefined;
651
- 'aria-brailleroledescription'?: string | undefined;
652
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
653
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
654
- 'aria-colcount'?: number | undefined;
655
- 'aria-colindex'?: number | undefined;
656
- 'aria-colindextext'?: string | undefined;
657
- 'aria-colspan'?: number | undefined;
658
- 'aria-controls'?: string | undefined;
659
- 'aria-current'?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
660
- 'aria-describedby'?: string | undefined;
661
- 'aria-description'?: string | undefined;
662
- 'aria-details'?: string | undefined;
663
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
664
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
665
- 'aria-errormessage'?: string | undefined;
666
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
667
- 'aria-flowto'?: string | undefined;
668
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
669
- 'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
670
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
671
- 'aria-keyshortcuts'?: string | undefined;
672
- 'aria-labelledby'?: string | undefined;
673
- 'aria-level'?: number | undefined;
674
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
675
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
676
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
677
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
678
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
679
- 'aria-owns'?: string | undefined;
680
- 'aria-placeholder'?: string | undefined;
681
- 'aria-posinset'?: number | undefined;
682
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
683
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
684
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
685
- 'aria-required'?: (boolean | "true" | "false") | undefined;
686
- 'aria-roledescription'?: string | undefined;
687
- 'aria-rowcount'?: number | undefined;
688
- 'aria-rowindex'?: number | undefined;
689
- 'aria-rowindextext'?: string | undefined;
690
- 'aria-rowspan'?: number | undefined;
691
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
692
- 'aria-setsize'?: number | undefined;
693
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
694
- 'aria-valuemax'?: number | undefined;
695
- 'aria-valuemin'?: number | undefined;
696
- 'aria-valuenow'?: number | undefined;
697
- 'aria-valuetext'?: string | undefined;
698
- dangerouslySetInnerHTML?: {
699
- __html: string | TrustedHTML;
700
- } | undefined;
701
- onCopy?: import("react").ClipboardEventHandler<import("icons/src").IconsMedium> | undefined;
702
- onCopyCapture?: import("react").ClipboardEventHandler<import("icons/src").IconsMedium> | undefined;
703
- onCut?: import("react").ClipboardEventHandler<import("icons/src").IconsMedium> | undefined;
704
- onCutCapture?: import("react").ClipboardEventHandler<import("icons/src").IconsMedium> | undefined;
705
- onPaste?: import("react").ClipboardEventHandler<import("icons/src").IconsMedium> | undefined;
706
- onPasteCapture?: import("react").ClipboardEventHandler<import("icons/src").IconsMedium> | undefined;
707
- onCompositionEnd?: import("react").CompositionEventHandler<import("icons/src").IconsMedium> | undefined;
708
- onCompositionEndCapture?: import("react").CompositionEventHandler<import("icons/src").IconsMedium> | undefined;
709
- onCompositionStart?: import("react").CompositionEventHandler<import("icons/src").IconsMedium> | undefined;
710
- onCompositionStartCapture?: import("react").CompositionEventHandler<import("icons/src").IconsMedium> | undefined;
711
- onCompositionUpdate?: import("react").CompositionEventHandler<import("icons/src").IconsMedium> | undefined;
712
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<import("icons/src").IconsMedium> | undefined;
713
- onFocus?: import("react").FocusEventHandler<import("icons/src").IconsMedium> | undefined;
714
- onFocusCapture?: import("react").FocusEventHandler<import("icons/src").IconsMedium> | undefined;
715
- onBlur?: import("react").FocusEventHandler<import("icons/src").IconsMedium> | undefined;
716
- onBlurCapture?: import("react").FocusEventHandler<import("icons/src").IconsMedium> | undefined;
717
- onChange?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
718
- onChangeCapture?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
719
- onBeforeInput?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
720
- onBeforeInputCapture?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
721
- onInput?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
722
- onInputCapture?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
723
- onReset?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
724
- onResetCapture?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
725
- onSubmit?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
726
- onSubmitCapture?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
727
- onInvalid?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
728
- onInvalidCapture?: import("react").FormEventHandler<import("icons/src").IconsMedium> | undefined;
729
- onLoad?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
730
- onLoadCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
731
- onError?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
732
- onErrorCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
733
- onKeyDown?: import("react").KeyboardEventHandler<import("icons/src").IconsMedium> | undefined;
734
- onKeyDownCapture?: import("react").KeyboardEventHandler<import("icons/src").IconsMedium> | undefined;
735
- onKeyPress?: import("react").KeyboardEventHandler<import("icons/src").IconsMedium> | undefined;
736
- onKeyPressCapture?: import("react").KeyboardEventHandler<import("icons/src").IconsMedium> | undefined;
737
- onKeyUp?: import("react").KeyboardEventHandler<import("icons/src").IconsMedium> | undefined;
738
- onKeyUpCapture?: import("react").KeyboardEventHandler<import("icons/src").IconsMedium> | undefined;
739
- onAbort?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
740
- onAbortCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
741
- onCanPlay?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
742
- onCanPlayCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
743
- onCanPlayThrough?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
744
- onCanPlayThroughCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
745
- onDurationChange?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
746
- onDurationChangeCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
747
- onEmptied?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
748
- onEmptiedCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
749
- onEncrypted?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
750
- onEncryptedCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
751
- onEnded?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
752
- onEndedCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
753
- onLoadedData?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
754
- onLoadedDataCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
755
- onLoadedMetadata?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
756
- onLoadedMetadataCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
757
- onLoadStart?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
758
- onLoadStartCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
759
- onPause?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
760
- onPauseCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
761
- onPlay?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
762
- onPlayCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
763
- onPlaying?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
764
- onPlayingCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
765
- onProgress?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
766
- onProgressCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
767
- onRateChange?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
768
- onRateChangeCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
769
- onResize?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
770
- onResizeCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
771
- onSeeked?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
772
- onSeekedCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
773
- onSeeking?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
774
- onSeekingCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
775
- onStalled?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
776
- onStalledCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
777
- onSuspend?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
778
- onSuspendCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
779
- onTimeUpdate?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
780
- onTimeUpdateCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
781
- onVolumeChange?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
782
- onVolumeChangeCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
783
- onWaiting?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
784
- onWaitingCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
785
- onAuxClick?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
786
- onAuxClickCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
787
- onClick?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
788
- onClickCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
789
- onContextMenu?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
790
- onContextMenuCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
791
- onDoubleClick?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
792
- onDoubleClickCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
793
- onDrag?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
794
- onDragCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
795
- onDragEnd?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
796
- onDragEndCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
797
- onDragEnter?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
798
- onDragEnterCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
799
- onDragExit?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
800
- onDragExitCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
801
- onDragLeave?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
802
- onDragLeaveCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
803
- onDragOver?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
804
- onDragOverCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
805
- onDragStart?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
806
- onDragStartCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
807
- onDrop?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
808
- onDropCapture?: import("react").DragEventHandler<import("icons/src").IconsMedium> | undefined;
809
- onMouseDown?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
810
- onMouseDownCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
811
- onMouseEnter?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
812
- onMouseLeave?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
813
- onMouseMove?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
814
- onMouseMoveCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
815
- onMouseOut?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
816
- onMouseOutCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
817
- onMouseOver?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
818
- onMouseOverCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
819
- onMouseUp?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
820
- onMouseUpCapture?: import("react").MouseEventHandler<import("icons/src").IconsMedium> | undefined;
821
- onSelect?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
822
- onSelectCapture?: import("react").ReactEventHandler<import("icons/src").IconsMedium> | undefined;
823
- onTouchCancel?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
824
- onTouchCancelCapture?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
825
- onTouchEnd?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
826
- onTouchEndCapture?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
827
- onTouchMove?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
828
- onTouchMoveCapture?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
829
- onTouchStart?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
830
- onTouchStartCapture?: import("react").TouchEventHandler<import("icons/src").IconsMedium> | undefined;
831
- onPointerDown?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
832
- onPointerDownCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
833
- onPointerMove?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
834
- onPointerMoveCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
835
- onPointerUp?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
836
- onPointerUpCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
837
- onPointerCancel?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
838
- onPointerCancelCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
839
- onPointerEnter?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
840
- onPointerEnterCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
841
- onPointerLeave?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
842
- onPointerLeaveCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
843
- onPointerOver?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
844
- onPointerOverCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
845
- onPointerOut?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
846
- onPointerOutCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
847
- onGotPointerCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
848
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
849
- onLostPointerCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
850
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<import("icons/src").IconsMedium> | undefined;
851
- onScroll?: import("react").UIEventHandler<import("icons/src").IconsMedium> | undefined;
852
- onScrollCapture?: import("react").UIEventHandler<import("icons/src").IconsMedium> | undefined;
853
- onWheel?: import("react").WheelEventHandler<import("icons/src").IconsMedium> | undefined;
854
- onWheelCapture?: import("react").WheelEventHandler<import("icons/src").IconsMedium> | undefined;
855
- onAnimationStart?: import("react").AnimationEventHandler<import("icons/src").IconsMedium> | undefined;
856
- onAnimationStartCapture?: import("react").AnimationEventHandler<import("icons/src").IconsMedium> | undefined;
857
- onAnimationEnd?: import("react").AnimationEventHandler<import("icons/src").IconsMedium> | undefined;
858
- onAnimationEndCapture?: import("react").AnimationEventHandler<import("icons/src").IconsMedium> | undefined;
859
- onAnimationIteration?: import("react").AnimationEventHandler<import("icons/src").IconsMedium> | undefined;
860
- onAnimationIterationCapture?: import("react").AnimationEventHandler<import("icons/src").IconsMedium> | undefined;
861
- onTransitionEnd?: import("react").TransitionEventHandler<import("icons/src").IconsMedium> | undefined;
862
- onTransitionEndCapture?: import("react").TransitionEventHandler<import("icons/src").IconsMedium> | undefined;
863
- } & {
864
- readonly attributes: NamedNodeMap;
865
- readonly localName: string;
866
- name: string;
867
- blur: () => void;
868
- click: () => void;
869
- focus: (options?: FocusOptions | undefined) => void;
870
- scroll: {
871
- (options?: ScrollToOptions | undefined): void;
872
- (x: number, y: number): void;
873
- };
874
- readonly renderRoot: HTMLElement | ShadowRoot;
875
- isUpdatePending: boolean;
876
- hasUpdated: boolean;
877
- addController: (controller: import("lit").ReactiveController) => void;
878
- removeController: (controller: import("lit").ReactiveController) => void;
879
- connectedCallback: () => void;
880
- disconnectedCallback: () => void;
881
- attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
882
- requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
883
- readonly updateComplete: Promise<boolean>;
884
- readonly accessKeyLabel: string;
885
- autocapitalize: string;
886
- inert: boolean;
887
- innerText: string;
888
- readonly offsetHeight: number;
889
- readonly offsetLeft: number;
890
- readonly offsetParent: Element | null;
891
- readonly offsetTop: number;
892
- readonly offsetWidth: number;
893
- outerText: string;
894
- spellcheck: boolean;
895
- attachInternals: () => ElementInternals;
896
- addEventListener: {
897
- <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
898
- (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
899
- };
900
- removeEventListener: {
901
- <K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
902
- (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
903
- };
904
- readonly classList: DOMTokenList;
905
- readonly clientHeight: number;
906
- readonly clientLeft: number;
907
- readonly clientTop: number;
908
- readonly clientWidth: number;
909
- readonly namespaceURI: string | null;
910
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
911
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
912
- outerHTML: string;
913
- readonly ownerDocument: Document;
914
- readonly part: DOMTokenList;
915
- readonly scrollHeight: number;
916
- scrollLeft: number;
917
- scrollTop: number;
918
- readonly scrollWidth: number;
919
- readonly shadowRoot: ShadowRoot | null;
920
- readonly tagName: string;
921
- attachShadow: (init: ShadowRootInit) => ShadowRoot;
922
- closest: {
923
- <K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
924
- <K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
925
- <E extends Element = Element>(selectors: string): E | null;
926
- };
927
- getAttribute: (qualifiedName: string) => string | null;
928
- getAttributeNS: (namespace: string | null, localName: string) => string | null;
929
- getAttributeNames: () => string[];
930
- getAttributeNode: (qualifiedName: string) => Attr | null;
931
- getAttributeNodeNS: (namespace: string | null, localName: string) => Attr | null;
932
- getBoundingClientRect: () => DOMRect;
933
- getClientRects: () => DOMRectList;
934
- getElementsByClassName: (classNames: string) => HTMLCollectionOf<Element>;
935
- getElementsByTagName: {
936
- <K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
937
- <K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
938
- (qualifiedName: string): HTMLCollectionOf<Element>;
939
- };
940
- getElementsByTagNameNS: {
941
- (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
942
- (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
943
- (namespace: string | null, localName: string): HTMLCollectionOf<Element>;
944
- };
945
- hasAttribute: (qualifiedName: string) => boolean;
946
- hasAttributeNS: (namespace: string | null, localName: string) => boolean;
947
- hasAttributes: () => boolean;
948
- hasPointerCapture: (pointerId: number) => boolean;
949
- insertAdjacentElement: (where: InsertPosition, element: Element) => Element | null;
950
- insertAdjacentHTML: (position: InsertPosition, text: string) => void;
951
- insertAdjacentText: (where: InsertPosition, data: string) => void;
952
- matches: (selectors: string) => boolean;
953
- releasePointerCapture: (pointerId: number) => void;
954
- removeAttribute: (qualifiedName: string) => void;
955
- removeAttributeNS: (namespace: string | null, localName: string) => void;
956
- removeAttributeNode: (attr: Attr) => Attr;
957
- requestFullscreen: (options?: FullscreenOptions | undefined) => Promise<void>;
958
- requestPointerLock: () => void;
959
- scrollBy: {
960
- (options?: ScrollToOptions | undefined): void;
961
- (x: number, y: number): void;
962
- };
963
- scrollIntoView: (arg?: boolean | ScrollIntoViewOptions | undefined) => void;
964
- scrollTo: {
965
- (options?: ScrollToOptions | undefined): void;
966
- (x: number, y: number): void;
967
- };
968
- setAttribute: (qualifiedName: string, value: string) => void;
969
- setAttributeNS: (namespace: string | null, qualifiedName: string, value: string) => void;
970
- setAttributeNode: (attr: Attr) => Attr | null;
971
- setAttributeNodeNS: (attr: Attr) => Attr | null;
972
- setPointerCapture: (pointerId: number) => void;
973
- toggleAttribute: (qualifiedName: string, force?: boolean | undefined) => boolean;
974
- webkitMatchesSelector: (selectors: string) => boolean;
975
- readonly baseURI: string;
976
- readonly childNodes: NodeListOf<ChildNode>;
977
- readonly firstChild: ChildNode | null;
978
- readonly isConnected: boolean;
979
- readonly lastChild: ChildNode | null;
980
- readonly nextSibling: ChildNode | null;
981
- readonly nodeName: string;
982
- readonly nodeType: number;
983
- nodeValue: string | null;
984
- readonly parentElement: HTMLElement | null;
985
- readonly parentNode: ParentNode | null;
986
- readonly previousSibling: ChildNode | null;
987
- textContent: string | null;
988
- appendChild: <T extends Node>(node: T) => T;
989
- cloneNode: (deep?: boolean | undefined) => Node;
990
- compareDocumentPosition: (other: Node) => number;
991
- contains: (other: Node | null) => boolean;
992
- getRootNode: (options?: GetRootNodeOptions | undefined) => Node;
993
- hasChildNodes: () => boolean;
994
- insertBefore: <T extends Node>(node: T, child: Node | null) => T;
995
- isDefaultNamespace: (namespace: string | null) => boolean;
996
- isEqualNode: (otherNode: Node | null) => boolean;
997
- isSameNode: (otherNode: Node | null) => boolean;
998
- lookupNamespaceURI: (prefix: string | null) => string | null;
999
- lookupPrefix: (namespace: string | null) => string | null;
1000
- normalize: () => void;
1001
- removeChild: <T_2 extends Node>(child: T_2) => T_2;
1002
- replaceChild: <T_3 extends Node>(node: Node, child: T_3) => T_3;
1003
- readonly ATTRIBUTE_NODE: number;
1004
- readonly CDATA_SECTION_NODE: number;
1005
- readonly COMMENT_NODE: number;
1006
- readonly DOCUMENT_FRAGMENT_NODE: number;
1007
- readonly DOCUMENT_NODE: number;
1008
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
1009
- readonly DOCUMENT_POSITION_CONTAINS: number;
1010
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
1011
- readonly DOCUMENT_POSITION_FOLLOWING: number;
1012
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
1013
- readonly DOCUMENT_POSITION_PRECEDING: number;
1014
- readonly DOCUMENT_TYPE_NODE: number;
1015
- readonly ELEMENT_NODE: number;
1016
- readonly ENTITY_NODE: number;
1017
- readonly ENTITY_REFERENCE_NODE: number;
1018
- readonly NOTATION_NODE: number;
1019
- readonly PROCESSING_INSTRUCTION_NODE: number;
1020
- readonly TEXT_NODE: number;
1021
- dispatchEvent: (event: Event) => boolean;
1022
- ariaAtomic: string | null;
1023
- ariaAutoComplete: string | null;
1024
- ariaBusy: string | null;
1025
- ariaChecked: string | null;
1026
- ariaColCount: string | null;
1027
- ariaColIndex: string | null;
1028
- ariaColSpan: string | null;
1029
- ariaCurrent: string | null;
1030
- ariaDisabled: string | null;
1031
- ariaExpanded: string | null;
1032
- ariaHasPopup: string | null;
1033
- ariaHidden: string | null;
1034
- ariaKeyShortcuts: string | null;
1035
- ariaLabel: string | null;
1036
- ariaLevel: string | null;
1037
- ariaLive: string | null;
1038
- ariaModal: string | null;
1039
- ariaMultiLine: string | null;
1040
- ariaMultiSelectable: string | null;
1041
- ariaOrientation: string | null;
1042
- ariaPlaceholder: string | null;
1043
- ariaPosInSet: string | null;
1044
- ariaPressed: string | null;
1045
- ariaReadOnly: string | null;
1046
- ariaRequired: string | null;
1047
- ariaRoleDescription: string | null;
1048
- ariaRowCount: string | null;
1049
- ariaRowIndex: string | null;
1050
- ariaRowSpan: string | null;
1051
- ariaSelected: string | null;
1052
- ariaSetSize: string | null;
1053
- ariaSort: string | null;
1054
- ariaValueMax: string | null;
1055
- ariaValueMin: string | null;
1056
- ariaValueNow: string | null;
1057
- ariaValueText: string | null;
1058
- animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
1059
- getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
1060
- after: (...nodes: (string | Node)[]) => void;
1061
- before: (...nodes: (string | Node)[]) => void;
1062
- remove: () => void;
1063
- replaceWith: (...nodes: (string | Node)[]) => void;
1064
- innerHTML: string;
1065
- readonly nextElementSibling: Element | null;
1066
- readonly previousElementSibling: Element | null;
1067
- readonly childElementCount: number;
1068
- readonly firstElementChild: Element | null;
1069
- readonly lastElementChild: Element | null;
1070
- append: (...nodes: (string | Node)[]) => void;
1071
- prepend: (...nodes: (string | Node)[]) => void;
1072
- querySelector: {
1073
- <K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
1074
- <K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
1075
- <E_1 extends Element = Element>(selectors: string): E_1 | null;
1076
- };
1077
- querySelectorAll: {
1078
- <K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
1079
- <K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
1080
- <E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1081
- };
1082
- replaceChildren: (...nodes: (string | Node)[]) => void;
1083
- readonly assignedSlot: HTMLSlotElement | null;
1084
- oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
1085
- oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
1086
- onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
1087
- enterKeyHint: string;
1088
- readonly isContentEditable: boolean;
1089
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1090
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1091
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1092
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1093
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1094
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1095
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1096
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1097
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1098
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1099
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1100
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1101
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1102
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1103
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1104
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1105
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1106
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1107
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1108
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1109
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1110
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1111
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1112
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1113
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1114
- onerror: OnErrorEventHandler;
1115
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1116
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1117
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1118
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1119
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1120
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1121
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1122
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1123
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1124
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1125
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1126
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1127
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1128
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1129
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1130
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1131
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1132
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1133
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1134
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1135
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1136
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1137
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1138
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1139
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1140
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1141
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1142
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1143
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1144
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1145
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1146
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1147
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1148
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1149
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1150
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1151
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1152
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1153
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1154
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1155
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1156
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1157
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1158
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1159
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1160
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1161
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1162
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1163
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1164
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1165
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1166
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1167
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1168
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1169
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1170
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1171
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1172
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1173
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1174
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1175
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1176
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1177
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1178
- autofocus: boolean;
1179
- readonly dataset: DOMStringMap;
1180
- updated: (changedProperties: import("lit").PropertyValueMap<any> | Map<PropertyKey, unknown>) => void;
1181
- applyIconToElement: (el: HTMLElement, icon: string, _size: string, label: string) => Promise<void>;
1182
- getIconList: () => string[];
1183
- readonly renderOptions: import("lit-html").RenderOptions;
1184
- } & {}> & import("react").RefAttributes<import("icons/src").IconsMedium>>;
1
+ export declare const IconsLarge: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("icons/src").IconsLarge>, "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "updated" | "applyIconToElement" | "getIconList" | "renderOptions"> & {} & Partial<Omit<import("icons/src").IconsLarge, keyof HTMLElement>> & import("react").RefAttributes<import("icons/src").IconsLarge>>;
2
+ export declare const IconsMedium: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("icons/src").IconsMedium>, "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "updated" | "applyIconToElement" | "getIconList" | "renderOptions"> & {} & Partial<Omit<import("icons/src").IconsMedium, keyof HTMLElement>> & import("react").RefAttributes<import("icons/src").IconsMedium>>;