import type { FlexAlign, FlexJustify } from "./Flex.js"; export type RowProps = { /** Spacing scale step (0..12) used for the column gutter. */ gutter?: number; align?: FlexAlign; justify?: FlexJustify; wrap?: boolean; as?: string; class?: string; }; export declare const Row: import("vue").DefineComponent FlexAlign; default: undefined; }; justify: { type: () => FlexJustify; default: undefined; }; wrap: { type: BooleanConstructor; default: boolean; }; 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; }; wrap: { type: BooleanConstructor; default: boolean; }; as: { type: StringConstructor; default: string; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { align: FlexAlign; class: string; wrap: boolean; justify: FlexJustify; as: string; gutter: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Row.d.ts.map