import type { ExtractPropTypes } from 'vue';
export declare const iconProps: {
readonly size: {
readonly type: NumberConstructor;
};
readonly color: {
readonly type: StringConstructor;
};
};
export declare type IconProps = ExtractPropTypes<typeof iconProps>;