/** * Component props / Component utils */ import type { ExtractDefaultPropTypes } from 'vue'; export declare const iconProps: { size: { type: import("vue").PropType; }; color: { type: StringConstructor; }; loading: { type: BooleanConstructor; }; }; export declare type IconProps = ExtractDefaultPropTypes;