import type { ExtractPropTypes } from 'vue'; import type Row from './row.vue'; export declare const RowJustify: readonly ["start", "center", "end", "space-around", "space-between", "space-evenly"]; export declare const RowAlign: readonly ["start", "center", "end"]; export declare const rowProps: { readonly tag: import("bigin-ui/es/utils").EpPropFinalized; readonly gutter: import("bigin-ui/es/utils").EpPropFinalized; readonly justify: import("bigin-ui/es/utils").EpPropFinalized; readonly items: import("bigin-ui/es/utils").EpPropFinalized; }; export declare type RowProps = ExtractPropTypes; export declare type RowInstance = InstanceType;