import { ExtractPropTypes } from 'vue'; export declare const iconProps: { name: { type: StringConstructor; }; dot: { type: BooleanConstructor; }; badge: { type: StringConstructor; }; color: { type: StringConstructor; }; }; export declare type IconProps = ExtractPropTypes;