import Row from './src/row.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElRow: SFCWithInstall<typeof Row>;
export default ElRow;
export * from './src/row';
export * from './src/constants';