import type { ExtractPropTypes } from 'vue'; export declare const iconParkProps: { readonly size: { readonly type: NumberConstructor; readonly default: 16; }; readonly stroke: { readonly type: StringConstructor; readonly default: "#333"; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: 2; }; }; export declare type IconParkProps = ExtractPropTypes;