import { type EnhancedComponent } from '../../utils'; import _Grid from './grid.vue'; import _GridItem from './grid-item.vue'; export declare const Grid: EnhancedComponent; export declare const GridItem: EnhancedComponent; export default Grid; export type { GridProps, GridSlots, GridItemProps, GridItemSlots, GridItemEmits } from './common';