import { svgText, svgContents } from '../ele-qr-code-svg/qrcodegen'; import { ImageOption, GetOption } from './types'; export declare function getImageData>(option: ImageOption, markCount: number): void; export declare function getProps(contents?: any): { svgKey: import('vue').Ref; svgProps: Record; svgConfig: import('../ele-config-provider/types').GlobalProvide; imageId: import('vue').ComputedRef; }; export declare const getOption: GetOption; export declare const svgProp: any; export { svgText, svgContents };