import { RuntimeFn } from '@vanilla-extract/recipes'; export declare const FLEX_STYLES: { recipe: RuntimeFn<{ inline: { true: { display: "inline-flex"; }; }; }>; };