import React from 'react';
interface IProps {
    value: string;
    color?: string;
    width?: number;
    backgroundColor?: string;
    foregroundColor?: string;
}
export declare const QRCodeEX: React.FunctionComponent<React.PropsWithChildren<IProps>>;
export {};
