import { CSSProperties } from 'react'; import { LingXiEdFC } from '@lingxiteam/types'; export interface MyQRCodeEDProps { content?: string; isLogo?: boolean; srcType?: string; fileCode?: string; src?: string; color?: string; logoSize?: string; backgroundType?: any; style?: CSSProperties; } declare const MyQRCodeED: LingXiEdFC; export default MyQRCodeED;