import * as _nex_ui_system from '@nex-ui/system';

declare const flexRecipe: _nex_ui_system.RecipeRuntimeFn<{
    inline: {
        true: {
            display: "inline-flex";
        };
    };
}>;
type FlexRecipe = typeof flexRecipe;

export { flexRecipe };
export type { FlexRecipe };
