import { type EnhancedComponent } from '../../utils'; import _Row from './row.vue'; import _Col from './col.vue'; export declare const Row: EnhancedComponent; export declare const Col: EnhancedComponent; export type { RowProps, RowSlots, ColProps, ColSlots } from './common';