@cregis/icon 0.1.4 → 0.1.6

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/dist/index.d.ts CHANGED
@@ -544,6 +544,8 @@ declare type __VLS_NonUndefinedable_340<T> = T extends undefined ? never : T;
544
544
 
545
545
  declare type __VLS_NonUndefinedable_341<T> = T extends undefined ? never : T;
546
546
 
547
+ declare type __VLS_NonUndefinedable_342<T> = T extends undefined ? never : T;
548
+
547
549
  declare type __VLS_NonUndefinedable_35<T> = T extends undefined ? never : T;
548
550
 
549
551
  declare type __VLS_NonUndefinedable_36<T> = T extends undefined ? never : T;
@@ -3116,6 +3118,15 @@ declare type __VLS_TypePropsToOption_341<T> = {
3116
3118
  };
3117
3119
  };
3118
3120
 
3121
+ declare type __VLS_TypePropsToOption_342<T> = {
3122
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
3123
+ type: PropType<__VLS_NonUndefinedable_342<T[K]>>;
3124
+ } : {
3125
+ type: PropType<T[K]>;
3126
+ required: true;
3127
+ };
3128
+ };
3129
+
3119
3130
  declare type __VLS_TypePropsToOption_35<T> = {
3120
3131
  [K in keyof T]-?: {} extends Pick<T, K> ? {
3121
3132
  type: PropType<__VLS_NonUndefinedable_35<T[K]>>;
@@ -3921,91 +3932,93 @@ export declare const EdsBox: DefineComponent<__VLS_TypePropsToOption_86<IconProp
3921
3932
 
3922
3933
  export declare const EdsBrightness: DefineComponent<__VLS_TypePropsToOption_87<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_87<IconProps>>>, {}, {}>;
3923
3934
 
3935
+ export declare const EdsCalendar: DefineComponent<__VLS_TypePropsToOption_89<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_89<IconProps>>>, {}, {}>;
3936
+
3924
3937
  export declare const EdsCalendarFill: DefineComponent<__VLS_TypePropsToOption_88<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_88<IconProps>>>, {}, {}>;
3925
3938
 
3926
- export declare const EdsCancelThumbtack: DefineComponent<__VLS_TypePropsToOption_89<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_89<IconProps>>>, {}, {}>;
3939
+ export declare const EdsCancelThumbtack: DefineComponent<__VLS_TypePropsToOption_90<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_90<IconProps>>>, {}, {}>;
3927
3940
 
3928
- export declare const EdsCashflow: DefineComponent<__VLS_TypePropsToOption_91<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_91<IconProps>>>, {}, {}>;
3941
+ export declare const EdsCashflow: DefineComponent<__VLS_TypePropsToOption_92<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_92<IconProps>>>, {}, {}>;
3929
3942
 
3930
- export declare const EdsCashflowFill: DefineComponent<__VLS_TypePropsToOption_90<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_90<IconProps>>>, {}, {}>;
3943
+ export declare const EdsCashflowFill: DefineComponent<__VLS_TypePropsToOption_91<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_91<IconProps>>>, {}, {}>;
3931
3944
 
3932
- export declare const EdsCategorization: DefineComponent<__VLS_TypePropsToOption_93<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_93<IconProps>>>, {}, {}>;
3945
+ export declare const EdsCategorization: DefineComponent<__VLS_TypePropsToOption_94<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_94<IconProps>>>, {}, {}>;
3933
3946
 
3934
- export declare const EdsCategorizationFill: DefineComponent<__VLS_TypePropsToOption_92<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_92<IconProps>>>, {}, {}>;
3947
+ export declare const EdsCategorizationFill: DefineComponent<__VLS_TypePropsToOption_93<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_93<IconProps>>>, {}, {}>;
3935
3948
 
3936
- export declare const EdsCertificates: DefineComponent<__VLS_TypePropsToOption_95<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_95<IconProps>>>, {}, {}>;
3949
+ export declare const EdsCertificates: DefineComponent<__VLS_TypePropsToOption_96<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_96<IconProps>>>, {}, {}>;
3937
3950
 
3938
- export declare const EdsCertificatesFill: DefineComponent<__VLS_TypePropsToOption_94<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_94<IconProps>>>, {}, {}>;
3951
+ export declare const EdsCertificatesFill: DefineComponent<__VLS_TypePropsToOption_95<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_95<IconProps>>>, {}, {}>;
3939
3952
 
3940
- export declare const EdsChatBubble: DefineComponent<__VLS_TypePropsToOption_97<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_97<IconProps>>>, {}, {}>;
3953
+ export declare const EdsChatBubble: DefineComponent<__VLS_TypePropsToOption_98<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_98<IconProps>>>, {}, {}>;
3941
3954
 
3942
- export declare const EdsChatBubbleFill: DefineComponent<__VLS_TypePropsToOption_96<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_96<IconProps>>>, {}, {}>;
3955
+ export declare const EdsChatBubbleFill: DefineComponent<__VLS_TypePropsToOption_97<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_97<IconProps>>>, {}, {}>;
3943
3956
 
3944
- export declare const EdsCircle: DefineComponent<__VLS_TypePropsToOption_98<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_98<IconProps>>>, {}, {}>;
3957
+ export declare const EdsCircle: DefineComponent<__VLS_TypePropsToOption_99<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_99<IconProps>>>, {}, {}>;
3945
3958
 
3946
- export declare const EdsCirculation: DefineComponent<__VLS_TypePropsToOption_100<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_100<IconProps>>>, {}, {}>;
3959
+ export declare const EdsCirculation: DefineComponent<__VLS_TypePropsToOption_101<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_101<IconProps>>>, {}, {}>;
3947
3960
 
3948
- export declare const EdsCirculationFill: DefineComponent<__VLS_TypePropsToOption_99<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_99<IconProps>>>, {}, {}>;
3961
+ export declare const EdsCirculationFill: DefineComponent<__VLS_TypePropsToOption_100<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_100<IconProps>>>, {}, {}>;
3949
3962
 
3950
- export declare const EdsClear: DefineComponent<__VLS_TypePropsToOption_101<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_101<IconProps>>>, {}, {}>;
3963
+ export declare const EdsClear: DefineComponent<__VLS_TypePropsToOption_102<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_102<IconProps>>>, {}, {}>;
3951
3964
 
3952
- export declare const EdsClocks: DefineComponent<__VLS_TypePropsToOption_103<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_103<IconProps>>>, {}, {}>;
3965
+ export declare const EdsClocks: DefineComponent<__VLS_TypePropsToOption_104<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_104<IconProps>>>, {}, {}>;
3953
3966
 
3954
- export declare const EdsClocksFill: DefineComponent<__VLS_TypePropsToOption_102<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_102<IconProps>>>, {}, {}>;
3967
+ export declare const EdsClocksFill: DefineComponent<__VLS_TypePropsToOption_103<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_103<IconProps>>>, {}, {}>;
3955
3968
 
3956
- export declare const EdsClose: DefineComponent<__VLS_TypePropsToOption_106<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_106<IconProps>>>, {}, {}>;
3969
+ export declare const EdsClose: DefineComponent<__VLS_TypePropsToOption_107<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_107<IconProps>>>, {}, {}>;
3957
3970
 
3958
- export declare const EdsCloseCircle: DefineComponent<__VLS_TypePropsToOption_105<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_105<IconProps>>>, {}, {}>;
3971
+ export declare const EdsCloseCircle: DefineComponent<__VLS_TypePropsToOption_106<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_106<IconProps>>>, {}, {}>;
3959
3972
 
3960
- export declare const EdsCloseCircleFill: DefineComponent<__VLS_TypePropsToOption_104<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_104<IconProps>>>, {}, {}>;
3973
+ export declare const EdsCloseCircleFill: DefineComponent<__VLS_TypePropsToOption_105<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_105<IconProps>>>, {}, {}>;
3961
3974
 
3962
- export declare const EdsCoffee: DefineComponent<__VLS_TypePropsToOption_107<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_107<IconProps>>>, {}, {}>;
3975
+ export declare const EdsCoffee: DefineComponent<__VLS_TypePropsToOption_108<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_108<IconProps>>>, {}, {}>;
3963
3976
 
3964
- export declare const EdsCoinBtc: DefineComponent<__VLS_TypePropsToOption_109<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_109<IconProps>>>, {}, {}>;
3977
+ export declare const EdsCoinBtc: DefineComponent<__VLS_TypePropsToOption_110<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_110<IconProps>>>, {}, {}>;
3965
3978
 
3966
- export declare const EdsCoinBtcFill: DefineComponent<__VLS_TypePropsToOption_108<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_108<IconProps>>>, {}, {}>;
3979
+ export declare const EdsCoinBtcFill: DefineComponent<__VLS_TypePropsToOption_109<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_109<IconProps>>>, {}, {}>;
3967
3980
 
3968
- export declare const EdsCoinPlate: DefineComponent<__VLS_TypePropsToOption_110<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_110<IconProps>>>, {}, {}>;
3981
+ export declare const EdsCoinPlate: DefineComponent<__VLS_TypePropsToOption_111<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_111<IconProps>>>, {}, {}>;
3969
3982
 
3970
- export declare const EdsCoinTrading: DefineComponent<__VLS_TypePropsToOption_112<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_112<IconProps>>>, {}, {}>;
3983
+ export declare const EdsCoinTrading: DefineComponent<__VLS_TypePropsToOption_113<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_113<IconProps>>>, {}, {}>;
3971
3984
 
3972
- export declare const EdsCoinTradingFill: DefineComponent<__VLS_TypePropsToOption_111<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_111<IconProps>>>, {}, {}>;
3985
+ export declare const EdsCoinTradingFill: DefineComponent<__VLS_TypePropsToOption_112<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_112<IconProps>>>, {}, {}>;
3973
3986
 
3974
- export declare const EdsCompleted: DefineComponent<__VLS_TypePropsToOption_114<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_114<IconProps>>>, {}, {}>;
3987
+ export declare const EdsCompleted: DefineComponent<__VLS_TypePropsToOption_115<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_115<IconProps>>>, {}, {}>;
3975
3988
 
3976
- export declare const EdsCompletedFill: DefineComponent<__VLS_TypePropsToOption_113<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_113<IconProps>>>, {}, {}>;
3989
+ export declare const EdsCompletedFill: DefineComponent<__VLS_TypePropsToOption_114<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_114<IconProps>>>, {}, {}>;
3977
3990
 
3978
- export declare const EdsConvert: DefineComponent<__VLS_TypePropsToOption_116<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_116<IconProps>>>, {}, {}>;
3991
+ export declare const EdsConvert: DefineComponent<__VLS_TypePropsToOption_117<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_117<IconProps>>>, {}, {}>;
3979
3992
 
3980
- export declare const EdsConvertFill: DefineComponent<__VLS_TypePropsToOption_115<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_115<IconProps>>>, {}, {}>;
3993
+ export declare const EdsConvertFill: DefineComponent<__VLS_TypePropsToOption_116<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_116<IconProps>>>, {}, {}>;
3981
3994
 
3982
- export declare const EdsCopy: DefineComponent<__VLS_TypePropsToOption_119<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_119<IconProps>>>, {}, {}>;
3995
+ export declare const EdsCopy: DefineComponent<__VLS_TypePropsToOption_120<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_120<IconProps>>>, {}, {}>;
3983
3996
 
3984
- export declare const EdsCopyMini: DefineComponent<__VLS_TypePropsToOption_117<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_117<IconProps>>>, {}, {}>;
3997
+ export declare const EdsCopyMini: DefineComponent<__VLS_TypePropsToOption_118<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_118<IconProps>>>, {}, {}>;
3985
3998
 
3986
- export declare const EdsCopyNumber: DefineComponent<__VLS_TypePropsToOption_118<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_118<IconProps>>>, {}, {}>;
3999
+ export declare const EdsCopyNumber: DefineComponent<__VLS_TypePropsToOption_119<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_119<IconProps>>>, {}, {}>;
3987
4000
 
3988
- export declare const EdsCregis: DefineComponent<__VLS_TypePropsToOption_120<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_120<IconProps>>>, {}, {}>;
4001
+ export declare const EdsCregis: DefineComponent<__VLS_TypePropsToOption_121<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_121<IconProps>>>, {}, {}>;
3989
4002
 
3990
- export declare const EdsCryptoCard: DefineComponent<__VLS_TypePropsToOption_122<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_122<IconProps>>>, {}, {}>;
4003
+ export declare const EdsCryptoCard: DefineComponent<__VLS_TypePropsToOption_123<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_123<IconProps>>>, {}, {}>;
3991
4004
 
3992
- export declare const EdsCryptoCardFill: DefineComponent<__VLS_TypePropsToOption_121<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_121<IconProps>>>, {}, {}>;
4005
+ export declare const EdsCryptoCardFill: DefineComponent<__VLS_TypePropsToOption_122<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_122<IconProps>>>, {}, {}>;
3993
4006
 
3994
- export declare const EdsDark: DefineComponent<__VLS_TypePropsToOption_123<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_123<IconProps>>>, {}, {}>;
4007
+ export declare const EdsDark: DefineComponent<__VLS_TypePropsToOption_124<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_124<IconProps>>>, {}, {}>;
3995
4008
 
3996
- export declare const EdsDashboard: DefineComponent<__VLS_TypePropsToOption_125<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_125<IconProps>>>, {}, {}>;
4009
+ export declare const EdsDashboard: DefineComponent<__VLS_TypePropsToOption_126<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_126<IconProps>>>, {}, {}>;
3997
4010
 
3998
- export declare const EdsDashboardFill: DefineComponent<__VLS_TypePropsToOption_124<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_124<IconProps>>>, {}, {}>;
4011
+ export declare const EdsDashboardFill: DefineComponent<__VLS_TypePropsToOption_125<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_125<IconProps>>>, {}, {}>;
3999
4012
 
4000
- export declare const EdsDatabaseSet: DefineComponent<__VLS_TypePropsToOption_127<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_127<IconProps>>>, {}, {}>;
4013
+ export declare const EdsDatabaseSet: DefineComponent<__VLS_TypePropsToOption_128<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_128<IconProps>>>, {}, {}>;
4001
4014
 
4002
- export declare const EdsDatabaseSetFill: DefineComponent<__VLS_TypePropsToOption_126<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_126<IconProps>>>, {}, {}>;
4015
+ export declare const EdsDatabaseSetFill: DefineComponent<__VLS_TypePropsToOption_127<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_127<IconProps>>>, {}, {}>;
4003
4016
 
4004
- export declare const EdsDetail: DefineComponent<__VLS_TypePropsToOption_128<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_128<IconProps>>>, {}, {}>;
4017
+ export declare const EdsDetail: DefineComponent<__VLS_TypePropsToOption_129<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_129<IconProps>>>, {}, {}>;
4005
4018
 
4006
- export declare const EdsDevelopers: DefineComponent<__VLS_TypePropsToOption_129<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_129<IconProps>>>, {}, {}>;
4019
+ export declare const EdsDevelopers: DefineComponent<__VLS_TypePropsToOption_130<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_130<IconProps>>>, {}, {}>;
4007
4020
 
4008
- export declare const EdsDiamond: DefineComponent<__VLS_TypePropsToOption_131<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_131<IconProps>>>, {}, {}>;
4021
+ export declare const EdsDiamond: DefineComponent<__VLS_TypePropsToOption_132<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_132<IconProps>>>, {}, {}>;
4009
4022
 
4010
4023
  export declare const EdsDiamondBasic: DefineComponent<__VLS_TypePropsToOption_3<FixIconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_3<FixIconProps>>>, {}, {}>;
4011
4024
 
@@ -4013,429 +4026,429 @@ export declare const EdsDiamondBusiness: DefineComponent<__VLS_TypePropsToOption
4013
4026
 
4014
4027
  export declare const EdsDiamondCustom: DefineComponent<__VLS_TypePropsToOption_5<FixIconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_5<FixIconProps>>>, {}, {}>;
4015
4028
 
4016
- export declare const EdsDiamondFill: DefineComponent<__VLS_TypePropsToOption_130<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_130<IconProps>>>, {}, {}>;
4029
+ export declare const EdsDiamondFill: DefineComponent<__VLS_TypePropsToOption_131<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_131<IconProps>>>, {}, {}>;
4017
4030
 
4018
- export declare const EdsDisable: DefineComponent<__VLS_TypePropsToOption_133<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_133<IconProps>>>, {}, {}>;
4031
+ export declare const EdsDisable: DefineComponent<__VLS_TypePropsToOption_134<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_134<IconProps>>>, {}, {}>;
4019
4032
 
4020
- export declare const EdsDisableFill: DefineComponent<__VLS_TypePropsToOption_132<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_132<IconProps>>>, {}, {}>;
4033
+ export declare const EdsDisableFill: DefineComponent<__VLS_TypePropsToOption_133<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_133<IconProps>>>, {}, {}>;
4021
4034
 
4022
- export declare const EdsDistribution: DefineComponent<__VLS_TypePropsToOption_134<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_134<IconProps>>>, {}, {}>;
4035
+ export declare const EdsDistribution: DefineComponent<__VLS_TypePropsToOption_135<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_135<IconProps>>>, {}, {}>;
4023
4036
 
4024
- export declare const EdsDrop: DefineComponent<__VLS_TypePropsToOption_137<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_137<IconProps>>>, {}, {}>;
4037
+ export declare const EdsDrop: DefineComponent<__VLS_TypePropsToOption_138<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_138<IconProps>>>, {}, {}>;
4025
4038
 
4026
- export declare const EdsDropDown: DefineComponent<__VLS_TypePropsToOption_136<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_136<IconProps>>>, {}, {}>;
4039
+ export declare const EdsDropDown: DefineComponent<__VLS_TypePropsToOption_137<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_137<IconProps>>>, {}, {}>;
4027
4040
 
4028
- export declare const EdsDropDownMini: DefineComponent<__VLS_TypePropsToOption_135<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_135<IconProps>>>, {}, {}>;
4041
+ export declare const EdsDropDownMini: DefineComponent<__VLS_TypePropsToOption_136<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_136<IconProps>>>, {}, {}>;
4029
4042
 
4030
- export declare const EdsEarphone: DefineComponent<__VLS_TypePropsToOption_139<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_139<IconProps>>>, {}, {}>;
4043
+ export declare const EdsEarphone: DefineComponent<__VLS_TypePropsToOption_140<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_140<IconProps>>>, {}, {}>;
4031
4044
 
4032
- export declare const EdsEarphoneFill: DefineComponent<__VLS_TypePropsToOption_138<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_138<IconProps>>>, {}, {}>;
4045
+ export declare const EdsEarphoneFill: DefineComponent<__VLS_TypePropsToOption_139<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_139<IconProps>>>, {}, {}>;
4033
4046
 
4034
- export declare const EdsEarth: DefineComponent<__VLS_TypePropsToOption_140<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_140<IconProps>>>, {}, {}>;
4047
+ export declare const EdsEarth: DefineComponent<__VLS_TypePropsToOption_141<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_141<IconProps>>>, {}, {}>;
4035
4048
 
4036
- export declare const EdsEditor: DefineComponent<__VLS_TypePropsToOption_142<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_142<IconProps>>>, {}, {}>;
4049
+ export declare const EdsEditor: DefineComponent<__VLS_TypePropsToOption_143<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_143<IconProps>>>, {}, {}>;
4037
4050
 
4038
- export declare const EdsEditorFill: DefineComponent<__VLS_TypePropsToOption_141<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_141<IconProps>>>, {}, {}>;
4051
+ export declare const EdsEditorFill: DefineComponent<__VLS_TypePropsToOption_142<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_142<IconProps>>>, {}, {}>;
4039
4052
 
4040
- export declare const EdsEmail: DefineComponent<__VLS_TypePropsToOption_144<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_144<IconProps>>>, {}, {}>;
4053
+ export declare const EdsEmail: DefineComponent<__VLS_TypePropsToOption_145<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_145<IconProps>>>, {}, {}>;
4041
4054
 
4042
- export declare const EdsEmailFill: DefineComponent<__VLS_TypePropsToOption_143<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_143<IconProps>>>, {}, {}>;
4055
+ export declare const EdsEmailFill: DefineComponent<__VLS_TypePropsToOption_144<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_144<IconProps>>>, {}, {}>;
4043
4056
 
4044
- export declare const EdsEnable: DefineComponent<__VLS_TypePropsToOption_146<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_146<IconProps>>>, {}, {}>;
4057
+ export declare const EdsEnable: DefineComponent<__VLS_TypePropsToOption_147<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_147<IconProps>>>, {}, {}>;
4045
4058
 
4046
- export declare const EdsEnableFill: DefineComponent<__VLS_TypePropsToOption_145<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_145<IconProps>>>, {}, {}>;
4059
+ export declare const EdsEnableFill: DefineComponent<__VLS_TypePropsToOption_146<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_146<IconProps>>>, {}, {}>;
4047
4060
 
4048
- export declare const EdsEnergy: DefineComponent<__VLS_TypePropsToOption_148<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_148<IconProps>>>, {}, {}>;
4061
+ export declare const EdsEnergy: DefineComponent<__VLS_TypePropsToOption_149<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_149<IconProps>>>, {}, {}>;
4049
4062
 
4050
- export declare const EdsEnergyFill: DefineComponent<__VLS_TypePropsToOption_147<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_147<IconProps>>>, {}, {}>;
4063
+ export declare const EdsEnergyFill: DefineComponent<__VLS_TypePropsToOption_148<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_148<IconProps>>>, {}, {}>;
4051
4064
 
4052
- export declare const EdsEngine: DefineComponent<__VLS_TypePropsToOption_149<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_149<IconProps>>>, {}, {}>;
4065
+ export declare const EdsEngine: DefineComponent<__VLS_TypePropsToOption_150<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_150<IconProps>>>, {}, {}>;
4053
4066
 
4054
- export declare const EdsEye: DefineComponent<__VLS_TypePropsToOption_150<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_150<IconProps>>>, {}, {}>;
4067
+ export declare const EdsEye: DefineComponent<__VLS_TypePropsToOption_151<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_151<IconProps>>>, {}, {}>;
4055
4068
 
4056
- export declare const EdsFaceId: DefineComponent<__VLS_TypePropsToOption_151<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_151<IconProps>>>, {}, {}>;
4069
+ export declare const EdsFaceId: DefineComponent<__VLS_TypePropsToOption_152<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_152<IconProps>>>, {}, {}>;
4057
4070
 
4058
- export declare const EdsFavorable: DefineComponent<__VLS_TypePropsToOption_153<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_153<IconProps>>>, {}, {}>;
4071
+ export declare const EdsFavorable: DefineComponent<__VLS_TypePropsToOption_154<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_154<IconProps>>>, {}, {}>;
4059
4072
 
4060
- export declare const EdsFavorableFill: DefineComponent<__VLS_TypePropsToOption_152<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_152<IconProps>>>, {}, {}>;
4073
+ export declare const EdsFavorableFill: DefineComponent<__VLS_TypePropsToOption_153<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_153<IconProps>>>, {}, {}>;
4061
4074
 
4062
- export declare const EdsFile: DefineComponent<__VLS_TypePropsToOption_154<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_154<IconProps>>>, {}, {}>;
4075
+ export declare const EdsFile: DefineComponent<__VLS_TypePropsToOption_155<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_155<IconProps>>>, {}, {}>;
4063
4076
 
4064
- export declare const EdsFilter: DefineComponent<__VLS_TypePropsToOption_155<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_155<IconProps>>>, {}, {}>;
4077
+ export declare const EdsFilter: DefineComponent<__VLS_TypePropsToOption_156<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_156<IconProps>>>, {}, {}>;
4065
4078
 
4066
- export declare const EdsFloderAdd: DefineComponent<__VLS_TypePropsToOption_156<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_156<IconProps>>>, {}, {}>;
4079
+ export declare const EdsFloderAdd: DefineComponent<__VLS_TypePropsToOption_157<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_157<IconProps>>>, {}, {}>;
4067
4080
 
4068
- export declare const EdsFloderDisable: DefineComponent<__VLS_TypePropsToOption_157<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_157<IconProps>>>, {}, {}>;
4081
+ export declare const EdsFloderDisable: DefineComponent<__VLS_TypePropsToOption_158<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_158<IconProps>>>, {}, {}>;
4069
4082
 
4070
- export declare const EdsFloderEnable: DefineComponent<__VLS_TypePropsToOption_158<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_158<IconProps>>>, {}, {}>;
4083
+ export declare const EdsFloderEnable: DefineComponent<__VLS_TypePropsToOption_159<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_159<IconProps>>>, {}, {}>;
4071
4084
 
4072
- export declare const EdsFloderFavorite: DefineComponent<__VLS_TypePropsToOption_160<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_160<IconProps>>>, {}, {}>;
4085
+ export declare const EdsFloderFavorite: DefineComponent<__VLS_TypePropsToOption_161<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_161<IconProps>>>, {}, {}>;
4073
4086
 
4074
- export declare const EdsFloderFavoriteFill: DefineComponent<__VLS_TypePropsToOption_159<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_159<IconProps>>>, {}, {}>;
4087
+ export declare const EdsFloderFavoriteFill: DefineComponent<__VLS_TypePropsToOption_160<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_160<IconProps>>>, {}, {}>;
4075
4088
 
4076
- export declare const EdsFloderIp: DefineComponent<__VLS_TypePropsToOption_161<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_161<IconProps>>>, {}, {}>;
4089
+ export declare const EdsFloderIp: DefineComponent<__VLS_TypePropsToOption_162<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_162<IconProps>>>, {}, {}>;
4077
4090
 
4078
- export declare const EdsFolder: DefineComponent<__VLS_TypePropsToOption_163<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_163<IconProps>>>, {}, {}>;
4091
+ export declare const EdsFolder: DefineComponent<__VLS_TypePropsToOption_164<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_164<IconProps>>>, {}, {}>;
4079
4092
 
4080
- export declare const EdsFolderFill: DefineComponent<__VLS_TypePropsToOption_162<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_162<IconProps>>>, {}, {}>;
4093
+ export declare const EdsFolderFill: DefineComponent<__VLS_TypePropsToOption_163<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_163<IconProps>>>, {}, {}>;
4081
4094
 
4082
- export declare const EdsGather: DefineComponent<__VLS_TypePropsToOption_165<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_165<IconProps>>>, {}, {}>;
4095
+ export declare const EdsGather: DefineComponent<__VLS_TypePropsToOption_166<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_166<IconProps>>>, {}, {}>;
4083
4096
 
4084
- export declare const EdsGatherFill: DefineComponent<__VLS_TypePropsToOption_164<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_164<IconProps>>>, {}, {}>;
4097
+ export declare const EdsGatherFill: DefineComponent<__VLS_TypePropsToOption_165<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_165<IconProps>>>, {}, {}>;
4085
4098
 
4086
- export declare const EdsGear: DefineComponent<__VLS_TypePropsToOption_167<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_167<IconProps>>>, {}, {}>;
4099
+ export declare const EdsGear: DefineComponent<__VLS_TypePropsToOption_168<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_168<IconProps>>>, {}, {}>;
4087
4100
 
4088
- export declare const EdsGearMini: DefineComponent<__VLS_TypePropsToOption_166<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_166<IconProps>>>, {}, {}>;
4101
+ export declare const EdsGearMini: DefineComponent<__VLS_TypePropsToOption_167<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_167<IconProps>>>, {}, {}>;
4089
4102
 
4090
- export declare const EdsGoogleAuthenticator: DefineComponent<__VLS_TypePropsToOption_169<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_169<IconProps>>>, {}, {}>;
4103
+ export declare const EdsGoogleAuthenticator: DefineComponent<__VLS_TypePropsToOption_170<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_170<IconProps>>>, {}, {}>;
4091
4104
 
4092
4105
  export declare const EdsGoogleAuthenticatorColorful: DefineComponent<__VLS_TypePropsToOption_6<FixIconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_6<FixIconProps>>>, {}, {}>;
4093
4106
 
4094
- export declare const EdsGoogleAuthenticatorFill: DefineComponent<__VLS_TypePropsToOption_168<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_168<IconProps>>>, {}, {}>;
4107
+ export declare const EdsGoogleAuthenticatorFill: DefineComponent<__VLS_TypePropsToOption_169<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_169<IconProps>>>, {}, {}>;
4095
4108
 
4096
- export declare const EdsGridLayout: DefineComponent<__VLS_TypePropsToOption_170<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_170<IconProps>>>, {}, {}>;
4109
+ export declare const EdsGridLayout: DefineComponent<__VLS_TypePropsToOption_171<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_171<IconProps>>>, {}, {}>;
4097
4110
 
4098
- export declare const EdsGridSettin: DefineComponent<__VLS_TypePropsToOption_171<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_171<IconProps>>>, {}, {}>;
4111
+ export declare const EdsGridSettin: DefineComponent<__VLS_TypePropsToOption_172<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_172<IconProps>>>, {}, {}>;
4099
4112
 
4100
- export declare const EdsHandPayment: DefineComponent<__VLS_TypePropsToOption_173<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_173<IconProps>>>, {}, {}>;
4113
+ export declare const EdsHandPayment: DefineComponent<__VLS_TypePropsToOption_174<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_174<IconProps>>>, {}, {}>;
4101
4114
 
4102
- export declare const EdsHandPaymentFill: DefineComponent<__VLS_TypePropsToOption_172<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_172<IconProps>>>, {}, {}>;
4115
+ export declare const EdsHandPaymentFill: DefineComponent<__VLS_TypePropsToOption_173<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_173<IconProps>>>, {}, {}>;
4103
4116
 
4104
- export declare const EdsHierarchy: DefineComponent<__VLS_TypePropsToOption_174<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_174<IconProps>>>, {}, {}>;
4117
+ export declare const EdsHierarchy: DefineComponent<__VLS_TypePropsToOption_175<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_175<IconProps>>>, {}, {}>;
4105
4118
 
4106
- export declare const EdsHistory: DefineComponent<__VLS_TypePropsToOption_175<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_175<IconProps>>>, {}, {}>;
4119
+ export declare const EdsHistory: DefineComponent<__VLS_TypePropsToOption_176<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_176<IconProps>>>, {}, {}>;
4107
4120
 
4108
- export declare const EdsHorizontalToggle: DefineComponent<__VLS_TypePropsToOption_176<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_176<IconProps>>>, {}, {}>;
4121
+ export declare const EdsHorizontalToggle: DefineComponent<__VLS_TypePropsToOption_177<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_177<IconProps>>>, {}, {}>;
4109
4122
 
4110
- export declare const EdsImage: DefineComponent<__VLS_TypePropsToOption_177<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_177<IconProps>>>, {}, {}>;
4123
+ export declare const EdsImage: DefineComponent<__VLS_TypePropsToOption_178<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_178<IconProps>>>, {}, {}>;
4111
4124
 
4112
- export declare const EdsIncreaseDecima: DefineComponent<__VLS_TypePropsToOption_178<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_178<IconProps>>>, {}, {}>;
4125
+ export declare const EdsIncreaseDecima: DefineComponent<__VLS_TypePropsToOption_179<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_179<IconProps>>>, {}, {}>;
4113
4126
 
4114
- export declare const EdsIndex: DefineComponent<__VLS_TypePropsToOption_180<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_180<IconProps>>>, {}, {}>;
4127
+ export declare const EdsIndex: DefineComponent<__VLS_TypePropsToOption_181<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_181<IconProps>>>, {}, {}>;
4115
4128
 
4116
- export declare const EdsIndexFill: DefineComponent<__VLS_TypePropsToOption_179<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_179<IconProps>>>, {}, {}>;
4129
+ export declare const EdsIndexFill: DefineComponent<__VLS_TypePropsToOption_180<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_180<IconProps>>>, {}, {}>;
4117
4130
 
4118
- export declare const EdsInformation: DefineComponent<__VLS_TypePropsToOption_183<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_183<IconProps>>>, {}, {}>;
4131
+ export declare const EdsInformation: DefineComponent<__VLS_TypePropsToOption_184<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_184<IconProps>>>, {}, {}>;
4119
4132
 
4120
- export declare const EdsInformationFill: DefineComponent<__VLS_TypePropsToOption_181<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_181<IconProps>>>, {}, {}>;
4133
+ export declare const EdsInformationFill: DefineComponent<__VLS_TypePropsToOption_182<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_182<IconProps>>>, {}, {}>;
4121
4134
 
4122
- export declare const EdsInformationLonely: DefineComponent<__VLS_TypePropsToOption_182<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_182<IconProps>>>, {}, {}>;
4135
+ export declare const EdsInformationLonely: DefineComponent<__VLS_TypePropsToOption_183<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_183<IconProps>>>, {}, {}>;
4123
4136
 
4124
- export declare const EdsInterfaceLock: DefineComponent<__VLS_TypePropsToOption_185<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_185<IconProps>>>, {}, {}>;
4137
+ export declare const EdsInterfaceLock: DefineComponent<__VLS_TypePropsToOption_186<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_186<IconProps>>>, {}, {}>;
4125
4138
 
4126
- export declare const EdsInterfaceLockFill: DefineComponent<__VLS_TypePropsToOption_184<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_184<IconProps>>>, {}, {}>;
4139
+ export declare const EdsInterfaceLockFill: DefineComponent<__VLS_TypePropsToOption_185<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_185<IconProps>>>, {}, {}>;
4127
4140
 
4128
- export declare const EdsInterfaceUnlock: DefineComponent<__VLS_TypePropsToOption_186<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_186<IconProps>>>, {}, {}>;
4141
+ export declare const EdsInterfaceUnlock: DefineComponent<__VLS_TypePropsToOption_187<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_187<IconProps>>>, {}, {}>;
4129
4142
 
4130
- export declare const EdsKey: DefineComponent<__VLS_TypePropsToOption_188<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_188<IconProps>>>, {}, {}>;
4143
+ export declare const EdsKey: DefineComponent<__VLS_TypePropsToOption_189<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_189<IconProps>>>, {}, {}>;
4131
4144
 
4132
- export declare const EdsKeyFill: DefineComponent<__VLS_TypePropsToOption_187<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_187<IconProps>>>, {}, {}>;
4145
+ export declare const EdsKeyFill: DefineComponent<__VLS_TypePropsToOption_188<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_188<IconProps>>>, {}, {}>;
4133
4146
 
4134
- export declare const EdsLaptop: DefineComponent<__VLS_TypePropsToOption_190<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_190<IconProps>>>, {}, {}>;
4147
+ export declare const EdsLaptop: DefineComponent<__VLS_TypePropsToOption_191<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_191<IconProps>>>, {}, {}>;
4135
4148
 
4136
- export declare const EdsLaptopFill: DefineComponent<__VLS_TypePropsToOption_189<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_189<IconProps>>>, {}, {}>;
4149
+ export declare const EdsLaptopFill: DefineComponent<__VLS_TypePropsToOption_190<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_190<IconProps>>>, {}, {}>;
4137
4150
 
4138
- export declare const EdsLaunch: DefineComponent<__VLS_TypePropsToOption_191<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_191<IconProps>>>, {}, {}>;
4151
+ export declare const EdsLaunch: DefineComponent<__VLS_TypePropsToOption_192<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_192<IconProps>>>, {}, {}>;
4139
4152
 
4140
- export declare const EdsLayers: DefineComponent<__VLS_TypePropsToOption_192<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_192<IconProps>>>, {}, {}>;
4153
+ export declare const EdsLayers: DefineComponent<__VLS_TypePropsToOption_193<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_193<IconProps>>>, {}, {}>;
4141
4154
 
4142
- export declare const EdsLight: DefineComponent<__VLS_TypePropsToOption_193<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_193<IconProps>>>, {}, {}>;
4155
+ export declare const EdsLight: DefineComponent<__VLS_TypePropsToOption_194<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_194<IconProps>>>, {}, {}>;
4143
4156
 
4144
- export declare const EdsLightning: DefineComponent<__VLS_TypePropsToOption_195<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_195<IconProps>>>, {}, {}>;
4157
+ export declare const EdsLightning: DefineComponent<__VLS_TypePropsToOption_196<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_196<IconProps>>>, {}, {}>;
4145
4158
 
4146
- export declare const EdsLightningExchange: DefineComponent<__VLS_TypePropsToOption_194<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_194<IconProps>>>, {}, {}>;
4159
+ export declare const EdsLightningExchange: DefineComponent<__VLS_TypePropsToOption_195<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_195<IconProps>>>, {}, {}>;
4147
4160
 
4148
- export declare const EdsLink: DefineComponent<__VLS_TypePropsToOption_196<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_196<IconProps>>>, {}, {}>;
4161
+ export declare const EdsLink: DefineComponent<__VLS_TypePropsToOption_197<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_197<IconProps>>>, {}, {}>;
4149
4162
 
4150
- export declare const EdsListBullet: DefineComponent<__VLS_TypePropsToOption_197<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_197<IconProps>>>, {}, {}>;
4163
+ export declare const EdsListBullet: DefineComponent<__VLS_TypePropsToOption_198<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_198<IconProps>>>, {}, {}>;
4151
4164
 
4152
- export declare const EdsListCircle: DefineComponent<__VLS_TypePropsToOption_198<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_198<IconProps>>>, {}, {}>;
4165
+ export declare const EdsListCircle: DefineComponent<__VLS_TypePropsToOption_199<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_199<IconProps>>>, {}, {}>;
4153
4166
 
4154
- export declare const EdsListConfigure: DefineComponent<__VLS_TypePropsToOption_199<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_199<IconProps>>>, {}, {}>;
4167
+ export declare const EdsListConfigure: DefineComponent<__VLS_TypePropsToOption_200<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_200<IconProps>>>, {}, {}>;
4155
4168
 
4156
- export declare const EdsListCurriculum: DefineComponent<__VLS_TypePropsToOption_200<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_200<IconProps>>>, {}, {}>;
4169
+ export declare const EdsListCurriculum: DefineComponent<__VLS_TypePropsToOption_201<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_201<IconProps>>>, {}, {}>;
4157
4170
 
4158
- export declare const EdsListEditor: DefineComponent<__VLS_TypePropsToOption_201<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_201<IconProps>>>, {}, {}>;
4171
+ export declare const EdsListEditor: DefineComponent<__VLS_TypePropsToOption_202<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_202<IconProps>>>, {}, {}>;
4159
4172
 
4160
- export declare const EdsListFilter: DefineComponent<__VLS_TypePropsToOption_202<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_202<IconProps>>>, {}, {}>;
4173
+ export declare const EdsListFilter: DefineComponent<__VLS_TypePropsToOption_203<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_203<IconProps>>>, {}, {}>;
4161
4174
 
4162
- export declare const EdsListLatticeDesktop: DefineComponent<__VLS_TypePropsToOption_204<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_204<IconProps>>>, {}, {}>;
4175
+ export declare const EdsListLatticeDesktop: DefineComponent<__VLS_TypePropsToOption_205<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_205<IconProps>>>, {}, {}>;
4163
4176
 
4164
- export declare const EdsListLatticeDesktopFill: DefineComponent<__VLS_TypePropsToOption_203<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_203<IconProps>>>, {}, {}>;
4177
+ export declare const EdsListLatticeDesktopFill: DefineComponent<__VLS_TypePropsToOption_204<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_204<IconProps>>>, {}, {}>;
4165
4178
 
4166
- export declare const EdsListLatticeMobile: DefineComponent<__VLS_TypePropsToOption_206<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_206<IconProps>>>, {}, {}>;
4179
+ export declare const EdsListLatticeMobile: DefineComponent<__VLS_TypePropsToOption_207<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_207<IconProps>>>, {}, {}>;
4167
4180
 
4168
- export declare const EdsListLatticeMobileFill: DefineComponent<__VLS_TypePropsToOption_205<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_205<IconProps>>>, {}, {}>;
4181
+ export declare const EdsListLatticeMobileFill: DefineComponent<__VLS_TypePropsToOption_206<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_206<IconProps>>>, {}, {}>;
4169
4182
 
4170
- export declare const EdsListSquare: DefineComponent<__VLS_TypePropsToOption_208<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_208<IconProps>>>, {}, {}>;
4183
+ export declare const EdsListSquare: DefineComponent<__VLS_TypePropsToOption_209<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_209<IconProps>>>, {}, {}>;
4171
4184
 
4172
- export declare const EdsListSquareFill: DefineComponent<__VLS_TypePropsToOption_207<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_207<IconProps>>>, {}, {}>;
4185
+ export declare const EdsListSquareFill: DefineComponent<__VLS_TypePropsToOption_208<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_208<IconProps>>>, {}, {}>;
4173
4186
 
4174
- export declare const EdsLoad: DefineComponent<__VLS_TypePropsToOption_209<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_209<IconProps>>>, {}, {}>;
4187
+ export declare const EdsLoad: DefineComponent<__VLS_TypePropsToOption_210<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_210<IconProps>>>, {}, {}>;
4175
4188
 
4176
- export declare const EdsLocationCompass: DefineComponent<__VLS_TypePropsToOption_210<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_210<IconProps>>>, {}, {}>;
4189
+ export declare const EdsLocationCompass: DefineComponent<__VLS_TypePropsToOption_211<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_211<IconProps>>>, {}, {}>;
4177
4190
 
4178
- export declare const EdsMacbookFill: DefineComponent<__VLS_TypePropsToOption_211<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_211<IconProps>>>, {}, {}>;
4191
+ export declare const EdsMacbookFill: DefineComponent<__VLS_TypePropsToOption_212<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_212<IconProps>>>, {}, {}>;
4179
4192
 
4180
- export declare const EdsMasterKeyFill: DefineComponent<__VLS_TypePropsToOption_212<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_212<IconProps>>>, {}, {}>;
4193
+ export declare const EdsMasterKeyFill: DefineComponent<__VLS_TypePropsToOption_213<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_213<IconProps>>>, {}, {}>;
4181
4194
 
4182
- export declare const EdsMinimize: DefineComponent<__VLS_TypePropsToOption_213<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_213<IconProps>>>, {}, {}>;
4195
+ export declare const EdsMinimize: DefineComponent<__VLS_TypePropsToOption_214<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_214<IconProps>>>, {}, {}>;
4183
4196
 
4184
- export declare const EdsMonitor: DefineComponent<__VLS_TypePropsToOption_214<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_214<IconProps>>>, {}, {}>;
4197
+ export declare const EdsMonitor: DefineComponent<__VLS_TypePropsToOption_215<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_215<IconProps>>>, {}, {}>;
4185
4198
 
4186
- export declare const EdsMoreAndroid: DefineComponent<__VLS_TypePropsToOption_215<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_215<IconProps>>>, {}, {}>;
4199
+ export declare const EdsMoreAndroid: DefineComponent<__VLS_TypePropsToOption_216<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_216<IconProps>>>, {}, {}>;
4187
4200
 
4188
- export declare const EdsMoreIos: DefineComponent<__VLS_TypePropsToOption_216<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_216<IconProps>>>, {}, {}>;
4201
+ export declare const EdsMoreIos: DefineComponent<__VLS_TypePropsToOption_217<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_217<IconProps>>>, {}, {}>;
4189
4202
 
4190
- export declare const EdsMpcSlice: DefineComponent<__VLS_TypePropsToOption_217<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_217<IconProps>>>, {}, {}>;
4203
+ export declare const EdsMpcSlice: DefineComponent<__VLS_TypePropsToOption_218<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_218<IconProps>>>, {}, {}>;
4191
4204
 
4192
- export declare const EdsNetworkServer: DefineComponent<__VLS_TypePropsToOption_218<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_218<IconProps>>>, {}, {}>;
4205
+ export declare const EdsNetworkServer: DefineComponent<__VLS_TypePropsToOption_219<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_219<IconProps>>>, {}, {}>;
4193
4206
 
4194
- export declare const EdsNotice: DefineComponent<__VLS_TypePropsToOption_221<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_221<IconProps>>>, {}, {}>;
4207
+ export declare const EdsNotice: DefineComponent<__VLS_TypePropsToOption_222<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_222<IconProps>>>, {}, {}>;
4195
4208
 
4196
- export declare const EdsNoticeFill: DefineComponent<__VLS_TypePropsToOption_219<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_219<IconProps>>>, {}, {}>;
4209
+ export declare const EdsNoticeFill: DefineComponent<__VLS_TypePropsToOption_220<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_220<IconProps>>>, {}, {}>;
4197
4210
 
4198
- export declare const EdsNoticeSet: DefineComponent<__VLS_TypePropsToOption_220<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_220<IconProps>>>, {}, {}>;
4211
+ export declare const EdsNoticeSet: DefineComponent<__VLS_TypePropsToOption_221<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_221<IconProps>>>, {}, {}>;
4199
4212
 
4200
- export declare const EdsOffline: DefineComponent<__VLS_TypePropsToOption_222<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_222<IconProps>>>, {}, {}>;
4213
+ export declare const EdsOffline: DefineComponent<__VLS_TypePropsToOption_223<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_223<IconProps>>>, {}, {}>;
4201
4214
 
4202
- export declare const EdsOpenBook: DefineComponent<__VLS_TypePropsToOption_224<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_224<IconProps>>>, {}, {}>;
4215
+ export declare const EdsOpenBook: DefineComponent<__VLS_TypePropsToOption_225<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_225<IconProps>>>, {}, {}>;
4203
4216
 
4204
- export declare const EdsOpenBookFill: DefineComponent<__VLS_TypePropsToOption_223<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_223<IconProps>>>, {}, {}>;
4217
+ export declare const EdsOpenBookFill: DefineComponent<__VLS_TypePropsToOption_224<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_224<IconProps>>>, {}, {}>;
4205
4218
 
4206
- export declare const EdsPadlock: DefineComponent<__VLS_TypePropsToOption_226<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_226<IconProps>>>, {}, {}>;
4219
+ export declare const EdsPadlock: DefineComponent<__VLS_TypePropsToOption_227<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_227<IconProps>>>, {}, {}>;
4207
4220
 
4208
- export declare const EdsPadlockFill: DefineComponent<__VLS_TypePropsToOption_225<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_225<IconProps>>>, {}, {}>;
4221
+ export declare const EdsPadlockFill: DefineComponent<__VLS_TypePropsToOption_226<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_226<IconProps>>>, {}, {}>;
4209
4222
 
4210
- export declare const EdsPaintBucket: DefineComponent<__VLS_TypePropsToOption_227<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_227<IconProps>>>, {}, {}>;
4223
+ export declare const EdsPaintBucket: DefineComponent<__VLS_TypePropsToOption_228<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_228<IconProps>>>, {}, {}>;
4211
4224
 
4212
- export declare const EdsPaintPalette: DefineComponent<__VLS_TypePropsToOption_228<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_228<IconProps>>>, {}, {}>;
4225
+ export declare const EdsPaintPalette: DefineComponent<__VLS_TypePropsToOption_229<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_229<IconProps>>>, {}, {}>;
4213
4226
 
4214
- export declare const EdsPaperclip: DefineComponent<__VLS_TypePropsToOption_229<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_229<IconProps>>>, {}, {}>;
4227
+ export declare const EdsPaperclip: DefineComponent<__VLS_TypePropsToOption_230<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_230<IconProps>>>, {}, {}>;
4215
4228
 
4216
- export declare const EdsPasskeyFill: DefineComponent<__VLS_TypePropsToOption_230<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_230<IconProps>>>, {}, {}>;
4229
+ export declare const EdsPasskeyFill: DefineComponent<__VLS_TypePropsToOption_231<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_231<IconProps>>>, {}, {}>;
4217
4230
 
4218
- export declare const EdsPentagram: DefineComponent<__VLS_TypePropsToOption_232<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_232<IconProps>>>, {}, {}>;
4231
+ export declare const EdsPentagram: DefineComponent<__VLS_TypePropsToOption_233<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_233<IconProps>>>, {}, {}>;
4219
4232
 
4220
- export declare const EdsPentagramFill: DefineComponent<__VLS_TypePropsToOption_231<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_231<IconProps>>>, {}, {}>;
4233
+ export declare const EdsPentagramFill: DefineComponent<__VLS_TypePropsToOption_232<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_232<IconProps>>>, {}, {}>;
4221
4234
 
4222
- export declare const EdsPersonal: DefineComponent<__VLS_TypePropsToOption_234<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_234<IconProps>>>, {}, {}>;
4235
+ export declare const EdsPersonal: DefineComponent<__VLS_TypePropsToOption_235<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_235<IconProps>>>, {}, {}>;
4223
4236
 
4224
- export declare const EdsPersonalFill: DefineComponent<__VLS_TypePropsToOption_233<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_233<IconProps>>>, {}, {}>;
4237
+ export declare const EdsPersonalFill: DefineComponent<__VLS_TypePropsToOption_234<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_234<IconProps>>>, {}, {}>;
4225
4238
 
4226
- export declare const EdsPieChart: DefineComponent<__VLS_TypePropsToOption_236<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_236<IconProps>>>, {}, {}>;
4239
+ export declare const EdsPieChart: DefineComponent<__VLS_TypePropsToOption_237<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_237<IconProps>>>, {}, {}>;
4227
4240
 
4228
- export declare const EdsPieChartFill: DefineComponent<__VLS_TypePropsToOption_235<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_235<IconProps>>>, {}, {}>;
4241
+ export declare const EdsPieChartFill: DefineComponent<__VLS_TypePropsToOption_236<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_236<IconProps>>>, {}, {}>;
4229
4242
 
4230
- export declare const EdsPreferenceSet: DefineComponent<__VLS_TypePropsToOption_237<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_237<IconProps>>>, {}, {}>;
4243
+ export declare const EdsPreferenceSet: DefineComponent<__VLS_TypePropsToOption_238<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_238<IconProps>>>, {}, {}>;
4231
4244
 
4232
- export declare const EdsProhibited: DefineComponent<__VLS_TypePropsToOption_238<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_238<IconProps>>>, {}, {}>;
4245
+ export declare const EdsProhibited: DefineComponent<__VLS_TypePropsToOption_239<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_239<IconProps>>>, {}, {}>;
4233
4246
 
4234
- export declare const EdsPush: DefineComponent<__VLS_TypePropsToOption_240<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_240<IconProps>>>, {}, {}>;
4247
+ export declare const EdsPush: DefineComponent<__VLS_TypePropsToOption_241<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_241<IconProps>>>, {}, {}>;
4235
4248
 
4236
- export declare const EdsPushFill: DefineComponent<__VLS_TypePropsToOption_239<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_239<IconProps>>>, {}, {}>;
4249
+ export declare const EdsPushFill: DefineComponent<__VLS_TypePropsToOption_240<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_240<IconProps>>>, {}, {}>;
4237
4250
 
4238
- export declare const EdsQrCode: DefineComponent<__VLS_TypePropsToOption_242<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_242<IconProps>>>, {}, {}>;
4251
+ export declare const EdsQrCode: DefineComponent<__VLS_TypePropsToOption_243<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_243<IconProps>>>, {}, {}>;
4239
4252
 
4240
- export declare const EdsQrCodeFill: DefineComponent<__VLS_TypePropsToOption_241<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_241<IconProps>>>, {}, {}>;
4253
+ export declare const EdsQrCodeFill: DefineComponent<__VLS_TypePropsToOption_242<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_242<IconProps>>>, {}, {}>;
4241
4254
 
4242
- export declare const EdsQuestion: DefineComponent<__VLS_TypePropsToOption_243<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_243<IconProps>>>, {}, {}>;
4255
+ export declare const EdsQuestion: DefineComponent<__VLS_TypePropsToOption_244<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_244<IconProps>>>, {}, {}>;
4243
4256
 
4244
- export declare const EdsRates: DefineComponent<__VLS_TypePropsToOption_244<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_244<IconProps>>>, {}, {}>;
4257
+ export declare const EdsRates: DefineComponent<__VLS_TypePropsToOption_245<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_245<IconProps>>>, {}, {}>;
4245
4258
 
4246
- export declare const EdsRealName: DefineComponent<__VLS_TypePropsToOption_246<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_246<IconProps>>>, {}, {}>;
4259
+ export declare const EdsRealName: DefineComponent<__VLS_TypePropsToOption_247<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_247<IconProps>>>, {}, {}>;
4247
4260
 
4248
- export declare const EdsRealNameFill: DefineComponent<__VLS_TypePropsToOption_245<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_245<IconProps>>>, {}, {}>;
4261
+ export declare const EdsRealNameFill: DefineComponent<__VLS_TypePropsToOption_246<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_246<IconProps>>>, {}, {}>;
4249
4262
 
4250
- export declare const EdsRechargeMoney: DefineComponent<__VLS_TypePropsToOption_247<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_247<IconProps>>>, {}, {}>;
4263
+ export declare const EdsRechargeMoney: DefineComponent<__VLS_TypePropsToOption_248<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_248<IconProps>>>, {}, {}>;
4251
4264
 
4252
- export declare const EdsRecycle: DefineComponent<__VLS_TypePropsToOption_248<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_248<IconProps>>>, {}, {}>;
4265
+ export declare const EdsRecycle: DefineComponent<__VLS_TypePropsToOption_249<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_249<IconProps>>>, {}, {}>;
4253
4266
 
4254
- export declare const EdsReduction: DefineComponent<__VLS_TypePropsToOption_249<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_249<IconProps>>>, {}, {}>;
4267
+ export declare const EdsReduction: DefineComponent<__VLS_TypePropsToOption_250<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_250<IconProps>>>, {}, {}>;
4255
4268
 
4256
- export declare const EdsRegulator: DefineComponent<__VLS_TypePropsToOption_250<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_250<IconProps>>>, {}, {}>;
4269
+ export declare const EdsRegulator: DefineComponent<__VLS_TypePropsToOption_251<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_251<IconProps>>>, {}, {}>;
4257
4270
 
4258
- export declare const EdsRename: DefineComponent<__VLS_TypePropsToOption_251<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_251<IconProps>>>, {}, {}>;
4271
+ export declare const EdsRename: DefineComponent<__VLS_TypePropsToOption_252<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_252<IconProps>>>, {}, {}>;
4259
4272
 
4260
- export declare const EdsReset: DefineComponent<__VLS_TypePropsToOption_252<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_252<IconProps>>>, {}, {}>;
4273
+ export declare const EdsReset: DefineComponent<__VLS_TypePropsToOption_253<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_253<IconProps>>>, {}, {}>;
4261
4274
 
4262
- export declare const EdsSafes: DefineComponent<__VLS_TypePropsToOption_254<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_254<IconProps>>>, {}, {}>;
4275
+ export declare const EdsSafes: DefineComponent<__VLS_TypePropsToOption_255<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_255<IconProps>>>, {}, {}>;
4263
4276
 
4264
- export declare const EdsSafesFill: DefineComponent<__VLS_TypePropsToOption_253<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_253<IconProps>>>, {}, {}>;
4277
+ export declare const EdsSafesFill: DefineComponent<__VLS_TypePropsToOption_254<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_254<IconProps>>>, {}, {}>;
4265
4278
 
4266
- export declare const EdsSatellite: DefineComponent<__VLS_TypePropsToOption_255<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_255<IconProps>>>, {}, {}>;
4279
+ export declare const EdsSatellite: DefineComponent<__VLS_TypePropsToOption_256<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_256<IconProps>>>, {}, {}>;
4267
4280
 
4268
- export declare const EdsScanCode: DefineComponent<__VLS_TypePropsToOption_256<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_256<IconProps>>>, {}, {}>;
4281
+ export declare const EdsScanCode: DefineComponent<__VLS_TypePropsToOption_257<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_257<IconProps>>>, {}, {}>;
4269
4282
 
4270
- export declare const EdsSearch: DefineComponent<__VLS_TypePropsToOption_257<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_257<IconProps>>>, {}, {}>;
4283
+ export declare const EdsSearch: DefineComponent<__VLS_TypePropsToOption_258<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_258<IconProps>>>, {}, {}>;
4271
4284
 
4272
- export declare const EdsSecureSignature: DefineComponent<__VLS_TypePropsToOption_258<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_258<IconProps>>>, {}, {}>;
4285
+ export declare const EdsSecureSignature: DefineComponent<__VLS_TypePropsToOption_259<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_259<IconProps>>>, {}, {}>;
4273
4286
 
4274
- export declare const EdsShare: DefineComponent<__VLS_TypePropsToOption_260<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_260<IconProps>>>, {}, {}>;
4287
+ export declare const EdsShare: DefineComponent<__VLS_TypePropsToOption_261<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_261<IconProps>>>, {}, {}>;
4275
4288
 
4276
- export declare const EdsShareLink: DefineComponent<__VLS_TypePropsToOption_259<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_259<IconProps>>>, {}, {}>;
4289
+ export declare const EdsShareLink: DefineComponent<__VLS_TypePropsToOption_260<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_260<IconProps>>>, {}, {}>;
4277
4290
 
4278
- export declare const EdsSignaturePen: DefineComponent<__VLS_TypePropsToOption_262<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_262<IconProps>>>, {}, {}>;
4291
+ export declare const EdsSignaturePen: DefineComponent<__VLS_TypePropsToOption_263<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_263<IconProps>>>, {}, {}>;
4279
4292
 
4280
- export declare const EdsSignHashtag: DefineComponent<__VLS_TypePropsToOption_261<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_261<IconProps>>>, {}, {}>;
4293
+ export declare const EdsSignHashtag: DefineComponent<__VLS_TypePropsToOption_262<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_262<IconProps>>>, {}, {}>;
4281
4294
 
4282
- export declare const EdsSkyrocket: DefineComponent<__VLS_TypePropsToOption_264<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_264<IconProps>>>, {}, {}>;
4295
+ export declare const EdsSkyrocket: DefineComponent<__VLS_TypePropsToOption_265<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_265<IconProps>>>, {}, {}>;
4283
4296
 
4284
- export declare const EdsSkyrocketFill: DefineComponent<__VLS_TypePropsToOption_263<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_263<IconProps>>>, {}, {}>;
4297
+ export declare const EdsSkyrocketFill: DefineComponent<__VLS_TypePropsToOption_264<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_264<IconProps>>>, {}, {}>;
4285
4298
 
4286
- export declare const EdsSocialMedia: DefineComponent<__VLS_TypePropsToOption_265<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_265<IconProps>>>, {}, {}>;
4299
+ export declare const EdsSocialMedia: DefineComponent<__VLS_TypePropsToOption_266<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_266<IconProps>>>, {}, {}>;
4287
4300
 
4288
- export declare const EdsSort: DefineComponent<__VLS_TypePropsToOption_266<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_266<IconProps>>>, {}, {}>;
4301
+ export declare const EdsSort: DefineComponent<__VLS_TypePropsToOption_267<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_267<IconProps>>>, {}, {}>;
4289
4302
 
4290
- export declare const EdsSpace: DefineComponent<__VLS_TypePropsToOption_267<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_267<IconProps>>>, {}, {}>;
4303
+ export declare const EdsSpace: DefineComponent<__VLS_TypePropsToOption_268<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_268<IconProps>>>, {}, {}>;
4291
4304
 
4292
- export declare const EdsSquare: DefineComponent<__VLS_TypePropsToOption_268<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_268<IconProps>>>, {}, {}>;
4305
+ export declare const EdsSquare: DefineComponent<__VLS_TypePropsToOption_269<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_269<IconProps>>>, {}, {}>;
4293
4306
 
4294
- export declare const EdsStamp: DefineComponent<__VLS_TypePropsToOption_270<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_270<IconProps>>>, {}, {}>;
4307
+ export declare const EdsStamp: DefineComponent<__VLS_TypePropsToOption_271<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_271<IconProps>>>, {}, {}>;
4295
4308
 
4296
- export declare const EdsStampFill: DefineComponent<__VLS_TypePropsToOption_269<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_269<IconProps>>>, {}, {}>;
4309
+ export declare const EdsStampFill: DefineComponent<__VLS_TypePropsToOption_270<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_270<IconProps>>>, {}, {}>;
4297
4310
 
4298
- export declare const EdsStar: DefineComponent<__VLS_TypePropsToOption_273<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_273<IconProps>>>, {}, {}>;
4311
+ export declare const EdsStar: DefineComponent<__VLS_TypePropsToOption_274<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_274<IconProps>>>, {}, {}>;
4299
4312
 
4300
- export declare const EdsStarFill: DefineComponent<__VLS_TypePropsToOption_271<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_271<IconProps>>>, {}, {}>;
4313
+ export declare const EdsStarFill: DefineComponent<__VLS_TypePropsToOption_272<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_272<IconProps>>>, {}, {}>;
4301
4314
 
4302
- export declare const EdsStarRibbonFill: DefineComponent<__VLS_TypePropsToOption_272<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_272<IconProps>>>, {}, {}>;
4315
+ export declare const EdsStarRibbonFill: DefineComponent<__VLS_TypePropsToOption_273<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_273<IconProps>>>, {}, {}>;
4303
4316
 
4304
- export declare const EdsStepsNumber: DefineComponent<__VLS_TypePropsToOption_274<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_274<IconProps>>>, {}, {}>;
4317
+ export declare const EdsStepsNumber: DefineComponent<__VLS_TypePropsToOption_275<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_275<IconProps>>>, {}, {}>;
4305
4318
 
4306
- export declare const EdsStore: DefineComponent<__VLS_TypePropsToOption_276<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_276<IconProps>>>, {}, {}>;
4319
+ export declare const EdsStore: DefineComponent<__VLS_TypePropsToOption_277<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_277<IconProps>>>, {}, {}>;
4307
4320
 
4308
- export declare const EdsStoreFill: DefineComponent<__VLS_TypePropsToOption_275<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_275<IconProps>>>, {}, {}>;
4321
+ export declare const EdsStoreFill: DefineComponent<__VLS_TypePropsToOption_276<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_276<IconProps>>>, {}, {}>;
4309
4322
 
4310
- export declare const EdsTablist: DefineComponent<__VLS_TypePropsToOption_277<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_277<IconProps>>>, {}, {}>;
4323
+ export declare const EdsTablist: DefineComponent<__VLS_TypePropsToOption_278<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_278<IconProps>>>, {}, {}>;
4311
4324
 
4312
- export declare const EdsTaskList: DefineComponent<__VLS_TypePropsToOption_278<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_278<IconProps>>>, {}, {}>;
4325
+ export declare const EdsTaskList: DefineComponent<__VLS_TypePropsToOption_279<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_279<IconProps>>>, {}, {}>;
4313
4326
 
4314
- export declare const EdsTeam: DefineComponent<__VLS_TypePropsToOption_280<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_280<IconProps>>>, {}, {}>;
4327
+ export declare const EdsTeam: DefineComponent<__VLS_TypePropsToOption_281<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_281<IconProps>>>, {}, {}>;
4315
4328
 
4316
- export declare const EdsTeamFill: DefineComponent<__VLS_TypePropsToOption_279<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_279<IconProps>>>, {}, {}>;
4329
+ export declare const EdsTeamFill: DefineComponent<__VLS_TypePropsToOption_280<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_280<IconProps>>>, {}, {}>;
4317
4330
 
4318
- export declare const EdsTextAddress: DefineComponent<__VLS_TypePropsToOption_281<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_281<IconProps>>>, {}, {}>;
4331
+ export declare const EdsTextAddress: DefineComponent<__VLS_TypePropsToOption_282<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_282<IconProps>>>, {}, {}>;
4319
4332
 
4320
- export declare const EdsTextApproved: DefineComponent<__VLS_TypePropsToOption_282<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_282<IconProps>>>, {}, {}>;
4333
+ export declare const EdsTextApproved: DefineComponent<__VLS_TypePropsToOption_283<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_283<IconProps>>>, {}, {}>;
4321
4334
 
4322
- export declare const EdsTextCorporate: DefineComponent<__VLS_TypePropsToOption_283<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_283<IconProps>>>, {}, {}>;
4335
+ export declare const EdsTextCorporate: DefineComponent<__VLS_TypePropsToOption_284<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_284<IconProps>>>, {}, {}>;
4323
4336
 
4324
- export declare const EdsTextDisrupt: DefineComponent<__VLS_TypePropsToOption_284<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_284<IconProps>>>, {}, {}>;
4337
+ export declare const EdsTextDisrupt: DefineComponent<__VLS_TypePropsToOption_285<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_285<IconProps>>>, {}, {}>;
4325
4338
 
4326
- export declare const EdsTextJournal: DefineComponent<__VLS_TypePropsToOption_285<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_285<IconProps>>>, {}, {}>;
4339
+ export declare const EdsTextJournal: DefineComponent<__VLS_TypePropsToOption_286<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_286<IconProps>>>, {}, {}>;
4327
4340
 
4328
- export declare const EdsTextLogs: DefineComponent<__VLS_TypePropsToOption_286<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_286<IconProps>>>, {}, {}>;
4341
+ export declare const EdsTextLogs: DefineComponent<__VLS_TypePropsToOption_287<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_287<IconProps>>>, {}, {}>;
4329
4342
 
4330
- export declare const EdsTextNote: DefineComponent<__VLS_TypePropsToOption_287<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_287<IconProps>>>, {}, {}>;
4343
+ export declare const EdsTextNote: DefineComponent<__VLS_TypePropsToOption_288<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_288<IconProps>>>, {}, {}>;
4331
4344
 
4332
- export declare const EdsTextOrder: DefineComponent<__VLS_TypePropsToOption_289<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_289<IconProps>>>, {}, {}>;
4345
+ export declare const EdsTextOrder: DefineComponent<__VLS_TypePropsToOption_290<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_290<IconProps>>>, {}, {}>;
4333
4346
 
4334
- export declare const EdsTextOrderFill: DefineComponent<__VLS_TypePropsToOption_288<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_288<IconProps>>>, {}, {}>;
4347
+ export declare const EdsTextOrderFill: DefineComponent<__VLS_TypePropsToOption_289<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_289<IconProps>>>, {}, {}>;
4335
4348
 
4336
- export declare const EdsTextSet: DefineComponent<__VLS_TypePropsToOption_290<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_290<IconProps>>>, {}, {}>;
4349
+ export declare const EdsTextSet: DefineComponent<__VLS_TypePropsToOption_291<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_291<IconProps>>>, {}, {}>;
4337
4350
 
4338
- export declare const EdsTextSigned: DefineComponent<__VLS_TypePropsToOption_292<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_292<IconProps>>>, {}, {}>;
4351
+ export declare const EdsTextSigned: DefineComponent<__VLS_TypePropsToOption_293<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_293<IconProps>>>, {}, {}>;
4339
4352
 
4340
- export declare const EdsTextSignedFill: DefineComponent<__VLS_TypePropsToOption_291<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_291<IconProps>>>, {}, {}>;
4353
+ export declare const EdsTextSignedFill: DefineComponent<__VLS_TypePropsToOption_292<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_292<IconProps>>>, {}, {}>;
4341
4354
 
4342
- export declare const EdsTextWhitelist: DefineComponent<__VLS_TypePropsToOption_294<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_294<IconProps>>>, {}, {}>;
4355
+ export declare const EdsTextWhitelist: DefineComponent<__VLS_TypePropsToOption_295<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_295<IconProps>>>, {}, {}>;
4343
4356
 
4344
- export declare const EdsTextWhitelistFill: DefineComponent<__VLS_TypePropsToOption_293<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_293<IconProps>>>, {}, {}>;
4357
+ export declare const EdsTextWhitelistFill: DefineComponent<__VLS_TypePropsToOption_294<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_294<IconProps>>>, {}, {}>;
4345
4358
 
4346
- export declare const EdsThematic: DefineComponent<__VLS_TypePropsToOption_295<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_295<IconProps>>>, {}, {}>;
4359
+ export declare const EdsThematic: DefineComponent<__VLS_TypePropsToOption_296<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_296<IconProps>>>, {}, {}>;
4347
4360
 
4348
- export declare const EdsThumbtacked: DefineComponent<__VLS_TypePropsToOption_296<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_296<IconProps>>>, {}, {}>;
4361
+ export declare const EdsThumbtacked: DefineComponent<__VLS_TypePropsToOption_297<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_297<IconProps>>>, {}, {}>;
4349
4362
 
4350
- export declare const EdsTick: DefineComponent<__VLS_TypePropsToOption_299<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_299<IconProps>>>, {}, {}>;
4363
+ export declare const EdsTick: DefineComponent<__VLS_TypePropsToOption_300<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_300<IconProps>>>, {}, {}>;
4351
4364
 
4352
- export declare const EdsTickFill: DefineComponent<__VLS_TypePropsToOption_297<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_297<IconProps>>>, {}, {}>;
4365
+ export declare const EdsTickFill: DefineComponent<__VLS_TypePropsToOption_298<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_298<IconProps>>>, {}, {}>;
4353
4366
 
4354
- export declare const EdsTickStrongFill: DefineComponent<__VLS_TypePropsToOption_298<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_298<IconProps>>>, {}, {}>;
4367
+ export declare const EdsTickStrongFill: DefineComponent<__VLS_TypePropsToOption_299<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_299<IconProps>>>, {}, {}>;
4355
4368
 
4356
- export declare const EdsTimeWait: DefineComponent<__VLS_TypePropsToOption_300<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_300<IconProps>>>, {}, {}>;
4369
+ export declare const EdsTimeWait: DefineComponent<__VLS_TypePropsToOption_301<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_301<IconProps>>>, {}, {}>;
4357
4370
 
4358
- export declare const EdsTitle: DefineComponent<__VLS_TypePropsToOption_301<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_301<IconProps>>>, {}, {}>;
4371
+ export declare const EdsTitle: DefineComponent<__VLS_TypePropsToOption_302<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_302<IconProps>>>, {}, {}>;
4359
4372
 
4360
- export declare const EdsTouch: DefineComponent<__VLS_TypePropsToOption_302<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_302<IconProps>>>, {}, {}>;
4373
+ export declare const EdsTouch: DefineComponent<__VLS_TypePropsToOption_303<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_303<IconProps>>>, {}, {}>;
4361
4374
 
4362
- export declare const EdsTradeFailed: DefineComponent<__VLS_TypePropsToOption_303<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_303<IconProps>>>, {}, {}>;
4375
+ export declare const EdsTradeFailed: DefineComponent<__VLS_TypePropsToOption_304<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_304<IconProps>>>, {}, {}>;
4363
4376
 
4364
- export declare const EdsTriangleFlag: DefineComponent<__VLS_TypePropsToOption_305<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_305<IconProps>>>, {}, {}>;
4377
+ export declare const EdsTriangleFlag: DefineComponent<__VLS_TypePropsToOption_306<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_306<IconProps>>>, {}, {}>;
4365
4378
 
4366
- export declare const EdsTriangleFlagFill: DefineComponent<__VLS_TypePropsToOption_304<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_304<IconProps>>>, {}, {}>;
4379
+ export declare const EdsTriangleFlagFill: DefineComponent<__VLS_TypePropsToOption_305<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_305<IconProps>>>, {}, {}>;
4367
4380
 
4368
- export declare const EdsTruck: DefineComponent<__VLS_TypePropsToOption_306<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_306<IconProps>>>, {}, {}>;
4381
+ export declare const EdsTruck: DefineComponent<__VLS_TypePropsToOption_307<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_307<IconProps>>>, {}, {}>;
4369
4382
 
4370
- export declare const EdsUneye: DefineComponent<__VLS_TypePropsToOption_307<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_307<IconProps>>>, {}, {}>;
4383
+ export declare const EdsUneye: DefineComponent<__VLS_TypePropsToOption_308<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_308<IconProps>>>, {}, {}>;
4371
4384
 
4372
- export declare const EdsUnpush: DefineComponent<__VLS_TypePropsToOption_309<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_309<IconProps>>>, {}, {}>;
4385
+ export declare const EdsUnpush: DefineComponent<__VLS_TypePropsToOption_310<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_310<IconProps>>>, {}, {}>;
4373
4386
 
4374
- export declare const EdsUnpushFill: DefineComponent<__VLS_TypePropsToOption_308<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_308<IconProps>>>, {}, {}>;
4387
+ export declare const EdsUnpushFill: DefineComponent<__VLS_TypePropsToOption_309<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_309<IconProps>>>, {}, {}>;
4375
4388
 
4376
- export declare const EdsUsdAccounting: DefineComponent<__VLS_TypePropsToOption_311<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_311<IconProps>>>, {}, {}>;
4389
+ export declare const EdsUsdAccounting: DefineComponent<__VLS_TypePropsToOption_312<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_312<IconProps>>>, {}, {}>;
4377
4390
 
4378
- export declare const EdsUsdAccountingFill: DefineComponent<__VLS_TypePropsToOption_310<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_310<IconProps>>>, {}, {}>;
4391
+ export declare const EdsUsdAccountingFill: DefineComponent<__VLS_TypePropsToOption_311<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_311<IconProps>>>, {}, {}>;
4379
4392
 
4380
- export declare const EdsUsdBillFee: DefineComponent<__VLS_TypePropsToOption_312<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_312<IconProps>>>, {}, {}>;
4393
+ export declare const EdsUsdBillFee: DefineComponent<__VLS_TypePropsToOption_313<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_313<IconProps>>>, {}, {}>;
4381
4394
 
4382
- export declare const EdsUsdPayment: DefineComponent<__VLS_TypePropsToOption_314<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_314<IconProps>>>, {}, {}>;
4395
+ export declare const EdsUsdPayment: DefineComponent<__VLS_TypePropsToOption_315<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_315<IconProps>>>, {}, {}>;
4383
4396
 
4384
- export declare const EdsUsdPaymentFill: DefineComponent<__VLS_TypePropsToOption_313<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_313<IconProps>>>, {}, {}>;
4397
+ export declare const EdsUsdPaymentFill: DefineComponent<__VLS_TypePropsToOption_314<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_314<IconProps>>>, {}, {}>;
4385
4398
 
4386
- export declare const EdsUsdReceipt: DefineComponent<__VLS_TypePropsToOption_315<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_315<IconProps>>>, {}, {}>;
4399
+ export declare const EdsUsdReceipt: DefineComponent<__VLS_TypePropsToOption_316<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_316<IconProps>>>, {}, {}>;
4387
4400
 
4388
- export declare const EdsUsdSettlement: DefineComponent<__VLS_TypePropsToOption_316<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_316<IconProps>>>, {}, {}>;
4401
+ export declare const EdsUsdSettlement: DefineComponent<__VLS_TypePropsToOption_317<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_317<IconProps>>>, {}, {}>;
4389
4402
 
4390
- export declare const EdsUserInformation: DefineComponent<__VLS_TypePropsToOption_317<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_317<IconProps>>>, {}, {}>;
4403
+ export declare const EdsUserInformation: DefineComponent<__VLS_TypePropsToOption_318<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_318<IconProps>>>, {}, {}>;
4391
4404
 
4392
- export declare const EdsUserMeSet: DefineComponent<__VLS_TypePropsToOption_318<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_318<IconProps>>>, {}, {}>;
4405
+ export declare const EdsUserMeSet: DefineComponent<__VLS_TypePropsToOption_319<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_319<IconProps>>>, {}, {}>;
4393
4406
 
4394
- export declare const EdsUserMobiletabbar: DefineComponent<__VLS_TypePropsToOption_320<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_320<IconProps>>>, {}, {}>;
4407
+ export declare const EdsUserMobiletabbar: DefineComponent<__VLS_TypePropsToOption_321<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_321<IconProps>>>, {}, {}>;
4395
4408
 
4396
- export declare const EdsUserMobiletabbarFill: DefineComponent<__VLS_TypePropsToOption_319<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_319<IconProps>>>, {}, {}>;
4409
+ export declare const EdsUserMobiletabbarFill: DefineComponent<__VLS_TypePropsToOption_320<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_320<IconProps>>>, {}, {}>;
4397
4410
 
4398
- export declare const EdsUserPreference: DefineComponent<__VLS_TypePropsToOption_322<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_322<IconProps>>>, {}, {}>;
4411
+ export declare const EdsUserPreference: DefineComponent<__VLS_TypePropsToOption_323<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_323<IconProps>>>, {}, {}>;
4399
4412
 
4400
- export declare const EdsUserPreferenceFill: DefineComponent<__VLS_TypePropsToOption_321<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_321<IconProps>>>, {}, {}>;
4413
+ export declare const EdsUserPreferenceFill: DefineComponent<__VLS_TypePropsToOption_322<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_322<IconProps>>>, {}, {}>;
4401
4414
 
4402
- export declare const EdsUserSecurity: DefineComponent<__VLS_TypePropsToOption_323<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_323<IconProps>>>, {}, {}>;
4415
+ export declare const EdsUserSecurity: DefineComponent<__VLS_TypePropsToOption_324<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_324<IconProps>>>, {}, {}>;
4403
4416
 
4404
- export declare const EdsWallet: DefineComponent<__VLS_TypePropsToOption_328<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_328<IconProps>>>, {}, {}>;
4417
+ export declare const EdsWallet: DefineComponent<__VLS_TypePropsToOption_329<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_329<IconProps>>>, {}, {}>;
4405
4418
 
4406
- export declare const EdsWalletFill: DefineComponent<__VLS_TypePropsToOption_324<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_324<IconProps>>>, {}, {}>;
4419
+ export declare const EdsWalletFill: DefineComponent<__VLS_TypePropsToOption_325<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_325<IconProps>>>, {}, {}>;
4407
4420
 
4408
- export declare const EdsWalletNotice: DefineComponent<__VLS_TypePropsToOption_326<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_326<IconProps>>>, {}, {}>;
4421
+ export declare const EdsWalletNotice: DefineComponent<__VLS_TypePropsToOption_327<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_327<IconProps>>>, {}, {}>;
4409
4422
 
4410
- export declare const EdsWalletNoticeNews: DefineComponent<__VLS_TypePropsToOption_325<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_325<IconProps>>>, {}, {}>;
4423
+ export declare const EdsWalletNoticeNews: DefineComponent<__VLS_TypePropsToOption_326<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_326<IconProps>>>, {}, {}>;
4411
4424
 
4412
- export declare const EdsWalletSet: DefineComponent<__VLS_TypePropsToOption_327<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_327<IconProps>>>, {}, {}>;
4425
+ export declare const EdsWalletSet: DefineComponent<__VLS_TypePropsToOption_328<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_328<IconProps>>>, {}, {}>;
4413
4426
 
4414
- export declare const EdsWarning: DefineComponent<__VLS_TypePropsToOption_331<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_331<IconProps>>>, {}, {}>;
4427
+ export declare const EdsWarning: DefineComponent<__VLS_TypePropsToOption_332<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_332<IconProps>>>, {}, {}>;
4415
4428
 
4416
- export declare const EdsWarningFill: DefineComponent<__VLS_TypePropsToOption_329<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_329<IconProps>>>, {}, {}>;
4429
+ export declare const EdsWarningFill: DefineComponent<__VLS_TypePropsToOption_330<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_330<IconProps>>>, {}, {}>;
4417
4430
 
4418
- export declare const EdsWarningLonely: DefineComponent<__VLS_TypePropsToOption_330<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_330<IconProps>>>, {}, {}>;
4431
+ export declare const EdsWarningLonely: DefineComponent<__VLS_TypePropsToOption_331<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_331<IconProps>>>, {}, {}>;
4419
4432
 
4420
- export declare const EdsWebsite: DefineComponent<__VLS_TypePropsToOption_332<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_332<IconProps>>>, {}, {}>;
4433
+ export declare const EdsWebsite: DefineComponent<__VLS_TypePropsToOption_333<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_333<IconProps>>>, {}, {}>;
4421
4434
 
4422
- export declare const EdsWifi: DefineComponent<__VLS_TypePropsToOption_333<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_333<IconProps>>>, {}, {}>;
4435
+ export declare const EdsWifi: DefineComponent<__VLS_TypePropsToOption_334<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_334<IconProps>>>, {}, {}>;
4423
4436
 
4424
- export declare const EdsWinClose: DefineComponent<__VLS_TypePropsToOption_334<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_334<IconProps>>>, {}, {}>;
4437
+ export declare const EdsWinClose: DefineComponent<__VLS_TypePropsToOption_335<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_335<IconProps>>>, {}, {}>;
4425
4438
 
4426
- export declare const EdsWinMaximize: DefineComponent<__VLS_TypePropsToOption_335<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_335<IconProps>>>, {}, {}>;
4439
+ export declare const EdsWinMaximize: DefineComponent<__VLS_TypePropsToOption_336<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_336<IconProps>>>, {}, {}>;
4427
4440
 
4428
- export declare const EdsWinMinimize: DefineComponent<__VLS_TypePropsToOption_336<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_336<IconProps>>>, {}, {}>;
4441
+ export declare const EdsWinMinimize: DefineComponent<__VLS_TypePropsToOption_337<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_337<IconProps>>>, {}, {}>;
4429
4442
 
4430
- export declare const EdsWinRecoverymize: DefineComponent<__VLS_TypePropsToOption_337<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_337<IconProps>>>, {}, {}>;
4443
+ export declare const EdsWinRecoverymize: DefineComponent<__VLS_TypePropsToOption_338<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_338<IconProps>>>, {}, {}>;
4431
4444
 
4432
- export declare const EdsWithdrawMoney: DefineComponent<__VLS_TypePropsToOption_338<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_338<IconProps>>>, {}, {}>;
4445
+ export declare const EdsWithdrawMoney: DefineComponent<__VLS_TypePropsToOption_339<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_339<IconProps>>>, {}, {}>;
4433
4446
 
4434
- export declare const EdsWorkDone: DefineComponent<__VLS_TypePropsToOption_339<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_339<IconProps>>>, {}, {}>;
4447
+ export declare const EdsWorkDone: DefineComponent<__VLS_TypePropsToOption_340<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_340<IconProps>>>, {}, {}>;
4435
4448
 
4436
- export declare const EdsZoomIn: DefineComponent<__VLS_TypePropsToOption_340<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_340<IconProps>>>, {}, {}>;
4449
+ export declare const EdsZoomIn: DefineComponent<__VLS_TypePropsToOption_341<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_341<IconProps>>>, {}, {}>;
4437
4450
 
4438
- export declare const EdsZoomOut: DefineComponent<__VLS_TypePropsToOption_341<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_341<IconProps>>>, {}, {}>;
4451
+ export declare const EdsZoomOut: DefineComponent<__VLS_TypePropsToOption_342<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_342<IconProps>>>, {}, {}>;
4439
4452
 
4440
4453
  export declare interface FixIconProps {
4441
4454
  size?: string;