export declare const qrCodeSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "overlay" | "pattern" | "frame" | "downloadTrigger", {
    size: {
        "2xs": {
            root: {
                "--qr-code-size": "40px";
            };
        };
        xs: {
            root: {
                "--qr-code-size": "64px";
            };
        };
        sm: {
            root: {
                "--qr-code-size": "80px";
            };
        };
        md: {
            root: {
                "--qr-code-size": "120px";
            };
        };
        lg: {
            root: {
                "--qr-code-size": "160px";
            };
        };
        xl: {
            root: {
                "--qr-code-size": "200px";
            };
        };
        "2xl": {
            root: {
                "--qr-code-size": "240px";
            };
        };
        full: {
            root: {
                "--qr-code-size": "100%";
            };
        };
    };
}>;
