import { PropType } from 'vue'; export declare const iconProps: { readonly color: StringConstructor; readonly size: PropType; };