export declare const iconRecipe: import("../..").RecipeDefinition<{
    size: {
        inherit: {};
        xs: {
            boxSize: "3";
        };
        sm: {
            boxSize: "4";
        };
        md: {
            boxSize: "5";
        };
        lg: {
            boxSize: "6";
        };
        xl: {
            boxSize: "7";
        };
        "2xl": {
            boxSize: "8";
        };
    };
}>;
