import type { ExtractPropTypes } from 'vue'; export declare const paramItemProps: { readonly label: { readonly type: StringConstructor; readonly default: ""; }; readonly value: { readonly type: readonly [StringConstructor, NumberConstructor]; readonly default: ""; }; readonly tip: { readonly type: StringConstructor; readonly default: ""; }; readonly labelWidth: { readonly type: StringConstructor; readonly default: (rawProps: any) => any; }; readonly wrap: BooleanConstructor; }; export type ParamItemProps = ExtractPropTypes;