@cregis/icon 0.1.12 → 0.1.13

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
@@ -688,6 +688,10 @@ declare type __VLS_NonUndefinedable_405<T> = T extends undefined ? never : T;
688
688
 
689
689
  declare type __VLS_NonUndefinedable_406<T> = T extends undefined ? never : T;
690
690
 
691
+ declare type __VLS_NonUndefinedable_407<T> = T extends undefined ? never : T;
692
+
693
+ declare type __VLS_NonUndefinedable_408<T> = T extends undefined ? never : T;
694
+
691
695
  declare type __VLS_NonUndefinedable_41<T> = T extends undefined ? never : T;
692
696
 
693
697
  declare type __VLS_NonUndefinedable_42<T> = T extends undefined ? never : T;
@@ -3894,6 +3898,24 @@ declare type __VLS_TypePropsToOption_406<T> = {
3894
3898
  };
3895
3899
  };
3896
3900
 
3901
+ declare type __VLS_TypePropsToOption_407<T> = {
3902
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
3903
+ type: PropType<__VLS_NonUndefinedable_407<T[K]>>;
3904
+ } : {
3905
+ type: PropType<T[K]>;
3906
+ required: true;
3907
+ };
3908
+ };
3909
+
3910
+ declare type __VLS_TypePropsToOption_408<T> = {
3911
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
3912
+ type: PropType<__VLS_NonUndefinedable_408<T[K]>>;
3913
+ } : {
3914
+ type: PropType<T[K]>;
3915
+ required: true;
3916
+ };
3917
+ };
3918
+
3897
3919
  declare type __VLS_TypePropsToOption_41<T> = {
3898
3920
  [K in keyof T]-?: {} extends Pick<T, K> ? {
3899
3921
  type: PropType<__VLS_NonUndefinedable_41<T[K]>>;
@@ -4988,6 +5010,8 @@ export declare const EdsNetworkServer: DefineComponent<__VLS_TypePropsToOption_2
4988
5010
 
4989
5011
  export declare const EdsNickName: DefineComponent<__VLS_TypePropsToOption_259<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_259<IconProps>>>, {}, {}>;
4990
5012
 
5013
+ export declare const EdsNoData: DefineComponent<__VLS_TypePropsToOption_264<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_264<IconProps>>>, {}, {}>;
5014
+
4991
5015
  export declare const EdsNotice: DefineComponent<__VLS_TypePropsToOption_262<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_262<IconProps>>>, {}, {}>;
4992
5016
 
4993
5017
  export declare const EdsNoticeFill: DefineComponent<__VLS_TypePropsToOption_260<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_260<IconProps>>>, {}, {}>;
@@ -4996,291 +5020,293 @@ export declare const EdsNoticeSet: DefineComponent<__VLS_TypePropsToOption_261<I
4996
5020
 
4997
5021
  export declare const EdsNumbers123: DefineComponent<__VLS_TypePropsToOption_263<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_263<IconProps>>>, {}, {}>;
4998
5022
 
4999
- export declare const EdsOffline: DefineComponent<__VLS_TypePropsToOption_264<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_264<IconProps>>>, {}, {}>;
5023
+ export declare const EdsOffline: DefineComponent<__VLS_TypePropsToOption_265<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_265<IconProps>>>, {}, {}>;
5024
+
5025
+ export declare const EdsOpenBook: DefineComponent<__VLS_TypePropsToOption_267<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_267<IconProps>>>, {}, {}>;
5000
5026
 
5001
- export declare const EdsOpenBook: DefineComponent<__VLS_TypePropsToOption_266<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_266<IconProps>>>, {}, {}>;
5027
+ export declare const EdsOpenBookFill: DefineComponent<__VLS_TypePropsToOption_266<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_266<IconProps>>>, {}, {}>;
5002
5028
 
5003
- export declare const EdsOpenBookFill: DefineComponent<__VLS_TypePropsToOption_265<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_265<IconProps>>>, {}, {}>;
5029
+ export declare const EdsPadlock: DefineComponent<__VLS_TypePropsToOption_269<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_269<IconProps>>>, {}, {}>;
5004
5030
 
5005
- export declare const EdsPadlock: DefineComponent<__VLS_TypePropsToOption_268<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_268<IconProps>>>, {}, {}>;
5031
+ export declare const EdsPadlockFill: DefineComponent<__VLS_TypePropsToOption_268<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_268<IconProps>>>, {}, {}>;
5006
5032
 
5007
- export declare const EdsPadlockFill: DefineComponent<__VLS_TypePropsToOption_267<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_267<IconProps>>>, {}, {}>;
5033
+ export declare const EdsPaintBucket: DefineComponent<__VLS_TypePropsToOption_275<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_275<IconProps>>>, {}, {}>;
5008
5034
 
5009
- export declare const EdsPaintBucket: DefineComponent<__VLS_TypePropsToOption_274<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_274<IconProps>>>, {}, {}>;
5035
+ export declare const EdsPaintPalette: DefineComponent<__VLS_TypePropsToOption_276<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_276<IconProps>>>, {}, {}>;
5010
5036
 
5011
- export declare const EdsPaintPalette: DefineComponent<__VLS_TypePropsToOption_275<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_275<IconProps>>>, {}, {}>;
5037
+ export declare const EdsPaperclip: DefineComponent<__VLS_TypePropsToOption_277<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_277<IconProps>>>, {}, {}>;
5012
5038
 
5013
- export declare const EdsPaperclip: DefineComponent<__VLS_TypePropsToOption_276<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_276<IconProps>>>, {}, {}>;
5039
+ export declare const EdsPasskeyFill: DefineComponent<__VLS_TypePropsToOption_278<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_278<IconProps>>>, {}, {}>;
5014
5040
 
5015
- export declare const EdsPasskeyFill: DefineComponent<__VLS_TypePropsToOption_277<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_277<IconProps>>>, {}, {}>;
5041
+ export declare const EdsPayee: DefineComponent<__VLS_TypePropsToOption_271<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_271<IconProps>>>, {}, {}>;
5016
5042
 
5017
- export declare const EdsPayee: DefineComponent<__VLS_TypePropsToOption_270<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_270<IconProps>>>, {}, {}>;
5043
+ export declare const EdsPayeeBook: DefineComponent<__VLS_TypePropsToOption_270<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_270<IconProps>>>, {}, {}>;
5018
5044
 
5019
- export declare const EdsPayeeBook: DefineComponent<__VLS_TypePropsToOption_269<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_269<IconProps>>>, {}, {}>;
5045
+ export declare const EdsPayor: DefineComponent<__VLS_TypePropsToOption_273<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_273<IconProps>>>, {}, {}>;
5020
5046
 
5021
- export declare const EdsPayor: DefineComponent<__VLS_TypePropsToOption_272<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_272<IconProps>>>, {}, {}>;
5047
+ export declare const EdsPayorBook: DefineComponent<__VLS_TypePropsToOption_272<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_272<IconProps>>>, {}, {}>;
5022
5048
 
5023
- export declare const EdsPayorBook: DefineComponent<__VLS_TypePropsToOption_271<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_271<IconProps>>>, {}, {}>;
5049
+ export declare const EdsPentagram: DefineComponent<__VLS_TypePropsToOption_280<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_280<IconProps>>>, {}, {}>;
5024
5050
 
5025
- export declare const EdsPentagram: DefineComponent<__VLS_TypePropsToOption_279<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_279<IconProps>>>, {}, {}>;
5051
+ export declare const EdsPentagramFill: DefineComponent<__VLS_TypePropsToOption_279<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_279<IconProps>>>, {}, {}>;
5026
5052
 
5027
- export declare const EdsPentagramFill: DefineComponent<__VLS_TypePropsToOption_278<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_278<IconProps>>>, {}, {}>;
5053
+ export declare const EdsPersonal: DefineComponent<__VLS_TypePropsToOption_282<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_282<IconProps>>>, {}, {}>;
5028
5054
 
5029
- export declare const EdsPersonal: DefineComponent<__VLS_TypePropsToOption_281<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_281<IconProps>>>, {}, {}>;
5055
+ export declare const EdsPersonalFill: DefineComponent<__VLS_TypePropsToOption_281<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_281<IconProps>>>, {}, {}>;
5030
5056
 
5031
- export declare const EdsPersonalFill: DefineComponent<__VLS_TypePropsToOption_280<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_280<IconProps>>>, {}, {}>;
5057
+ export declare const EdsPieChart: DefineComponent<__VLS_TypePropsToOption_284<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_284<IconProps>>>, {}, {}>;
5032
5058
 
5033
- export declare const EdsPieChart: DefineComponent<__VLS_TypePropsToOption_283<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_283<IconProps>>>, {}, {}>;
5059
+ export declare const EdsPieChartFill: DefineComponent<__VLS_TypePropsToOption_283<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_283<IconProps>>>, {}, {}>;
5034
5060
 
5035
- export declare const EdsPieChartFill: DefineComponent<__VLS_TypePropsToOption_282<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_282<IconProps>>>, {}, {}>;
5061
+ export declare const EdsPostalCode: DefineComponent<__VLS_TypePropsToOption_274<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_274<IconProps>>>, {}, {}>;
5036
5062
 
5037
- export declare const EdsPostalCode: DefineComponent<__VLS_TypePropsToOption_273<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_273<IconProps>>>, {}, {}>;
5063
+ export declare const EdsPreferenceSet: DefineComponent<__VLS_TypePropsToOption_285<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_285<IconProps>>>, {}, {}>;
5038
5064
 
5039
- export declare const EdsPreferenceSet: DefineComponent<__VLS_TypePropsToOption_284<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_284<IconProps>>>, {}, {}>;
5065
+ export declare const EdsProhibited: DefineComponent<__VLS_TypePropsToOption_286<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_286<IconProps>>>, {}, {}>;
5040
5066
 
5041
- export declare const EdsProhibited: DefineComponent<__VLS_TypePropsToOption_285<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_285<IconProps>>>, {}, {}>;
5067
+ export declare const EdsPush: DefineComponent<__VLS_TypePropsToOption_288<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_288<IconProps>>>, {}, {}>;
5042
5068
 
5043
- export declare const EdsPush: DefineComponent<__VLS_TypePropsToOption_287<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_287<IconProps>>>, {}, {}>;
5069
+ export declare const EdsPushFill: DefineComponent<__VLS_TypePropsToOption_287<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_287<IconProps>>>, {}, {}>;
5044
5070
 
5045
- export declare const EdsPushFill: DefineComponent<__VLS_TypePropsToOption_286<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_286<IconProps>>>, {}, {}>;
5071
+ export declare const EdsQrCode: DefineComponent<__VLS_TypePropsToOption_290<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_290<IconProps>>>, {}, {}>;
5046
5072
 
5047
- export declare const EdsQrCode: DefineComponent<__VLS_TypePropsToOption_289<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_289<IconProps>>>, {}, {}>;
5073
+ export declare const EdsQrCodeFill: DefineComponent<__VLS_TypePropsToOption_289<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_289<IconProps>>>, {}, {}>;
5048
5074
 
5049
- export declare const EdsQrCodeFill: DefineComponent<__VLS_TypePropsToOption_288<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_288<IconProps>>>, {}, {}>;
5075
+ export declare const EdsQueryObject: DefineComponent<__VLS_TypePropsToOption_292<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_292<IconProps>>>, {}, {}>;
5050
5076
 
5051
- export declare const EdsQueryObject: DefineComponent<__VLS_TypePropsToOption_291<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_291<IconProps>>>, {}, {}>;
5077
+ export declare const EdsQuestion: DefineComponent<__VLS_TypePropsToOption_291<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_291<IconProps>>>, {}, {}>;
5052
5078
 
5053
- export declare const EdsQuestion: DefineComponent<__VLS_TypePropsToOption_290<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_290<IconProps>>>, {}, {}>;
5079
+ export declare const EdsRates: DefineComponent<__VLS_TypePropsToOption_293<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_293<IconProps>>>, {}, {}>;
5054
5080
 
5055
- export declare const EdsRates: DefineComponent<__VLS_TypePropsToOption_292<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_292<IconProps>>>, {}, {}>;
5081
+ export declare const EdsRatio1To1: DefineComponent<__VLS_TypePropsToOption_294<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_294<IconProps>>>, {}, {}>;
5056
5082
 
5057
- export declare const EdsRatio1To1: DefineComponent<__VLS_TypePropsToOption_293<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_293<IconProps>>>, {}, {}>;
5083
+ export declare const EdsRealName: DefineComponent<__VLS_TypePropsToOption_296<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_296<IconProps>>>, {}, {}>;
5058
5084
 
5059
- export declare const EdsRealName: DefineComponent<__VLS_TypePropsToOption_295<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_295<IconProps>>>, {}, {}>;
5085
+ export declare const EdsRealNameFill: DefineComponent<__VLS_TypePropsToOption_295<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_295<IconProps>>>, {}, {}>;
5060
5086
 
5061
- export declare const EdsRealNameFill: DefineComponent<__VLS_TypePropsToOption_294<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_294<IconProps>>>, {}, {}>;
5087
+ export declare const EdsRechargeMoney: DefineComponent<__VLS_TypePropsToOption_297<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_297<IconProps>>>, {}, {}>;
5062
5088
 
5063
- export declare const EdsRechargeMoney: DefineComponent<__VLS_TypePropsToOption_296<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_296<IconProps>>>, {}, {}>;
5089
+ export declare const EdsRecycle: DefineComponent<__VLS_TypePropsToOption_298<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_298<IconProps>>>, {}, {}>;
5064
5090
 
5065
- export declare const EdsRecycle: DefineComponent<__VLS_TypePropsToOption_297<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_297<IconProps>>>, {}, {}>;
5091
+ export declare const EdsReduction: DefineComponent<__VLS_TypePropsToOption_299<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_299<IconProps>>>, {}, {}>;
5066
5092
 
5067
- export declare const EdsReduction: DefineComponent<__VLS_TypePropsToOption_298<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_298<IconProps>>>, {}, {}>;
5093
+ export declare const EdsRegulator: DefineComponent<__VLS_TypePropsToOption_300<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_300<IconProps>>>, {}, {}>;
5068
5094
 
5069
- export declare const EdsRegulator: DefineComponent<__VLS_TypePropsToOption_299<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_299<IconProps>>>, {}, {}>;
5095
+ export declare const EdsRename: DefineComponent<__VLS_TypePropsToOption_301<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_301<IconProps>>>, {}, {}>;
5070
5096
 
5071
- export declare const EdsRename: DefineComponent<__VLS_TypePropsToOption_300<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_300<IconProps>>>, {}, {}>;
5097
+ export declare const EdsReset: DefineComponent<__VLS_TypePropsToOption_302<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_302<IconProps>>>, {}, {}>;
5072
5098
 
5073
- export declare const EdsReset: DefineComponent<__VLS_TypePropsToOption_301<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_301<IconProps>>>, {}, {}>;
5099
+ export declare const EdsRotate: DefineComponent<__VLS_TypePropsToOption_303<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_303<IconProps>>>, {}, {}>;
5074
5100
 
5075
- export declare const EdsRotate: DefineComponent<__VLS_TypePropsToOption_302<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_302<IconProps>>>, {}, {}>;
5101
+ export declare const EdsRoutingNumbers: DefineComponent<__VLS_TypePropsToOption_304<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_304<IconProps>>>, {}, {}>;
5076
5102
 
5077
- export declare const EdsRoutingNumbers: DefineComponent<__VLS_TypePropsToOption_303<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_303<IconProps>>>, {}, {}>;
5103
+ export declare const EdsSafelyDollar: DefineComponent<__VLS_TypePropsToOption_305<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_305<IconProps>>>, {}, {}>;
5078
5104
 
5079
- export declare const EdsSafelyDollar: DefineComponent<__VLS_TypePropsToOption_304<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_304<IconProps>>>, {}, {}>;
5105
+ export declare const EdsSafes: DefineComponent<__VLS_TypePropsToOption_307<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_307<IconProps>>>, {}, {}>;
5080
5106
 
5081
- export declare const EdsSafes: DefineComponent<__VLS_TypePropsToOption_306<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_306<IconProps>>>, {}, {}>;
5107
+ export declare const EdsSafesFill: DefineComponent<__VLS_TypePropsToOption_306<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_306<IconProps>>>, {}, {}>;
5082
5108
 
5083
- export declare const EdsSafesFill: DefineComponent<__VLS_TypePropsToOption_305<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_305<IconProps>>>, {}, {}>;
5109
+ export declare const EdsSatellite: DefineComponent<__VLS_TypePropsToOption_308<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_308<IconProps>>>, {}, {}>;
5084
5110
 
5085
- export declare const EdsSatellite: DefineComponent<__VLS_TypePropsToOption_307<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_307<IconProps>>>, {}, {}>;
5111
+ export declare const EdsScanCode: DefineComponent<__VLS_TypePropsToOption_309<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_309<IconProps>>>, {}, {}>;
5086
5112
 
5087
- export declare const EdsScanCode: DefineComponent<__VLS_TypePropsToOption_308<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_308<IconProps>>>, {}, {}>;
5113
+ export declare const EdsSearch: DefineComponent<__VLS_TypePropsToOption_310<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_310<IconProps>>>, {}, {}>;
5088
5114
 
5089
- export declare const EdsSearch: DefineComponent<__VLS_TypePropsToOption_309<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_309<IconProps>>>, {}, {}>;
5115
+ export declare const EdsSecureSignature: DefineComponent<__VLS_TypePropsToOption_311<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_311<IconProps>>>, {}, {}>;
5090
5116
 
5091
- export declare const EdsSecureSignature: DefineComponent<__VLS_TypePropsToOption_310<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_310<IconProps>>>, {}, {}>;
5117
+ export declare const EdsShare: DefineComponent<__VLS_TypePropsToOption_313<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_313<IconProps>>>, {}, {}>;
5092
5118
 
5093
- export declare const EdsShare: DefineComponent<__VLS_TypePropsToOption_312<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_312<IconProps>>>, {}, {}>;
5119
+ export declare const EdsShareLink: DefineComponent<__VLS_TypePropsToOption_312<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_312<IconProps>>>, {}, {}>;
5094
5120
 
5095
- export declare const EdsShareLink: DefineComponent<__VLS_TypePropsToOption_311<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_311<IconProps>>>, {}, {}>;
5121
+ export declare const EdsSignaturePen: DefineComponent<__VLS_TypePropsToOption_315<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_315<IconProps>>>, {}, {}>;
5096
5122
 
5097
- export declare const EdsSignaturePen: DefineComponent<__VLS_TypePropsToOption_314<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_314<IconProps>>>, {}, {}>;
5123
+ export declare const EdsSignHashtag: DefineComponent<__VLS_TypePropsToOption_314<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_314<IconProps>>>, {}, {}>;
5098
5124
 
5099
- export declare const EdsSignHashtag: DefineComponent<__VLS_TypePropsToOption_313<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_313<IconProps>>>, {}, {}>;
5125
+ export declare const EdsSkyrocket: DefineComponent<__VLS_TypePropsToOption_317<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_317<IconProps>>>, {}, {}>;
5100
5126
 
5101
- export declare const EdsSkyrocket: DefineComponent<__VLS_TypePropsToOption_316<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_316<IconProps>>>, {}, {}>;
5127
+ export declare const EdsSkyrocketFill: DefineComponent<__VLS_TypePropsToOption_316<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_316<IconProps>>>, {}, {}>;
5102
5128
 
5103
- export declare const EdsSkyrocketFill: DefineComponent<__VLS_TypePropsToOption_315<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_315<IconProps>>>, {}, {}>;
5129
+ export declare const EdsSocialMedia: DefineComponent<__VLS_TypePropsToOption_318<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_318<IconProps>>>, {}, {}>;
5104
5130
 
5105
- export declare const EdsSocialMedia: DefineComponent<__VLS_TypePropsToOption_317<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_317<IconProps>>>, {}, {}>;
5131
+ export declare const EdsSort: DefineComponent<__VLS_TypePropsToOption_319<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_319<IconProps>>>, {}, {}>;
5106
5132
 
5107
- export declare const EdsSort: DefineComponent<__VLS_TypePropsToOption_318<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_318<IconProps>>>, {}, {}>;
5133
+ export declare const EdsSpace: DefineComponent<__VLS_TypePropsToOption_320<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_320<IconProps>>>, {}, {}>;
5108
5134
 
5109
- export declare const EdsSpace: DefineComponent<__VLS_TypePropsToOption_319<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_319<IconProps>>>, {}, {}>;
5135
+ export declare const EdsSquare: DefineComponent<__VLS_TypePropsToOption_321<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_321<IconProps>>>, {}, {}>;
5110
5136
 
5111
- export declare const EdsSquare: DefineComponent<__VLS_TypePropsToOption_320<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_320<IconProps>>>, {}, {}>;
5137
+ export declare const EdsStamp: DefineComponent<__VLS_TypePropsToOption_323<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_323<IconProps>>>, {}, {}>;
5112
5138
 
5113
- export declare const EdsStamp: DefineComponent<__VLS_TypePropsToOption_322<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_322<IconProps>>>, {}, {}>;
5139
+ export declare const EdsStampFill: DefineComponent<__VLS_TypePropsToOption_322<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_322<IconProps>>>, {}, {}>;
5114
5140
 
5115
- export declare const EdsStampFill: DefineComponent<__VLS_TypePropsToOption_321<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_321<IconProps>>>, {}, {}>;
5141
+ export declare const EdsStar: DefineComponent<__VLS_TypePropsToOption_326<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_326<IconProps>>>, {}, {}>;
5116
5142
 
5117
- export declare const EdsStar: DefineComponent<__VLS_TypePropsToOption_325<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_325<IconProps>>>, {}, {}>;
5143
+ export declare const EdsStarFill: DefineComponent<__VLS_TypePropsToOption_324<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_324<IconProps>>>, {}, {}>;
5118
5144
 
5119
- export declare const EdsStarFill: DefineComponent<__VLS_TypePropsToOption_323<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_323<IconProps>>>, {}, {}>;
5145
+ export declare const EdsStarRibbonFill: DefineComponent<__VLS_TypePropsToOption_325<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_325<IconProps>>>, {}, {}>;
5120
5146
 
5121
- export declare const EdsStarRibbonFill: DefineComponent<__VLS_TypePropsToOption_324<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_324<IconProps>>>, {}, {}>;
5147
+ export declare const EdsStepsNumber: DefineComponent<__VLS_TypePropsToOption_327<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_327<IconProps>>>, {}, {}>;
5122
5148
 
5123
- export declare const EdsStepsNumber: DefineComponent<__VLS_TypePropsToOption_326<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_326<IconProps>>>, {}, {}>;
5149
+ export declare const EdsStore: DefineComponent<__VLS_TypePropsToOption_329<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_329<IconProps>>>, {}, {}>;
5124
5150
 
5125
- export declare const EdsStore: DefineComponent<__VLS_TypePropsToOption_328<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_328<IconProps>>>, {}, {}>;
5151
+ export declare const EdsStoreFill: DefineComponent<__VLS_TypePropsToOption_328<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_328<IconProps>>>, {}, {}>;
5126
5152
 
5127
- export declare const EdsStoreFill: DefineComponent<__VLS_TypePropsToOption_327<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_327<IconProps>>>, {}, {}>;
5153
+ export declare const EdsSuspiciousDollar: DefineComponent<__VLS_TypePropsToOption_330<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_330<IconProps>>>, {}, {}>;
5128
5154
 
5129
- export declare const EdsSuspiciousDollar: DefineComponent<__VLS_TypePropsToOption_329<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_329<IconProps>>>, {}, {}>;
5155
+ export declare const EdsSwiftCode: DefineComponent<__VLS_TypePropsToOption_331<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_331<IconProps>>>, {}, {}>;
5130
5156
 
5131
- export declare const EdsSwiftCode: DefineComponent<__VLS_TypePropsToOption_330<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_330<IconProps>>>, {}, {}>;
5157
+ export declare const EdsTableSearch: DefineComponent<__VLS_TypePropsToOption_367<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_367<IconProps>>>, {}, {}>;
5132
5158
 
5133
- export declare const EdsTablist: DefineComponent<__VLS_TypePropsToOption_331<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_331<IconProps>>>, {}, {}>;
5159
+ export declare const EdsTablist: DefineComponent<__VLS_TypePropsToOption_332<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_332<IconProps>>>, {}, {}>;
5134
5160
 
5135
- export declare const EdsTaskList: DefineComponent<__VLS_TypePropsToOption_332<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_332<IconProps>>>, {}, {}>;
5161
+ export declare const EdsTaskList: DefineComponent<__VLS_TypePropsToOption_333<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_333<IconProps>>>, {}, {}>;
5136
5162
 
5137
- export declare const EdsTeam: DefineComponent<__VLS_TypePropsToOption_334<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_334<IconProps>>>, {}, {}>;
5163
+ export declare const EdsTeam: DefineComponent<__VLS_TypePropsToOption_335<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_335<IconProps>>>, {}, {}>;
5138
5164
 
5139
- export declare const EdsTeamFill: DefineComponent<__VLS_TypePropsToOption_333<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_333<IconProps>>>, {}, {}>;
5165
+ export declare const EdsTeamFill: DefineComponent<__VLS_TypePropsToOption_334<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_334<IconProps>>>, {}, {}>;
5140
5166
 
5141
- export declare const EdsTextAbnormal: DefineComponent<__VLS_TypePropsToOption_335<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_335<IconProps>>>, {}, {}>;
5167
+ export declare const EdsTextAbnormal: DefineComponent<__VLS_TypePropsToOption_336<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_336<IconProps>>>, {}, {}>;
5142
5168
 
5143
- export declare const EdsTextAddress: DefineComponent<__VLS_TypePropsToOption_336<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_336<IconProps>>>, {}, {}>;
5169
+ export declare const EdsTextAddress: DefineComponent<__VLS_TypePropsToOption_337<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_337<IconProps>>>, {}, {}>;
5144
5170
 
5145
- export declare const EdsTextApproved: DefineComponent<__VLS_TypePropsToOption_337<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_337<IconProps>>>, {}, {}>;
5171
+ export declare const EdsTextApproved: DefineComponent<__VLS_TypePropsToOption_338<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_338<IconProps>>>, {}, {}>;
5146
5172
 
5147
- export declare const EdsTextCorporate: DefineComponent<__VLS_TypePropsToOption_338<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_338<IconProps>>>, {}, {}>;
5173
+ export declare const EdsTextCorporate: DefineComponent<__VLS_TypePropsToOption_339<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_339<IconProps>>>, {}, {}>;
5148
5174
 
5149
- export declare const EdsTextDisrupt: DefineComponent<__VLS_TypePropsToOption_339<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_339<IconProps>>>, {}, {}>;
5175
+ export declare const EdsTextDisrupt: DefineComponent<__VLS_TypePropsToOption_340<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_340<IconProps>>>, {}, {}>;
5150
5176
 
5151
- export declare const EdsTextFormat: DefineComponent<__VLS_TypePropsToOption_365<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_365<IconProps>>>, {}, {}>;
5177
+ export declare const EdsTextFormat: DefineComponent<__VLS_TypePropsToOption_366<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_366<IconProps>>>, {}, {}>;
5152
5178
 
5153
- export declare const EdsTextJournal: DefineComponent<__VLS_TypePropsToOption_340<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_340<IconProps>>>, {}, {}>;
5179
+ export declare const EdsTextJournal: DefineComponent<__VLS_TypePropsToOption_341<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_341<IconProps>>>, {}, {}>;
5154
5180
 
5155
- export declare const EdsTextLogs: DefineComponent<__VLS_TypePropsToOption_341<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_341<IconProps>>>, {}, {}>;
5181
+ export declare const EdsTextLogs: DefineComponent<__VLS_TypePropsToOption_342<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_342<IconProps>>>, {}, {}>;
5156
5182
 
5157
- export declare const EdsTextNote: DefineComponent<__VLS_TypePropsToOption_342<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_342<IconProps>>>, {}, {}>;
5183
+ export declare const EdsTextNote: DefineComponent<__VLS_TypePropsToOption_343<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_343<IconProps>>>, {}, {}>;
5158
5184
 
5159
- export declare const EdsTextNumerical: DefineComponent<__VLS_TypePropsToOption_348<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_348<IconProps>>>, {}, {}>;
5185
+ export declare const EdsTextNumerical: DefineComponent<__VLS_TypePropsToOption_349<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_349<IconProps>>>, {}, {}>;
5160
5186
 
5161
- export declare const EdsTextOrder: DefineComponent<__VLS_TypePropsToOption_344<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_344<IconProps>>>, {}, {}>;
5187
+ export declare const EdsTextOrder: DefineComponent<__VLS_TypePropsToOption_345<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_345<IconProps>>>, {}, {}>;
5162
5188
 
5163
- export declare const EdsTextOrderFill: DefineComponent<__VLS_TypePropsToOption_343<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_343<IconProps>>>, {}, {}>;
5189
+ export declare const EdsTextOrderFill: DefineComponent<__VLS_TypePropsToOption_344<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_344<IconProps>>>, {}, {}>;
5164
5190
 
5165
- export declare const EdsTextSet: DefineComponent<__VLS_TypePropsToOption_345<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_345<IconProps>>>, {}, {}>;
5191
+ export declare const EdsTextSet: DefineComponent<__VLS_TypePropsToOption_346<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_346<IconProps>>>, {}, {}>;
5166
5192
 
5167
- export declare const EdsTextSigned: DefineComponent<__VLS_TypePropsToOption_347<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_347<IconProps>>>, {}, {}>;
5193
+ export declare const EdsTextSigned: DefineComponent<__VLS_TypePropsToOption_348<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_348<IconProps>>>, {}, {}>;
5168
5194
 
5169
- export declare const EdsTextSignedFill: DefineComponent<__VLS_TypePropsToOption_346<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_346<IconProps>>>, {}, {}>;
5195
+ export declare const EdsTextSignedFill: DefineComponent<__VLS_TypePropsToOption_347<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_347<IconProps>>>, {}, {}>;
5170
5196
 
5171
- export declare const EdsTextWhitelist: DefineComponent<__VLS_TypePropsToOption_350<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_350<IconProps>>>, {}, {}>;
5197
+ export declare const EdsTextWhitelist: DefineComponent<__VLS_TypePropsToOption_351<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_351<IconProps>>>, {}, {}>;
5172
5198
 
5173
- export declare const EdsTextWhitelistFill: DefineComponent<__VLS_TypePropsToOption_349<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_349<IconProps>>>, {}, {}>;
5199
+ export declare const EdsTextWhitelistFill: DefineComponent<__VLS_TypePropsToOption_350<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_350<IconProps>>>, {}, {}>;
5174
5200
 
5175
- export declare const EdsThematic: DefineComponent<__VLS_TypePropsToOption_351<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_351<IconProps>>>, {}, {}>;
5201
+ export declare const EdsThematic: DefineComponent<__VLS_TypePropsToOption_352<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_352<IconProps>>>, {}, {}>;
5176
5202
 
5177
- export declare const EdsThumbtacked: DefineComponent<__VLS_TypePropsToOption_354<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_354<IconProps>>>, {}, {}>;
5203
+ export declare const EdsThumbtacked: DefineComponent<__VLS_TypePropsToOption_355<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_355<IconProps>>>, {}, {}>;
5178
5204
 
5179
- export declare const EdsTick: DefineComponent<__VLS_TypePropsToOption_357<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_357<IconProps>>>, {}, {}>;
5205
+ export declare const EdsTick: DefineComponent<__VLS_TypePropsToOption_358<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_358<IconProps>>>, {}, {}>;
5180
5206
 
5181
- export declare const EdsTickFill: DefineComponent<__VLS_TypePropsToOption_355<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_355<IconProps>>>, {}, {}>;
5207
+ export declare const EdsTickFill: DefineComponent<__VLS_TypePropsToOption_356<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_356<IconProps>>>, {}, {}>;
5182
5208
 
5183
- export declare const EdsTickStrongFill: DefineComponent<__VLS_TypePropsToOption_356<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_356<IconProps>>>, {}, {}>;
5209
+ export declare const EdsTickStrongFill: DefineComponent<__VLS_TypePropsToOption_357<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_357<IconProps>>>, {}, {}>;
5184
5210
 
5185
- export declare const EdsTimeWait: DefineComponent<__VLS_TypePropsToOption_358<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_358<IconProps>>>, {}, {}>;
5211
+ export declare const EdsTimeWait: DefineComponent<__VLS_TypePropsToOption_359<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_359<IconProps>>>, {}, {}>;
5186
5212
 
5187
- export declare const EdsTitle: DefineComponent<__VLS_TypePropsToOption_359<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_359<IconProps>>>, {}, {}>;
5213
+ export declare const EdsTitle: DefineComponent<__VLS_TypePropsToOption_360<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_360<IconProps>>>, {}, {}>;
5188
5214
 
5189
- export declare const EdsTouch: DefineComponent<__VLS_TypePropsToOption_360<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_360<IconProps>>>, {}, {}>;
5215
+ export declare const EdsTouch: DefineComponent<__VLS_TypePropsToOption_361<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_361<IconProps>>>, {}, {}>;
5190
5216
 
5191
- export declare const EdsTradeFailed: DefineComponent<__VLS_TypePropsToOption_361<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_361<IconProps>>>, {}, {}>;
5217
+ export declare const EdsTradeFailed: DefineComponent<__VLS_TypePropsToOption_362<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_362<IconProps>>>, {}, {}>;
5192
5218
 
5193
- export declare const EdsTrendingContent: DefineComponent<__VLS_TypePropsToOption_353<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_353<IconProps>>>, {}, {}>;
5219
+ export declare const EdsTrendingContent: DefineComponent<__VLS_TypePropsToOption_354<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_354<IconProps>>>, {}, {}>;
5194
5220
 
5195
- export declare const EdsTrendingContentFill: DefineComponent<__VLS_TypePropsToOption_352<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_352<IconProps>>>, {}, {}>;
5221
+ export declare const EdsTrendingContentFill: DefineComponent<__VLS_TypePropsToOption_353<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_353<IconProps>>>, {}, {}>;
5196
5222
 
5197
- export declare const EdsTriangleFlag: DefineComponent<__VLS_TypePropsToOption_363<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_363<IconProps>>>, {}, {}>;
5223
+ export declare const EdsTriangleFlag: DefineComponent<__VLS_TypePropsToOption_364<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_364<IconProps>>>, {}, {}>;
5198
5224
 
5199
- export declare const EdsTriangleFlagFill: DefineComponent<__VLS_TypePropsToOption_362<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_362<IconProps>>>, {}, {}>;
5225
+ export declare const EdsTriangleFlagFill: DefineComponent<__VLS_TypePropsToOption_363<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_363<IconProps>>>, {}, {}>;
5200
5226
 
5201
- export declare const EdsTruck: DefineComponent<__VLS_TypePropsToOption_364<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_364<IconProps>>>, {}, {}>;
5227
+ export declare const EdsTruck: DefineComponent<__VLS_TypePropsToOption_365<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_365<IconProps>>>, {}, {}>;
5202
5228
 
5203
- export declare const EdsUneye: DefineComponent<__VLS_TypePropsToOption_366<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_366<IconProps>>>, {}, {}>;
5229
+ export declare const EdsUneye: DefineComponent<__VLS_TypePropsToOption_368<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_368<IconProps>>>, {}, {}>;
5204
5230
 
5205
- export declare const EdsUnpush: DefineComponent<__VLS_TypePropsToOption_368<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_368<IconProps>>>, {}, {}>;
5231
+ export declare const EdsUnpush: DefineComponent<__VLS_TypePropsToOption_370<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_370<IconProps>>>, {}, {}>;
5206
5232
 
5207
- export declare const EdsUnpushFill: DefineComponent<__VLS_TypePropsToOption_367<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_367<IconProps>>>, {}, {}>;
5233
+ export declare const EdsUnpushFill: DefineComponent<__VLS_TypePropsToOption_369<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_369<IconProps>>>, {}, {}>;
5208
5234
 
5209
- export declare const EdsUsdAccounting: DefineComponent<__VLS_TypePropsToOption_370<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_370<IconProps>>>, {}, {}>;
5235
+ export declare const EdsUsdAccounting: DefineComponent<__VLS_TypePropsToOption_372<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_372<IconProps>>>, {}, {}>;
5210
5236
 
5211
- export declare const EdsUsdAccountingFill: DefineComponent<__VLS_TypePropsToOption_369<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_369<IconProps>>>, {}, {}>;
5237
+ export declare const EdsUsdAccountingFill: DefineComponent<__VLS_TypePropsToOption_371<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_371<IconProps>>>, {}, {}>;
5212
5238
 
5213
- export declare const EdsUsdBillFee: DefineComponent<__VLS_TypePropsToOption_371<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_371<IconProps>>>, {}, {}>;
5239
+ export declare const EdsUsdBillFee: DefineComponent<__VLS_TypePropsToOption_373<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_373<IconProps>>>, {}, {}>;
5214
5240
 
5215
- export declare const EdsUsdPayment: DefineComponent<__VLS_TypePropsToOption_373<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_373<IconProps>>>, {}, {}>;
5241
+ export declare const EdsUsdPayment: DefineComponent<__VLS_TypePropsToOption_375<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_375<IconProps>>>, {}, {}>;
5216
5242
 
5217
- export declare const EdsUsdPaymentFill: DefineComponent<__VLS_TypePropsToOption_372<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_372<IconProps>>>, {}, {}>;
5243
+ export declare const EdsUsdPaymentFill: DefineComponent<__VLS_TypePropsToOption_374<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_374<IconProps>>>, {}, {}>;
5218
5244
 
5219
- export declare const EdsUsdReceipt: DefineComponent<__VLS_TypePropsToOption_374<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_374<IconProps>>>, {}, {}>;
5245
+ export declare const EdsUsdReceipt: DefineComponent<__VLS_TypePropsToOption_376<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_376<IconProps>>>, {}, {}>;
5220
5246
 
5221
- export declare const EdsUsdSettlement: DefineComponent<__VLS_TypePropsToOption_375<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_375<IconProps>>>, {}, {}>;
5247
+ export declare const EdsUsdSettlement: DefineComponent<__VLS_TypePropsToOption_377<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_377<IconProps>>>, {}, {}>;
5222
5248
 
5223
- export declare const EdsUserCheckValidate: DefineComponent<__VLS_TypePropsToOption_383<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_383<IconProps>>>, {}, {}>;
5249
+ export declare const EdsUserCheckValidate: DefineComponent<__VLS_TypePropsToOption_385<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_385<IconProps>>>, {}, {}>;
5224
5250
 
5225
- export declare const EdsUserEstablish: DefineComponent<__VLS_TypePropsToOption_384<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_384<IconProps>>>, {}, {}>;
5251
+ export declare const EdsUserEstablish: DefineComponent<__VLS_TypePropsToOption_386<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_386<IconProps>>>, {}, {}>;
5226
5252
 
5227
- export declare const EdsUserInformation: DefineComponent<__VLS_TypePropsToOption_376<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_376<IconProps>>>, {}, {}>;
5253
+ export declare const EdsUserInformation: DefineComponent<__VLS_TypePropsToOption_378<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_378<IconProps>>>, {}, {}>;
5228
5254
 
5229
- export declare const EdsUserMeSet: DefineComponent<__VLS_TypePropsToOption_377<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_377<IconProps>>>, {}, {}>;
5255
+ export declare const EdsUserMeSet: DefineComponent<__VLS_TypePropsToOption_379<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_379<IconProps>>>, {}, {}>;
5230
5256
 
5231
- export declare const EdsUserMobiletabbar: DefineComponent<__VLS_TypePropsToOption_379<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_379<IconProps>>>, {}, {}>;
5257
+ export declare const EdsUserMobiletabbar: DefineComponent<__VLS_TypePropsToOption_381<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_381<IconProps>>>, {}, {}>;
5232
5258
 
5233
- export declare const EdsUserMobiletabbarFill: DefineComponent<__VLS_TypePropsToOption_378<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_378<IconProps>>>, {}, {}>;
5259
+ export declare const EdsUserMobiletabbarFill: DefineComponent<__VLS_TypePropsToOption_380<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_380<IconProps>>>, {}, {}>;
5234
5260
 
5235
- export declare const EdsUserMultipleGroup: DefineComponent<__VLS_TypePropsToOption_385<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_385<IconProps>>>, {}, {}>;
5261
+ export declare const EdsUserMultipleGroup: DefineComponent<__VLS_TypePropsToOption_387<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_387<IconProps>>>, {}, {}>;
5236
5262
 
5237
- export declare const EdsUserNotification: DefineComponent<__VLS_TypePropsToOption_387<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_387<IconProps>>>, {}, {}>;
5263
+ export declare const EdsUserNotification: DefineComponent<__VLS_TypePropsToOption_389<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_389<IconProps>>>, {}, {}>;
5238
5264
 
5239
- export declare const EdsUserPreference: DefineComponent<__VLS_TypePropsToOption_381<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_381<IconProps>>>, {}, {}>;
5265
+ export declare const EdsUserPreference: DefineComponent<__VLS_TypePropsToOption_383<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_383<IconProps>>>, {}, {}>;
5240
5266
 
5241
- export declare const EdsUserPreferenceFill: DefineComponent<__VLS_TypePropsToOption_380<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_380<IconProps>>>, {}, {}>;
5267
+ export declare const EdsUserPreferenceFill: DefineComponent<__VLS_TypePropsToOption_382<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_382<IconProps>>>, {}, {}>;
5242
5268
 
5243
- export declare const EdsUserSearches: DefineComponent<__VLS_TypePropsToOption_386<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_386<IconProps>>>, {}, {}>;
5269
+ export declare const EdsUserSearches: DefineComponent<__VLS_TypePropsToOption_388<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_388<IconProps>>>, {}, {}>;
5244
5270
 
5245
- export declare const EdsUserSecurity: DefineComponent<__VLS_TypePropsToOption_382<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_382<IconProps>>>, {}, {}>;
5271
+ export declare const EdsUserSecurity: DefineComponent<__VLS_TypePropsToOption_384<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_384<IconProps>>>, {}, {}>;
5246
5272
 
5247
- export declare const EdsWallet: DefineComponent<__VLS_TypePropsToOption_392<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_392<IconProps>>>, {}, {}>;
5273
+ export declare const EdsWallet: DefineComponent<__VLS_TypePropsToOption_394<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_394<IconProps>>>, {}, {}>;
5248
5274
 
5249
- export declare const EdsWalletFill: DefineComponent<__VLS_TypePropsToOption_388<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_388<IconProps>>>, {}, {}>;
5275
+ export declare const EdsWalletFill: DefineComponent<__VLS_TypePropsToOption_390<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_390<IconProps>>>, {}, {}>;
5250
5276
 
5251
- export declare const EdsWalletNotice: DefineComponent<__VLS_TypePropsToOption_390<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_390<IconProps>>>, {}, {}>;
5277
+ export declare const EdsWalletNotice: DefineComponent<__VLS_TypePropsToOption_392<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_392<IconProps>>>, {}, {}>;
5252
5278
 
5253
- export declare const EdsWalletNoticeNews: DefineComponent<__VLS_TypePropsToOption_389<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_389<IconProps>>>, {}, {}>;
5279
+ export declare const EdsWalletNoticeNews: DefineComponent<__VLS_TypePropsToOption_391<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_391<IconProps>>>, {}, {}>;
5254
5280
 
5255
- export declare const EdsWalletSet: DefineComponent<__VLS_TypePropsToOption_391<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_391<IconProps>>>, {}, {}>;
5281
+ export declare const EdsWalletSet: DefineComponent<__VLS_TypePropsToOption_393<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_393<IconProps>>>, {}, {}>;
5256
5282
 
5257
- export declare const EdsWarning: DefineComponent<__VLS_TypePropsToOption_395<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_395<IconProps>>>, {}, {}>;
5283
+ export declare const EdsWarning: DefineComponent<__VLS_TypePropsToOption_397<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_397<IconProps>>>, {}, {}>;
5258
5284
 
5259
- export declare const EdsWarningFill: DefineComponent<__VLS_TypePropsToOption_393<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_393<IconProps>>>, {}, {}>;
5285
+ export declare const EdsWarningFill: DefineComponent<__VLS_TypePropsToOption_395<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_395<IconProps>>>, {}, {}>;
5260
5286
 
5261
- export declare const EdsWarningLonely: DefineComponent<__VLS_TypePropsToOption_394<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_394<IconProps>>>, {}, {}>;
5287
+ export declare const EdsWarningLonely: DefineComponent<__VLS_TypePropsToOption_396<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_396<IconProps>>>, {}, {}>;
5262
5288
 
5263
- export declare const EdsWebsite: DefineComponent<__VLS_TypePropsToOption_396<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_396<IconProps>>>, {}, {}>;
5289
+ export declare const EdsWebsite: DefineComponent<__VLS_TypePropsToOption_398<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_398<IconProps>>>, {}, {}>;
5264
5290
 
5265
- export declare const EdsWifi: DefineComponent<__VLS_TypePropsToOption_397<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_397<IconProps>>>, {}, {}>;
5291
+ export declare const EdsWifi: DefineComponent<__VLS_TypePropsToOption_399<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_399<IconProps>>>, {}, {}>;
5266
5292
 
5267
- export declare const EdsWinClose: DefineComponent<__VLS_TypePropsToOption_398<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_398<IconProps>>>, {}, {}>;
5293
+ export declare const EdsWinClose: DefineComponent<__VLS_TypePropsToOption_400<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_400<IconProps>>>, {}, {}>;
5268
5294
 
5269
- export declare const EdsWinMaximize: DefineComponent<__VLS_TypePropsToOption_399<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_399<IconProps>>>, {}, {}>;
5295
+ export declare const EdsWinMaximize: DefineComponent<__VLS_TypePropsToOption_401<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_401<IconProps>>>, {}, {}>;
5270
5296
 
5271
- export declare const EdsWinMinimize: DefineComponent<__VLS_TypePropsToOption_400<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_400<IconProps>>>, {}, {}>;
5297
+ export declare const EdsWinMinimize: DefineComponent<__VLS_TypePropsToOption_402<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_402<IconProps>>>, {}, {}>;
5272
5298
 
5273
- export declare const EdsWinRecoverymize: DefineComponent<__VLS_TypePropsToOption_401<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_401<IconProps>>>, {}, {}>;
5299
+ export declare const EdsWinRecoverymize: DefineComponent<__VLS_TypePropsToOption_403<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_403<IconProps>>>, {}, {}>;
5274
5300
 
5275
- export declare const EdsWithdrawMoney: DefineComponent<__VLS_TypePropsToOption_402<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_402<IconProps>>>, {}, {}>;
5301
+ export declare const EdsWithdrawMoney: DefineComponent<__VLS_TypePropsToOption_404<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_404<IconProps>>>, {}, {}>;
5276
5302
 
5277
- export declare const EdsWorkDone: DefineComponent<__VLS_TypePropsToOption_403<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_403<IconProps>>>, {}, {}>;
5303
+ export declare const EdsWorkDone: DefineComponent<__VLS_TypePropsToOption_405<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_405<IconProps>>>, {}, {}>;
5278
5304
 
5279
- export declare const EdsWorldDollar: DefineComponent<__VLS_TypePropsToOption_404<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_404<IconProps>>>, {}, {}>;
5305
+ export declare const EdsWorldDollar: DefineComponent<__VLS_TypePropsToOption_406<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_406<IconProps>>>, {}, {}>;
5280
5306
 
5281
- export declare const EdsZoomIn: DefineComponent<__VLS_TypePropsToOption_405<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_405<IconProps>>>, {}, {}>;
5307
+ export declare const EdsZoomIn: DefineComponent<__VLS_TypePropsToOption_407<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_407<IconProps>>>, {}, {}>;
5282
5308
 
5283
- export declare const EdsZoomOut: DefineComponent<__VLS_TypePropsToOption_406<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_406<IconProps>>>, {}, {}>;
5309
+ export declare const EdsZoomOut: DefineComponent<__VLS_TypePropsToOption_408<IconProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_408<IconProps>>>, {}, {}>;
5284
5310
 
5285
5311
  export declare interface FixIconProps {
5286
5312
  size?: string;