import { default as Row } from './row';
import { ComponentPublicInstance } from 'vue';
export { Row };
export { rowProps } from './props';
export type RowExposed = ComponentPublicInstance & InstanceType<typeof Row>;
export type { RowProps, RowCProps } from './props';
export type { RowGridJustify, RowGridAlign, ColumnFlex } from './symbol';
