import type { BasicType, VmSize } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly vertical: BasicType; readonly nowrap: BasicType; readonly spacing: BasicType, VmSize | null>; readonly rowGap: BasicType, string | null>; readonly columnGap: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly nowrap: BasicType; readonly spacing: BasicType, VmSize | null>; readonly rowGap: BasicType, string | null>; readonly columnGap: BasicType, string | null>; }>>, { readonly vertical: boolean; readonly columnGap: string; readonly rowGap: string; readonly nowrap: boolean; readonly spacing: VmSize; }>; export default _sfc_main;