/// export declare const StyledQrCard: import("styled-components").StyledComponent<({ className, children }: Readonly<{ className?: string; children?: import("react").ReactNode; }>) => JSX.Element, any, {}, never>;