import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; export declare const iconProps: { readonly icon: returnType, string | null>; readonly size: returnType, string | number | null>; readonly color: returnType, string | null>; }; export type IconProps = ExtractPropTypes;