import { ExtractPropTypes } from 'vue'; export declare const rowProps: { readonly gutter: { readonly type: NumberConstructor; readonly default: 16; }; readonly type: StringConstructor; readonly justify: { readonly type: StringConstructor; readonly default: "start"; }; readonly align: StringConstructor; }; export type RowProps = ExtractPropTypes;