import type { FlexAlign, FlexJustify } from "./Flex.js"; export type StackProps = { /** Spacing scale step (0..12) mapped to `--st-spacing-*`. */ gap?: number; align?: FlexAlign; justify?: FlexJustify; as?: string; class?: string; }; export declare const Stack: import("vue").DefineComponent FlexAlign; default: undefined; }; justify: { type: () => FlexJustify; default: undefined; }; as: { type: StringConstructor; default: string; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly FlexAlign; default: undefined; }; justify: { type: () => FlexJustify; default: undefined; }; as: { type: StringConstructor; default: string; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { align: FlexAlign; class: string; justify: FlexJustify; gap: number; as: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Stack.d.ts.map