import type { RowJustify, RowAlign } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../../utils'; import Row from "./src/row"; export declare const FzRow: Install; 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 type RowInstance = InstanceType; export * from './src/interface'; export default FzRow;