interface WCQRCodeProps {
    value?: string;
}
export declare const WCQRCode: ({ value }: WCQRCodeProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export {};
