motion-start 0.1.14 → 0.1.17

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.
@@ -17,892 +17,892 @@ declare var m: {
17
17
  children?: import("svelte").Snippet;
18
18
  class?: string;
19
19
  el?: unknown;
20
- } & Omit<import("svelte/elements.js").HTMLAnchorAttributes, "style">, {}, string>;
20
+ } & Omit<import("svelte/elements").HTMLAnchorAttributes, "style">, {}, string>;
21
21
  abbr: import("svelte").Component<import("../../index.js").MotionProps & {
22
22
  children?: import("svelte").Snippet;
23
23
  class?: string;
24
24
  el?: unknown;
25
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
25
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
26
26
  address: import("svelte").Component<import("../../index.js").MotionProps & {
27
27
  children?: import("svelte").Snippet;
28
28
  class?: string;
29
29
  el?: unknown;
30
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
30
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
31
31
  area: import("svelte").Component<import("../../index.js").MotionProps & {
32
32
  children?: import("svelte").Snippet;
33
33
  class?: string;
34
34
  el?: unknown;
35
- } & Omit<import("svelte/elements.js").HTMLAreaAttributes, "style">, {}, string>;
35
+ } & Omit<import("svelte/elements").HTMLAreaAttributes, "style">, {}, string>;
36
36
  article: import("svelte").Component<import("../../index.js").MotionProps & {
37
37
  children?: import("svelte").Snippet;
38
38
  class?: string;
39
39
  el?: unknown;
40
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
40
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
41
41
  aside: import("svelte").Component<import("../../index.js").MotionProps & {
42
42
  children?: import("svelte").Snippet;
43
43
  class?: string;
44
44
  el?: unknown;
45
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
45
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
46
46
  audio: import("svelte").Component<import("../../index.js").MotionProps & {
47
47
  children?: import("svelte").Snippet;
48
48
  class?: string;
49
49
  el?: unknown;
50
- } & Omit<import("svelte/elements.js").HTMLAudioAttributes, "style">, {}, string>;
50
+ } & Omit<import("svelte/elements").HTMLAudioAttributes, "style">, {}, string>;
51
51
  b: import("svelte").Component<import("../../index.js").MotionProps & {
52
52
  children?: import("svelte").Snippet;
53
53
  class?: string;
54
54
  el?: unknown;
55
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
55
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
56
56
  base: import("svelte").Component<import("../../index.js").MotionProps & {
57
57
  children?: import("svelte").Snippet;
58
58
  class?: string;
59
59
  el?: unknown;
60
- } & Omit<import("svelte/elements.js").HTMLBaseAttributes, "style">, {}, string>;
60
+ } & Omit<import("svelte/elements").HTMLBaseAttributes, "style">, {}, string>;
61
61
  bdi: import("svelte").Component<import("../../index.js").MotionProps & {
62
62
  children?: import("svelte").Snippet;
63
63
  class?: string;
64
64
  el?: unknown;
65
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
65
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
66
66
  bdo: import("svelte").Component<import("../../index.js").MotionProps & {
67
67
  children?: import("svelte").Snippet;
68
68
  class?: string;
69
69
  el?: unknown;
70
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
70
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
71
71
  big: import("svelte").Component<import("../../index.js").MotionProps & {
72
72
  children?: import("svelte").Snippet;
73
73
  class?: string;
74
74
  el?: unknown;
75
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
75
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
76
76
  blockquote: import("svelte").Component<import("../../index.js").MotionProps & {
77
77
  children?: import("svelte").Snippet;
78
78
  class?: string;
79
79
  el?: unknown;
80
- } & Omit<import("svelte/elements.js").HTMLBlockquoteAttributes, "style">, {}, string>;
80
+ } & Omit<import("svelte/elements").HTMLBlockquoteAttributes, "style">, {}, string>;
81
81
  body: import("svelte").Component<import("../../index.js").MotionProps & {
82
82
  children?: import("svelte").Snippet;
83
83
  class?: string;
84
84
  el?: unknown;
85
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLBodyElement>, "style">, {}, string>;
85
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLBodyElement>, "style">, {}, string>;
86
86
  br: import("svelte").Component<import("../../index.js").MotionProps & {
87
87
  children?: import("svelte").Snippet;
88
88
  class?: string;
89
89
  el?: unknown;
90
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLBRElement>, "style">, {}, string>;
90
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLBRElement>, "style">, {}, string>;
91
91
  button: import("svelte").Component<import("../../index.js").MotionProps & {
92
92
  children?: import("svelte").Snippet;
93
93
  class?: string;
94
94
  el?: unknown;
95
- } & Omit<import("svelte/elements.js").HTMLButtonAttributes, "style">, {}, string>;
95
+ } & Omit<import("svelte/elements").HTMLButtonAttributes, "style">, {}, string>;
96
96
  canvas: import("svelte").Component<import("../../index.js").MotionProps & {
97
97
  children?: import("svelte").Snippet;
98
98
  class?: string;
99
99
  el?: unknown;
100
- } & Omit<import("svelte/elements.js").HTMLCanvasAttributes, "style">, {}, string>;
100
+ } & Omit<import("svelte/elements").HTMLCanvasAttributes, "style">, {}, string>;
101
101
  caption: import("svelte").Component<import("../../index.js").MotionProps & {
102
102
  children?: import("svelte").Snippet;
103
103
  class?: string;
104
104
  el?: unknown;
105
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
105
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
106
106
  cite: import("svelte").Component<import("../../index.js").MotionProps & {
107
107
  children?: import("svelte").Snippet;
108
108
  class?: string;
109
109
  el?: unknown;
110
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
110
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
111
111
  code: import("svelte").Component<import("../../index.js").MotionProps & {
112
112
  children?: import("svelte").Snippet;
113
113
  class?: string;
114
114
  el?: unknown;
115
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
115
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
116
116
  col: import("svelte").Component<import("../../index.js").MotionProps & {
117
117
  children?: import("svelte").Snippet;
118
118
  class?: string;
119
119
  el?: unknown;
120
- } & Omit<import("svelte/elements.js").HTMLColAttributes, "style">, {}, string>;
120
+ } & Omit<import("svelte/elements").HTMLColAttributes, "style">, {}, string>;
121
121
  colgroup: import("svelte").Component<import("../../index.js").MotionProps & {
122
122
  children?: import("svelte").Snippet;
123
123
  class?: string;
124
124
  el?: unknown;
125
- } & Omit<import("svelte/elements.js").HTMLColgroupAttributes, "style">, {}, string>;
125
+ } & Omit<import("svelte/elements").HTMLColgroupAttributes, "style">, {}, string>;
126
126
  data: import("svelte").Component<import("../../index.js").MotionProps & {
127
127
  children?: import("svelte").Snippet;
128
128
  class?: string;
129
129
  el?: unknown;
130
- } & Omit<import("svelte/elements.js").HTMLDataAttributes, "style">, {}, string>;
130
+ } & Omit<import("svelte/elements").HTMLDataAttributes, "style">, {}, string>;
131
131
  datalist: import("svelte").Component<import("../../index.js").MotionProps & {
132
132
  children?: import("svelte").Snippet;
133
133
  class?: string;
134
134
  el?: unknown;
135
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLDataListElement>, "style">, {}, string>;
135
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLDataListElement>, "style">, {}, string>;
136
136
  dd: import("svelte").Component<import("../../index.js").MotionProps & {
137
137
  children?: import("svelte").Snippet;
138
138
  class?: string;
139
139
  el?: unknown;
140
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
140
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
141
141
  del: import("svelte").Component<import("../../index.js").MotionProps & {
142
142
  children?: import("svelte").Snippet;
143
143
  class?: string;
144
144
  el?: unknown;
145
- } & Omit<import("svelte/elements.js").HTMLDelAttributes, "style">, {}, string>;
145
+ } & Omit<import("svelte/elements").HTMLDelAttributes, "style">, {}, string>;
146
146
  details: import("svelte").Component<import("../../index.js").MotionProps & {
147
147
  children?: import("svelte").Snippet;
148
148
  class?: string;
149
149
  el?: unknown;
150
- } & Omit<import("svelte/elements.js").HTMLDetailsAttributes, "style">, {}, string>;
150
+ } & Omit<import("svelte/elements").HTMLDetailsAttributes, "style">, {}, string>;
151
151
  dfn: import("svelte").Component<import("../../index.js").MotionProps & {
152
152
  children?: import("svelte").Snippet;
153
153
  class?: string;
154
154
  el?: unknown;
155
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
155
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
156
156
  dialog: import("svelte").Component<import("../../index.js").MotionProps & {
157
157
  children?: import("svelte").Snippet;
158
158
  class?: string;
159
159
  el?: unknown;
160
- } & Omit<import("svelte/elements.js").HTMLDialogAttributes, "style">, {}, string>;
160
+ } & Omit<import("svelte/elements").HTMLDialogAttributes, "style">, {}, string>;
161
161
  div: import("svelte").Component<import("../../index.js").MotionProps & {
162
162
  children?: import("svelte").Snippet;
163
163
  class?: string;
164
164
  el?: unknown;
165
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLDivElement>, "style">, {}, string>;
165
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLDivElement>, "style">, {}, string>;
166
166
  dl: import("svelte").Component<import("../../index.js").MotionProps & {
167
167
  children?: import("svelte").Snippet;
168
168
  class?: string;
169
169
  el?: unknown;
170
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLDListElement>, "style">, {}, string>;
170
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLDListElement>, "style">, {}, string>;
171
171
  dt: import("svelte").Component<import("../../index.js").MotionProps & {
172
172
  children?: import("svelte").Snippet;
173
173
  class?: string;
174
174
  el?: unknown;
175
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
175
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
176
176
  em: import("svelte").Component<import("../../index.js").MotionProps & {
177
177
  children?: import("svelte").Snippet;
178
178
  class?: string;
179
179
  el?: unknown;
180
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
180
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
181
181
  embed: import("svelte").Component<import("../../index.js").MotionProps & {
182
182
  children?: import("svelte").Snippet;
183
183
  class?: string;
184
184
  el?: unknown;
185
- } & Omit<import("svelte/elements.js").HTMLEmbedAttributes, "style">, {}, string>;
185
+ } & Omit<import("svelte/elements").HTMLEmbedAttributes, "style">, {}, string>;
186
186
  fieldset: import("svelte").Component<import("../../index.js").MotionProps & {
187
187
  children?: import("svelte").Snippet;
188
188
  class?: string;
189
189
  el?: unknown;
190
- } & Omit<import("svelte/elements.js").HTMLFieldsetAttributes, "style">, {}, string>;
190
+ } & Omit<import("svelte/elements").HTMLFieldsetAttributes, "style">, {}, string>;
191
191
  figcaption: import("svelte").Component<import("../../index.js").MotionProps & {
192
192
  children?: import("svelte").Snippet;
193
193
  class?: string;
194
194
  el?: unknown;
195
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
195
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
196
196
  figure: import("svelte").Component<import("../../index.js").MotionProps & {
197
197
  children?: import("svelte").Snippet;
198
198
  class?: string;
199
199
  el?: unknown;
200
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
200
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
201
201
  footer: import("svelte").Component<import("../../index.js").MotionProps & {
202
202
  children?: import("svelte").Snippet;
203
203
  class?: string;
204
204
  el?: unknown;
205
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
205
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
206
206
  form: import("svelte").Component<import("../../index.js").MotionProps & {
207
207
  children?: import("svelte").Snippet;
208
208
  class?: string;
209
209
  el?: unknown;
210
- } & Omit<import("svelte/elements.js").HTMLFormAttributes, "style">, {}, string>;
210
+ } & Omit<import("svelte/elements").HTMLFormAttributes, "style">, {}, string>;
211
211
  h1: import("svelte").Component<import("../../index.js").MotionProps & {
212
212
  children?: import("svelte").Snippet;
213
213
  class?: string;
214
214
  el?: unknown;
215
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
215
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
216
216
  h2: import("svelte").Component<import("../../index.js").MotionProps & {
217
217
  children?: import("svelte").Snippet;
218
218
  class?: string;
219
219
  el?: unknown;
220
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
220
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
221
221
  h3: import("svelte").Component<import("../../index.js").MotionProps & {
222
222
  children?: import("svelte").Snippet;
223
223
  class?: string;
224
224
  el?: unknown;
225
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
225
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
226
226
  h4: import("svelte").Component<import("../../index.js").MotionProps & {
227
227
  children?: import("svelte").Snippet;
228
228
  class?: string;
229
229
  el?: unknown;
230
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
230
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
231
231
  h5: import("svelte").Component<import("../../index.js").MotionProps & {
232
232
  children?: import("svelte").Snippet;
233
233
  class?: string;
234
234
  el?: unknown;
235
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
235
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
236
236
  h6: import("svelte").Component<import("../../index.js").MotionProps & {
237
237
  children?: import("svelte").Snippet;
238
238
  class?: string;
239
239
  el?: unknown;
240
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
240
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
241
241
  head: import("svelte").Component<import("../../index.js").MotionProps & {
242
242
  children?: import("svelte").Snippet;
243
243
  class?: string;
244
244
  el?: unknown;
245
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
245
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
246
246
  header: import("svelte").Component<import("../../index.js").MotionProps & {
247
247
  children?: import("svelte").Snippet;
248
248
  class?: string;
249
249
  el?: unknown;
250
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
250
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
251
251
  hgroup: import("svelte").Component<import("../../index.js").MotionProps & {
252
252
  children?: import("svelte").Snippet;
253
253
  class?: string;
254
254
  el?: unknown;
255
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
255
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
256
256
  hr: import("svelte").Component<import("../../index.js").MotionProps & {
257
257
  children?: import("svelte").Snippet;
258
258
  class?: string;
259
259
  el?: unknown;
260
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLHRElement>, "style">, {}, string>;
260
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLHRElement>, "style">, {}, string>;
261
261
  html: import("svelte").Component<import("../../index.js").MotionProps & {
262
262
  children?: import("svelte").Snippet;
263
263
  class?: string;
264
264
  el?: unknown;
265
- } & Omit<import("svelte/elements.js").HTMLHtmlAttributes, "style">, {}, string>;
265
+ } & Omit<import("svelte/elements").HTMLHtmlAttributes, "style">, {}, string>;
266
266
  i: import("svelte").Component<import("../../index.js").MotionProps & {
267
267
  children?: import("svelte").Snippet;
268
268
  class?: string;
269
269
  el?: unknown;
270
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
270
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
271
271
  iframe: import("svelte").Component<import("../../index.js").MotionProps & {
272
272
  children?: import("svelte").Snippet;
273
273
  class?: string;
274
274
  el?: unknown;
275
- } & Omit<import("svelte/elements.js").HTMLIframeAttributes, "style">, {}, string>;
275
+ } & Omit<import("svelte/elements").HTMLIframeAttributes, "style">, {}, string>;
276
276
  img: import("svelte").Component<import("../../index.js").MotionProps & {
277
277
  children?: import("svelte").Snippet;
278
278
  class?: string;
279
279
  el?: unknown;
280
- } & Omit<import("svelte/elements.js").HTMLImgAttributes, "style">, {}, string>;
280
+ } & Omit<import("svelte/elements").HTMLImgAttributes, "style">, {}, string>;
281
281
  input: import("svelte").Component<import("../../index.js").MotionProps & {
282
282
  children?: import("svelte").Snippet;
283
283
  class?: string;
284
284
  el?: unknown;
285
- } & Omit<import("svelte/elements.js").HTMLInputAttributes, "style">, {}, string>;
285
+ } & Omit<import("svelte/elements").HTMLInputAttributes, "style">, {}, string>;
286
286
  ins: import("svelte").Component<import("../../index.js").MotionProps & {
287
287
  children?: import("svelte").Snippet;
288
288
  class?: string;
289
289
  el?: unknown;
290
- } & Omit<import("svelte/elements.js").HTMLInsAttributes, "style">, {}, string>;
290
+ } & Omit<import("svelte/elements").HTMLInsAttributes, "style">, {}, string>;
291
291
  kbd: import("svelte").Component<import("../../index.js").MotionProps & {
292
292
  children?: import("svelte").Snippet;
293
293
  class?: string;
294
294
  el?: unknown;
295
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
295
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
296
296
  keygen: import("svelte").Component<import("../../index.js").MotionProps & {
297
297
  children?: import("svelte").Snippet;
298
298
  class?: string;
299
299
  el?: unknown;
300
- } & Omit<import("svelte/elements.js").HTMLKeygenAttributes, "style">, {}, string>;
300
+ } & Omit<import("svelte/elements").HTMLKeygenAttributes, "style">, {}, string>;
301
301
  label: import("svelte").Component<import("../../index.js").MotionProps & {
302
302
  children?: import("svelte").Snippet;
303
303
  class?: string;
304
304
  el?: unknown;
305
- } & Omit<import("svelte/elements.js").HTMLLabelAttributes, "style">, {}, string>;
305
+ } & Omit<import("svelte/elements").HTMLLabelAttributes, "style">, {}, string>;
306
306
  legend: import("svelte").Component<import("../../index.js").MotionProps & {
307
307
  children?: import("svelte").Snippet;
308
308
  class?: string;
309
309
  el?: unknown;
310
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLLegendElement>, "style">, {}, string>;
310
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLLegendElement>, "style">, {}, string>;
311
311
  li: import("svelte").Component<import("../../index.js").MotionProps & {
312
312
  children?: import("svelte").Snippet;
313
313
  class?: string;
314
314
  el?: unknown;
315
- } & Omit<import("svelte/elements.js").HTMLLiAttributes, "style">, {}, string>;
315
+ } & Omit<import("svelte/elements").HTMLLiAttributes, "style">, {}, string>;
316
316
  link: import("svelte").Component<import("../../index.js").MotionProps & {
317
317
  children?: import("svelte").Snippet;
318
318
  class?: string;
319
319
  el?: unknown;
320
- } & Omit<import("svelte/elements.js").HTMLLinkAttributes, "style">, {}, string>;
320
+ } & Omit<import("svelte/elements").HTMLLinkAttributes, "style">, {}, string>;
321
321
  main: import("svelte").Component<import("../../index.js").MotionProps & {
322
322
  children?: import("svelte").Snippet;
323
323
  class?: string;
324
324
  el?: unknown;
325
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
325
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
326
326
  map: import("svelte").Component<import("../../index.js").MotionProps & {
327
327
  children?: import("svelte").Snippet;
328
328
  class?: string;
329
329
  el?: unknown;
330
- } & Omit<import("svelte/elements.js").HTMLMapAttributes, "style">, {}, string>;
330
+ } & Omit<import("svelte/elements").HTMLMapAttributes, "style">, {}, string>;
331
331
  mark: import("svelte").Component<import("../../index.js").MotionProps & {
332
332
  children?: import("svelte").Snippet;
333
333
  class?: string;
334
334
  el?: unknown;
335
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
335
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
336
336
  menu: import("svelte").Component<import("../../index.js").MotionProps & {
337
337
  children?: import("svelte").Snippet;
338
338
  class?: string;
339
339
  el?: unknown;
340
- } & Omit<import("svelte/elements.js").HTMLMenuAttributes, "style">, {}, string>;
340
+ } & Omit<import("svelte/elements").HTMLMenuAttributes, "style">, {}, string>;
341
341
  menuitem: import("svelte").Component<import("../../index.js").MotionProps & {
342
342
  children?: import("svelte").Snippet;
343
343
  class?: string;
344
344
  el?: unknown;
345
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
345
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
346
346
  meta: import("svelte").Component<import("../../index.js").MotionProps & {
347
347
  children?: import("svelte").Snippet;
348
348
  class?: string;
349
349
  el?: unknown;
350
- } & Omit<import("svelte/elements.js").HTMLMetaAttributes, "style">, {}, string>;
350
+ } & Omit<import("svelte/elements").HTMLMetaAttributes, "style">, {}, string>;
351
351
  meter: import("svelte").Component<import("../../index.js").MotionProps & {
352
352
  children?: import("svelte").Snippet;
353
353
  class?: string;
354
354
  el?: unknown;
355
- } & Omit<import("svelte/elements.js").HTMLMeterAttributes, "style">, {}, string>;
355
+ } & Omit<import("svelte/elements").HTMLMeterAttributes, "style">, {}, string>;
356
356
  nav: import("svelte").Component<import("../../index.js").MotionProps & {
357
357
  children?: import("svelte").Snippet;
358
358
  class?: string;
359
359
  el?: unknown;
360
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
360
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
361
361
  noscript: import("svelte").Component<import("../../index.js").MotionProps & {
362
362
  children?: import("svelte").Snippet;
363
363
  class?: string;
364
364
  el?: unknown;
365
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
365
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
366
366
  object: import("svelte").Component<import("../../index.js").MotionProps & {
367
367
  children?: import("svelte").Snippet;
368
368
  class?: string;
369
369
  el?: unknown;
370
- } & Omit<import("svelte/elements.js").HTMLObjectAttributes, "style">, {}, string>;
370
+ } & Omit<import("svelte/elements").HTMLObjectAttributes, "style">, {}, string>;
371
371
  ol: import("svelte").Component<import("../../index.js").MotionProps & {
372
372
  children?: import("svelte").Snippet;
373
373
  class?: string;
374
374
  el?: unknown;
375
- } & Omit<import("svelte/elements.js").HTMLOlAttributes, "style">, {}, string>;
375
+ } & Omit<import("svelte/elements").HTMLOlAttributes, "style">, {}, string>;
376
376
  optgroup: import("svelte").Component<import("../../index.js").MotionProps & {
377
377
  children?: import("svelte").Snippet;
378
378
  class?: string;
379
379
  el?: unknown;
380
- } & Omit<import("svelte/elements.js").HTMLOptgroupAttributes, "style">, {}, string>;
380
+ } & Omit<import("svelte/elements").HTMLOptgroupAttributes, "style">, {}, string>;
381
381
  option: import("svelte").Component<import("../../index.js").MotionProps & {
382
382
  children?: import("svelte").Snippet;
383
383
  class?: string;
384
384
  el?: unknown;
385
- } & Omit<import("svelte/elements.js").HTMLOptionAttributes, "style">, {}, string>;
385
+ } & Omit<import("svelte/elements").HTMLOptionAttributes, "style">, {}, string>;
386
386
  output: import("svelte").Component<import("../../index.js").MotionProps & {
387
387
  children?: import("svelte").Snippet;
388
388
  class?: string;
389
389
  el?: unknown;
390
- } & Omit<import("svelte/elements.js").HTMLOutputAttributes, "style">, {}, string>;
390
+ } & Omit<import("svelte/elements").HTMLOutputAttributes, "style">, {}, string>;
391
391
  p: import("svelte").Component<import("../../index.js").MotionProps & {
392
392
  children?: import("svelte").Snippet;
393
393
  class?: string;
394
394
  el?: unknown;
395
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLParagraphElement>, "style">, {}, string>;
395
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>, "style">, {}, string>;
396
396
  param: import("svelte").Component<import("../../index.js").MotionProps & {
397
397
  children?: import("svelte").Snippet;
398
398
  class?: string;
399
399
  el?: unknown;
400
- } & Omit<import("svelte/elements.js").HTMLParamAttributes, "style">, {}, string>;
400
+ } & Omit<import("svelte/elements").HTMLParamAttributes, "style">, {}, string>;
401
401
  picture: import("svelte").Component<import("../../index.js").MotionProps & {
402
402
  children?: import("svelte").Snippet;
403
403
  class?: string;
404
404
  el?: unknown;
405
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
405
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
406
406
  pre: import("svelte").Component<import("../../index.js").MotionProps & {
407
407
  children?: import("svelte").Snippet;
408
408
  class?: string;
409
409
  el?: unknown;
410
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLPreElement>, "style">, {}, string>;
410
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLPreElement>, "style">, {}, string>;
411
411
  progress: import("svelte").Component<import("../../index.js").MotionProps & {
412
412
  children?: import("svelte").Snippet;
413
413
  class?: string;
414
414
  el?: unknown;
415
- } & Omit<import("svelte/elements.js").HTMLProgressAttributes, "style">, {}, string>;
415
+ } & Omit<import("svelte/elements").HTMLProgressAttributes, "style">, {}, string>;
416
416
  q: import("svelte").Component<import("../../index.js").MotionProps & {
417
417
  children?: import("svelte").Snippet;
418
418
  class?: string;
419
419
  el?: unknown;
420
- } & Omit<import("svelte/elements.js").HTMLQuoteAttributes, "style">, {}, string>;
420
+ } & Omit<import("svelte/elements").HTMLQuoteAttributes, "style">, {}, string>;
421
421
  rp: import("svelte").Component<import("../../index.js").MotionProps & {
422
422
  children?: import("svelte").Snippet;
423
423
  class?: string;
424
424
  el?: unknown;
425
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
425
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
426
426
  rt: import("svelte").Component<import("../../index.js").MotionProps & {
427
427
  children?: import("svelte").Snippet;
428
428
  class?: string;
429
429
  el?: unknown;
430
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
430
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
431
431
  ruby: import("svelte").Component<import("../../index.js").MotionProps & {
432
432
  children?: import("svelte").Snippet;
433
433
  class?: string;
434
434
  el?: unknown;
435
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
435
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
436
436
  s: import("svelte").Component<import("../../index.js").MotionProps & {
437
437
  children?: import("svelte").Snippet;
438
438
  class?: string;
439
439
  el?: unknown;
440
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
440
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
441
441
  samp: import("svelte").Component<import("../../index.js").MotionProps & {
442
442
  children?: import("svelte").Snippet;
443
443
  class?: string;
444
444
  el?: unknown;
445
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
445
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
446
446
  slot: import("svelte").Component<import("../../index.js").MotionProps & {
447
447
  children?: import("svelte").Snippet;
448
448
  class?: string;
449
449
  el?: unknown;
450
- } & Omit<import("svelte/elements.js").HTMLSlotAttributes, "style">, {}, string>;
450
+ } & Omit<import("svelte/elements").HTMLSlotAttributes, "style">, {}, string>;
451
451
  script: import("svelte").Component<import("../../index.js").MotionProps & {
452
452
  children?: import("svelte").Snippet;
453
453
  class?: string;
454
454
  el?: unknown;
455
- } & Omit<import("svelte/elements.js").HTMLScriptAttributes, "style">, {}, string>;
455
+ } & Omit<import("svelte/elements").HTMLScriptAttributes, "style">, {}, string>;
456
456
  search: import("svelte").Component<import("../../index.js").MotionProps & {
457
457
  children?: import("svelte").Snippet;
458
458
  class?: string;
459
459
  el?: unknown;
460
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
460
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
461
461
  section: import("svelte").Component<import("../../index.js").MotionProps & {
462
462
  children?: import("svelte").Snippet;
463
463
  class?: string;
464
464
  el?: unknown;
465
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
465
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
466
466
  select: import("svelte").Component<import("../../index.js").MotionProps & {
467
467
  children?: import("svelte").Snippet;
468
468
  class?: string;
469
469
  el?: unknown;
470
- } & Omit<import("svelte/elements.js").HTMLSelectAttributes, "style">, {}, string>;
470
+ } & Omit<import("svelte/elements").HTMLSelectAttributes, "style">, {}, string>;
471
471
  small: import("svelte").Component<import("../../index.js").MotionProps & {
472
472
  children?: import("svelte").Snippet;
473
473
  class?: string;
474
474
  el?: unknown;
475
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
475
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
476
476
  source: import("svelte").Component<import("../../index.js").MotionProps & {
477
477
  children?: import("svelte").Snippet;
478
478
  class?: string;
479
479
  el?: unknown;
480
- } & Omit<import("svelte/elements.js").HTMLSourceAttributes, "style">, {}, string>;
480
+ } & Omit<import("svelte/elements").HTMLSourceAttributes, "style">, {}, string>;
481
481
  span: import("svelte").Component<import("../../index.js").MotionProps & {
482
482
  children?: import("svelte").Snippet;
483
483
  class?: string;
484
484
  el?: unknown;
485
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLSpanElement>, "style">, {}, string>;
485
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLSpanElement>, "style">, {}, string>;
486
486
  strong: import("svelte").Component<import("../../index.js").MotionProps & {
487
487
  children?: import("svelte").Snippet;
488
488
  class?: string;
489
489
  el?: unknown;
490
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
490
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
491
491
  style: import("svelte").Component<import("../../index.js").MotionProps & {
492
492
  children?: import("svelte").Snippet;
493
493
  class?: string;
494
494
  el?: unknown;
495
- } & Omit<import("svelte/elements.js").HTMLStyleAttributes, "style">, {}, string>;
495
+ } & Omit<import("svelte/elements").HTMLStyleAttributes, "style">, {}, string>;
496
496
  sub: import("svelte").Component<import("../../index.js").MotionProps & {
497
497
  children?: import("svelte").Snippet;
498
498
  class?: string;
499
499
  el?: unknown;
500
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
500
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
501
501
  summary: import("svelte").Component<import("../../index.js").MotionProps & {
502
502
  children?: import("svelte").Snippet;
503
503
  class?: string;
504
504
  el?: unknown;
505
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
505
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
506
506
  sup: import("svelte").Component<import("../../index.js").MotionProps & {
507
507
  children?: import("svelte").Snippet;
508
508
  class?: string;
509
509
  el?: unknown;
510
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
510
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
511
511
  table: import("svelte").Component<import("../../index.js").MotionProps & {
512
512
  children?: import("svelte").Snippet;
513
513
  class?: string;
514
514
  el?: unknown;
515
- } & Omit<import("svelte/elements.js").HTMLTableAttributes, "style">, {}, string>;
515
+ } & Omit<import("svelte/elements").HTMLTableAttributes, "style">, {}, string>;
516
516
  template: import("svelte").Component<import("../../index.js").MotionProps & {
517
517
  children?: import("svelte").Snippet;
518
518
  class?: string;
519
519
  el?: unknown;
520
- } & Omit<import("svelte/elements.js").HTMLTemplateAttributes, "style">, {}, string>;
520
+ } & Omit<import("svelte/elements").HTMLTemplateAttributes, "style">, {}, string>;
521
521
  tbody: import("svelte").Component<import("../../index.js").MotionProps & {
522
522
  children?: import("svelte").Snippet;
523
523
  class?: string;
524
524
  el?: unknown;
525
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
525
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
526
526
  td: import("svelte").Component<import("../../index.js").MotionProps & {
527
527
  children?: import("svelte").Snippet;
528
528
  class?: string;
529
529
  el?: unknown;
530
- } & Omit<import("svelte/elements.js").HTMLTdAttributes, "style">, {}, string>;
530
+ } & Omit<import("svelte/elements").HTMLTdAttributes, "style">, {}, string>;
531
531
  textarea: import("svelte").Component<import("../../index.js").MotionProps & {
532
532
  children?: import("svelte").Snippet;
533
533
  class?: string;
534
534
  el?: unknown;
535
- } & Omit<import("svelte/elements.js").HTMLTextareaAttributes, "style">, {}, string>;
535
+ } & Omit<import("svelte/elements").HTMLTextareaAttributes, "style">, {}, string>;
536
536
  tfoot: import("svelte").Component<import("../../index.js").MotionProps & {
537
537
  children?: import("svelte").Snippet;
538
538
  class?: string;
539
539
  el?: unknown;
540
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
540
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
541
541
  th: import("svelte").Component<import("../../index.js").MotionProps & {
542
542
  children?: import("svelte").Snippet;
543
543
  class?: string;
544
544
  el?: unknown;
545
- } & Omit<import("svelte/elements.js").HTMLThAttributes, "style">, {}, string>;
545
+ } & Omit<import("svelte/elements").HTMLThAttributes, "style">, {}, string>;
546
546
  thead: import("svelte").Component<import("../../index.js").MotionProps & {
547
547
  children?: import("svelte").Snippet;
548
548
  class?: string;
549
549
  el?: unknown;
550
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
550
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
551
551
  time: import("svelte").Component<import("../../index.js").MotionProps & {
552
552
  children?: import("svelte").Snippet;
553
553
  class?: string;
554
554
  el?: unknown;
555
- } & Omit<import("svelte/elements.js").HTMLTimeAttributes, "style">, {}, string>;
555
+ } & Omit<import("svelte/elements").HTMLTimeAttributes, "style">, {}, string>;
556
556
  title: import("svelte").Component<import("../../index.js").MotionProps & {
557
557
  children?: import("svelte").Snippet;
558
558
  class?: string;
559
559
  el?: unknown;
560
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLTitleElement>, "style">, {}, string>;
560
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLTitleElement>, "style">, {}, string>;
561
561
  tr: import("svelte").Component<import("../../index.js").MotionProps & {
562
562
  children?: import("svelte").Snippet;
563
563
  class?: string;
564
564
  el?: unknown;
565
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLTableRowElement>, "style">, {}, string>;
565
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLTableRowElement>, "style">, {}, string>;
566
566
  track: import("svelte").Component<import("../../index.js").MotionProps & {
567
567
  children?: import("svelte").Snippet;
568
568
  class?: string;
569
569
  el?: unknown;
570
- } & Omit<import("svelte/elements.js").HTMLTrackAttributes, "style">, {}, string>;
570
+ } & Omit<import("svelte/elements").HTMLTrackAttributes, "style">, {}, string>;
571
571
  u: import("svelte").Component<import("../../index.js").MotionProps & {
572
572
  children?: import("svelte").Snippet;
573
573
  class?: string;
574
574
  el?: unknown;
575
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
575
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
576
576
  ul: import("svelte").Component<import("../../index.js").MotionProps & {
577
577
  children?: import("svelte").Snippet;
578
578
  class?: string;
579
579
  el?: unknown;
580
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLUListElement>, "style">, {}, string>;
580
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLUListElement>, "style">, {}, string>;
581
581
  var: import("svelte").Component<import("../../index.js").MotionProps & {
582
582
  children?: import("svelte").Snippet;
583
583
  class?: string;
584
584
  el?: unknown;
585
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
585
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
586
586
  video: import("svelte").Component<import("../../index.js").MotionProps & {
587
587
  children?: import("svelte").Snippet;
588
588
  class?: string;
589
589
  el?: unknown;
590
- } & Omit<import("svelte/elements.js").HTMLVideoAttributes, "style">, {}, string>;
590
+ } & Omit<import("svelte/elements").HTMLVideoAttributes, "style">, {}, string>;
591
591
  wbr: import("svelte").Component<import("../../index.js").MotionProps & {
592
592
  children?: import("svelte").Snippet;
593
593
  class?: string;
594
594
  el?: unknown;
595
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
595
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
596
596
  webview: import("svelte").Component<import("../../index.js").MotionProps & {
597
597
  children?: import("svelte").Snippet;
598
598
  class?: string;
599
599
  el?: unknown;
600
- } & Omit<import("svelte/elements.js").HTMLWebViewAttributes, "style">, {}, string>;
600
+ } & Omit<import("svelte/elements").HTMLWebViewAttributes, "style">, {}, string>;
601
601
  svg: import("svelte").Component<import("../../index.js").MotionProps & {
602
602
  children?: import("svelte").Snippet;
603
603
  class?: string;
604
604
  el?: unknown;
605
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGSVGElement>, "style">, {}, string>;
605
+ } & Omit<import("svelte/elements").SVGAttributes<SVGSVGElement>, "style">, {}, string>;
606
606
  animate: import("svelte").Component<import("../../index.js").MotionProps & {
607
607
  children?: import("svelte").Snippet;
608
608
  class?: string;
609
609
  el?: unknown;
610
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGAnimateElement>, "style">, {}, string>;
610
+ } & Omit<import("svelte/elements").SVGAttributes<SVGAnimateElement>, "style">, {}, string>;
611
611
  animateMotion: import("svelte").Component<import("../../index.js").MotionProps & {
612
612
  children?: import("svelte").Snippet;
613
613
  class?: string;
614
614
  el?: unknown;
615
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGElement>, "style">, {}, string>;
615
+ } & Omit<import("svelte/elements").SVGAttributes<SVGElement>, "style">, {}, string>;
616
616
  animateTransform: import("svelte").Component<import("../../index.js").MotionProps & {
617
617
  children?: import("svelte").Snippet;
618
618
  class?: string;
619
619
  el?: unknown;
620
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGAnimateTransformElement>, "style">, {}, string>;
620
+ } & Omit<import("svelte/elements").SVGAttributes<SVGAnimateTransformElement>, "style">, {}, string>;
621
621
  circle: import("svelte").Component<import("../../index.js").MotionProps & {
622
622
  children?: import("svelte").Snippet;
623
623
  class?: string;
624
624
  el?: unknown;
625
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGCircleElement>, "style">, {}, string>;
625
+ } & Omit<import("svelte/elements").SVGAttributes<SVGCircleElement>, "style">, {}, string>;
626
626
  clipPath: import("svelte").Component<import("../../index.js").MotionProps & {
627
627
  children?: import("svelte").Snippet;
628
628
  class?: string;
629
629
  el?: unknown;
630
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGClipPathElement>, "style">, {}, string>;
630
+ } & Omit<import("svelte/elements").SVGAttributes<SVGClipPathElement>, "style">, {}, string>;
631
631
  defs: import("svelte").Component<import("../../index.js").MotionProps & {
632
632
  children?: import("svelte").Snippet;
633
633
  class?: string;
634
634
  el?: unknown;
635
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGDefsElement>, "style">, {}, string>;
635
+ } & Omit<import("svelte/elements").SVGAttributes<SVGDefsElement>, "style">, {}, string>;
636
636
  desc: import("svelte").Component<import("../../index.js").MotionProps & {
637
637
  children?: import("svelte").Snippet;
638
638
  class?: string;
639
639
  el?: unknown;
640
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGDescElement>, "style">, {}, string>;
640
+ } & Omit<import("svelte/elements").SVGAttributes<SVGDescElement>, "style">, {}, string>;
641
641
  ellipse: import("svelte").Component<import("../../index.js").MotionProps & {
642
642
  children?: import("svelte").Snippet;
643
643
  class?: string;
644
644
  el?: unknown;
645
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGEllipseElement>, "style">, {}, string>;
645
+ } & Omit<import("svelte/elements").SVGAttributes<SVGEllipseElement>, "style">, {}, string>;
646
646
  feBlend: import("svelte").Component<import("../../index.js").MotionProps & {
647
647
  children?: import("svelte").Snippet;
648
648
  class?: string;
649
649
  el?: unknown;
650
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEBlendElement>, "style">, {}, string>;
650
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEBlendElement>, "style">, {}, string>;
651
651
  feColorMatrix: import("svelte").Component<import("../../index.js").MotionProps & {
652
652
  children?: import("svelte").Snippet;
653
653
  class?: string;
654
654
  el?: unknown;
655
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEColorMatrixElement>, "style">, {}, string>;
655
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEColorMatrixElement>, "style">, {}, string>;
656
656
  feComponentTransfer: import("svelte").Component<import("../../index.js").MotionProps & {
657
657
  children?: import("svelte").Snippet;
658
658
  class?: string;
659
659
  el?: unknown;
660
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEComponentTransferElement>, "style">, {}, string>;
660
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEComponentTransferElement>, "style">, {}, string>;
661
661
  feComposite: import("svelte").Component<import("../../index.js").MotionProps & {
662
662
  children?: import("svelte").Snippet;
663
663
  class?: string;
664
664
  el?: unknown;
665
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFECompositeElement>, "style">, {}, string>;
665
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFECompositeElement>, "style">, {}, string>;
666
666
  feConvolveMatrix: import("svelte").Component<import("../../index.js").MotionProps & {
667
667
  children?: import("svelte").Snippet;
668
668
  class?: string;
669
669
  el?: unknown;
670
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEConvolveMatrixElement>, "style">, {}, string>;
670
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEConvolveMatrixElement>, "style">, {}, string>;
671
671
  feDiffuseLighting: import("svelte").Component<import("../../index.js").MotionProps & {
672
672
  children?: import("svelte").Snippet;
673
673
  class?: string;
674
674
  el?: unknown;
675
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEDiffuseLightingElement>, "style">, {}, string>;
675
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEDiffuseLightingElement>, "style">, {}, string>;
676
676
  feDisplacementMap: import("svelte").Component<import("../../index.js").MotionProps & {
677
677
  children?: import("svelte").Snippet;
678
678
  class?: string;
679
679
  el?: unknown;
680
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEDisplacementMapElement>, "style">, {}, string>;
680
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEDisplacementMapElement>, "style">, {}, string>;
681
681
  feDistantLight: import("svelte").Component<import("../../index.js").MotionProps & {
682
682
  children?: import("svelte").Snippet;
683
683
  class?: string;
684
684
  el?: unknown;
685
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEDistantLightElement>, "style">, {}, string>;
685
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEDistantLightElement>, "style">, {}, string>;
686
686
  feDropShadow: import("svelte").Component<import("../../index.js").MotionProps & {
687
687
  children?: import("svelte").Snippet;
688
688
  class?: string;
689
689
  el?: unknown;
690
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEDropShadowElement>, "style">, {}, string>;
690
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEDropShadowElement>, "style">, {}, string>;
691
691
  feFlood: import("svelte").Component<import("../../index.js").MotionProps & {
692
692
  children?: import("svelte").Snippet;
693
693
  class?: string;
694
694
  el?: unknown;
695
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEFloodElement>, "style">, {}, string>;
695
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEFloodElement>, "style">, {}, string>;
696
696
  feFuncA: import("svelte").Component<import("../../index.js").MotionProps & {
697
697
  children?: import("svelte").Snippet;
698
698
  class?: string;
699
699
  el?: unknown;
700
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEFuncAElement>, "style">, {}, string>;
700
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncAElement>, "style">, {}, string>;
701
701
  feFuncB: import("svelte").Component<import("../../index.js").MotionProps & {
702
702
  children?: import("svelte").Snippet;
703
703
  class?: string;
704
704
  el?: unknown;
705
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEFuncBElement>, "style">, {}, string>;
705
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncBElement>, "style">, {}, string>;
706
706
  feFuncG: import("svelte").Component<import("../../index.js").MotionProps & {
707
707
  children?: import("svelte").Snippet;
708
708
  class?: string;
709
709
  el?: unknown;
710
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEFuncGElement>, "style">, {}, string>;
710
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncGElement>, "style">, {}, string>;
711
711
  feFuncR: import("svelte").Component<import("../../index.js").MotionProps & {
712
712
  children?: import("svelte").Snippet;
713
713
  class?: string;
714
714
  el?: unknown;
715
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEFuncRElement>, "style">, {}, string>;
715
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncRElement>, "style">, {}, string>;
716
716
  feGaussianBlur: import("svelte").Component<import("../../index.js").MotionProps & {
717
717
  children?: import("svelte").Snippet;
718
718
  class?: string;
719
719
  el?: unknown;
720
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEGaussianBlurElement>, "style">, {}, string>;
720
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEGaussianBlurElement>, "style">, {}, string>;
721
721
  feImage: import("svelte").Component<import("../../index.js").MotionProps & {
722
722
  children?: import("svelte").Snippet;
723
723
  class?: string;
724
724
  el?: unknown;
725
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEImageElement>, "style">, {}, string>;
725
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEImageElement>, "style">, {}, string>;
726
726
  feMerge: import("svelte").Component<import("../../index.js").MotionProps & {
727
727
  children?: import("svelte").Snippet;
728
728
  class?: string;
729
729
  el?: unknown;
730
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEMergeElement>, "style">, {}, string>;
730
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEMergeElement>, "style">, {}, string>;
731
731
  feMergeNode: import("svelte").Component<import("../../index.js").MotionProps & {
732
732
  children?: import("svelte").Snippet;
733
733
  class?: string;
734
734
  el?: unknown;
735
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEMergeNodeElement>, "style">, {}, string>;
735
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEMergeNodeElement>, "style">, {}, string>;
736
736
  feMorphology: import("svelte").Component<import("../../index.js").MotionProps & {
737
737
  children?: import("svelte").Snippet;
738
738
  class?: string;
739
739
  el?: unknown;
740
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEMorphologyElement>, "style">, {}, string>;
740
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEMorphologyElement>, "style">, {}, string>;
741
741
  feOffset: import("svelte").Component<import("../../index.js").MotionProps & {
742
742
  children?: import("svelte").Snippet;
743
743
  class?: string;
744
744
  el?: unknown;
745
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEOffsetElement>, "style">, {}, string>;
745
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEOffsetElement>, "style">, {}, string>;
746
746
  fePointLight: import("svelte").Component<import("../../index.js").MotionProps & {
747
747
  children?: import("svelte").Snippet;
748
748
  class?: string;
749
749
  el?: unknown;
750
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFEPointLightElement>, "style">, {}, string>;
750
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFEPointLightElement>, "style">, {}, string>;
751
751
  feSpecularLighting: import("svelte").Component<import("../../index.js").MotionProps & {
752
752
  children?: import("svelte").Snippet;
753
753
  class?: string;
754
754
  el?: unknown;
755
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFESpecularLightingElement>, "style">, {}, string>;
755
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFESpecularLightingElement>, "style">, {}, string>;
756
756
  feSpotLight: import("svelte").Component<import("../../index.js").MotionProps & {
757
757
  children?: import("svelte").Snippet;
758
758
  class?: string;
759
759
  el?: unknown;
760
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFESpotLightElement>, "style">, {}, string>;
760
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFESpotLightElement>, "style">, {}, string>;
761
761
  feTile: import("svelte").Component<import("../../index.js").MotionProps & {
762
762
  children?: import("svelte").Snippet;
763
763
  class?: string;
764
764
  el?: unknown;
765
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFETileElement>, "style">, {}, string>;
765
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFETileElement>, "style">, {}, string>;
766
766
  feTurbulence: import("svelte").Component<import("../../index.js").MotionProps & {
767
767
  children?: import("svelte").Snippet;
768
768
  class?: string;
769
769
  el?: unknown;
770
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFETurbulenceElement>, "style">, {}, string>;
770
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFETurbulenceElement>, "style">, {}, string>;
771
771
  filter: import("svelte").Component<import("../../index.js").MotionProps & {
772
772
  children?: import("svelte").Snippet;
773
773
  class?: string;
774
774
  el?: unknown;
775
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGFilterElement>, "style">, {}, string>;
775
+ } & Omit<import("svelte/elements").SVGAttributes<SVGFilterElement>, "style">, {}, string>;
776
776
  foreignObject: import("svelte").Component<import("../../index.js").MotionProps & {
777
777
  children?: import("svelte").Snippet;
778
778
  class?: string;
779
779
  el?: unknown;
780
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGForeignObjectElement>, "style">, {}, string>;
780
+ } & Omit<import("svelte/elements").SVGAttributes<SVGForeignObjectElement>, "style">, {}, string>;
781
781
  g: import("svelte").Component<import("../../index.js").MotionProps & {
782
782
  children?: import("svelte").Snippet;
783
783
  class?: string;
784
784
  el?: unknown;
785
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGGElement>, "style">, {}, string>;
785
+ } & Omit<import("svelte/elements").SVGAttributes<SVGGElement>, "style">, {}, string>;
786
786
  image: import("svelte").Component<import("../../index.js").MotionProps & {
787
787
  children?: import("svelte").Snippet;
788
788
  class?: string;
789
789
  el?: unknown;
790
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGImageElement>, "style">, {}, string>;
790
+ } & Omit<import("svelte/elements").SVGAttributes<SVGImageElement>, "style">, {}, string>;
791
791
  line: import("svelte").Component<import("../../index.js").MotionProps & {
792
792
  children?: import("svelte").Snippet;
793
793
  class?: string;
794
794
  el?: unknown;
795
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGLineElement>, "style">, {}, string>;
795
+ } & Omit<import("svelte/elements").SVGAttributes<SVGLineElement>, "style">, {}, string>;
796
796
  linearGradient: import("svelte").Component<import("../../index.js").MotionProps & {
797
797
  children?: import("svelte").Snippet;
798
798
  class?: string;
799
799
  el?: unknown;
800
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGLinearGradientElement>, "style">, {}, string>;
800
+ } & Omit<import("svelte/elements").SVGAttributes<SVGLinearGradientElement>, "style">, {}, string>;
801
801
  marker: import("svelte").Component<import("../../index.js").MotionProps & {
802
802
  children?: import("svelte").Snippet;
803
803
  class?: string;
804
804
  el?: unknown;
805
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGMarkerElement>, "style">, {}, string>;
805
+ } & Omit<import("svelte/elements").SVGAttributes<SVGMarkerElement>, "style">, {}, string>;
806
806
  mask: import("svelte").Component<import("../../index.js").MotionProps & {
807
807
  children?: import("svelte").Snippet;
808
808
  class?: string;
809
809
  el?: unknown;
810
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGMaskElement>, "style">, {}, string>;
810
+ } & Omit<import("svelte/elements").SVGAttributes<SVGMaskElement>, "style">, {}, string>;
811
811
  metadata: import("svelte").Component<import("../../index.js").MotionProps & {
812
812
  children?: import("svelte").Snippet;
813
813
  class?: string;
814
814
  el?: unknown;
815
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGMetadataElement>, "style">, {}, string>;
815
+ } & Omit<import("svelte/elements").SVGAttributes<SVGMetadataElement>, "style">, {}, string>;
816
816
  mpath: import("svelte").Component<import("../../index.js").MotionProps & {
817
817
  children?: import("svelte").Snippet;
818
818
  class?: string;
819
819
  el?: unknown;
820
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGElement>, "style">, {}, string>;
820
+ } & Omit<import("svelte/elements").SVGAttributes<SVGElement>, "style">, {}, string>;
821
821
  path: import("svelte").Component<import("../../index.js").MotionProps & {
822
822
  children?: import("svelte").Snippet;
823
823
  class?: string;
824
824
  el?: unknown;
825
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGPathElement>, "style">, {}, string>;
825
+ } & Omit<import("svelte/elements").SVGAttributes<SVGPathElement>, "style">, {}, string>;
826
826
  pattern: import("svelte").Component<import("../../index.js").MotionProps & {
827
827
  children?: import("svelte").Snippet;
828
828
  class?: string;
829
829
  el?: unknown;
830
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGPatternElement>, "style">, {}, string>;
830
+ } & Omit<import("svelte/elements").SVGAttributes<SVGPatternElement>, "style">, {}, string>;
831
831
  polygon: import("svelte").Component<import("../../index.js").MotionProps & {
832
832
  children?: import("svelte").Snippet;
833
833
  class?: string;
834
834
  el?: unknown;
835
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGPolygonElement>, "style">, {}, string>;
835
+ } & Omit<import("svelte/elements").SVGAttributes<SVGPolygonElement>, "style">, {}, string>;
836
836
  polyline: import("svelte").Component<import("../../index.js").MotionProps & {
837
837
  children?: import("svelte").Snippet;
838
838
  class?: string;
839
839
  el?: unknown;
840
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGPolylineElement>, "style">, {}, string>;
840
+ } & Omit<import("svelte/elements").SVGAttributes<SVGPolylineElement>, "style">, {}, string>;
841
841
  radialGradient: import("svelte").Component<import("../../index.js").MotionProps & {
842
842
  children?: import("svelte").Snippet;
843
843
  class?: string;
844
844
  el?: unknown;
845
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGRadialGradientElement>, "style">, {}, string>;
845
+ } & Omit<import("svelte/elements").SVGAttributes<SVGRadialGradientElement>, "style">, {}, string>;
846
846
  rect: import("svelte").Component<import("../../index.js").MotionProps & {
847
847
  children?: import("svelte").Snippet;
848
848
  class?: string;
849
849
  el?: unknown;
850
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGRectElement>, "style">, {}, string>;
850
+ } & Omit<import("svelte/elements").SVGAttributes<SVGRectElement>, "style">, {}, string>;
851
851
  stop: import("svelte").Component<import("../../index.js").MotionProps & {
852
852
  children?: import("svelte").Snippet;
853
853
  class?: string;
854
854
  el?: unknown;
855
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGStopElement>, "style">, {}, string>;
855
+ } & Omit<import("svelte/elements").SVGAttributes<SVGStopElement>, "style">, {}, string>;
856
856
  switch: import("svelte").Component<import("../../index.js").MotionProps & {
857
857
  children?: import("svelte").Snippet;
858
858
  class?: string;
859
859
  el?: unknown;
860
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGSwitchElement>, "style">, {}, string>;
860
+ } & Omit<import("svelte/elements").SVGAttributes<SVGSwitchElement>, "style">, {}, string>;
861
861
  symbol: import("svelte").Component<import("../../index.js").MotionProps & {
862
862
  children?: import("svelte").Snippet;
863
863
  class?: string;
864
864
  el?: unknown;
865
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGSymbolElement>, "style">, {}, string>;
865
+ } & Omit<import("svelte/elements").SVGAttributes<SVGSymbolElement>, "style">, {}, string>;
866
866
  text: import("svelte").Component<import("../../index.js").MotionProps & {
867
867
  children?: import("svelte").Snippet;
868
868
  class?: string;
869
869
  el?: unknown;
870
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGTextElement>, "style">, {}, string>;
870
+ } & Omit<import("svelte/elements").SVGAttributes<SVGTextElement>, "style">, {}, string>;
871
871
  textPath: import("svelte").Component<import("../../index.js").MotionProps & {
872
872
  children?: import("svelte").Snippet;
873
873
  class?: string;
874
874
  el?: unknown;
875
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGTextPathElement>, "style">, {}, string>;
875
+ } & Omit<import("svelte/elements").SVGAttributes<SVGTextPathElement>, "style">, {}, string>;
876
876
  tspan: import("svelte").Component<import("../../index.js").MotionProps & {
877
877
  children?: import("svelte").Snippet;
878
878
  class?: string;
879
879
  el?: unknown;
880
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGTSpanElement>, "style">, {}, string>;
880
+ } & Omit<import("svelte/elements").SVGAttributes<SVGTSpanElement>, "style">, {}, string>;
881
881
  use: import("svelte").Component<import("../../index.js").MotionProps & {
882
882
  children?: import("svelte").Snippet;
883
883
  class?: string;
884
884
  el?: unknown;
885
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGUseElement>, "style">, {}, string>;
885
+ } & Omit<import("svelte/elements").SVGAttributes<SVGUseElement>, "style">, {}, string>;
886
886
  view: import("svelte").Component<import("../../index.js").MotionProps & {
887
887
  children?: import("svelte").Snippet;
888
888
  class?: string;
889
889
  el?: unknown;
890
- } & Omit<import("svelte/elements.js").SVGAttributes<SVGViewElement>, "style">, {}, string>;
890
+ } & Omit<import("svelte/elements").SVGAttributes<SVGViewElement>, "style">, {}, string>;
891
891
  'svelte:window': import("svelte").Component<import("../../index.js").MotionProps & {
892
892
  children?: import("svelte").Snippet;
893
893
  class?: string;
894
894
  el?: unknown;
895
- } & Omit<import("svelte/elements.js").SvelteWindowAttributes, "style">, {}, string>;
895
+ } & Omit<import("svelte/elements").SvelteWindowAttributes, "style">, {}, string>;
896
896
  'svelte:document': import("svelte").Component<import("../../index.js").MotionProps & {
897
897
  children?: import("svelte").Snippet;
898
898
  class?: string;
899
899
  el?: unknown;
900
- } & Omit<import("svelte/elements.js").SvelteDocumentAttributes, "style">, {}, string>;
900
+ } & Omit<import("svelte/elements").SvelteDocumentAttributes, "style">, {}, string>;
901
901
  'svelte:body': import("svelte").Component<import("../../index.js").MotionProps & {
902
902
  children?: import("svelte").Snippet;
903
903
  class?: string;
904
904
  el?: unknown;
905
- } & Omit<import("svelte/elements.js").HTMLAttributes<HTMLElement>, "style">, {}, string>;
905
+ } & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
906
906
  'svelte:fragment': import("svelte").Component<import("../../index.js").MotionProps & {
907
907
  children?: import("svelte").Snippet;
908
908
  class?: string;
@@ -944,6 +944,7 @@ declare var m: {
944
944
  } & Omit<{
945
945
  onerror?: (error: unknown, reset: () => void) => void;
946
946
  failed?: import("svelte").Snippet<[error: unknown, reset: () => void]>;
947
+ pending?: import("svelte").Snippet;
947
948
  }, "style">, {}, string>;
948
949
  };
949
950
  export { m };