/** * FluxStack — flex-based layout primitive. Variants: direction × gap * × align × justify. Children pass through (looked up by id via * ctx.slots). */ import type { FluxRenderer } from "./types.js"; declare const FluxStack: FluxRenderer; export default FluxStack; //# sourceMappingURL=FluxStack.d.ts.map