type __VLS_Props = { /** 二维码内容 */ text?: string; /** 二维码尺寸 */ size?: number; /** 二维码颜色 */ fill?: string; /** 二维码纠错等级, L、M、Q、H */ level?: string; iconSrc?: string; }; declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { fill: string; size: number; level: string; iconSrc: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;