interface AnimatedQRCodeProps { value?: string; } export declare function AnimatedQRCode({ value }: AnimatedQRCodeProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};