import type { RowJustify, RowAlign } from './interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly gutter: { readonly type: NumberConstructor; readonly default: 0; }; readonly justify: { readonly type: PropType; readonly default: "start"; }; readonly align: { readonly type: PropType; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: "start"; }; readonly align: { readonly type: PropType; }; }>>, { readonly tag: string; readonly gutter: number; readonly justify: RowJustify; }, {}>; export default _sfc_main;