import type { FunctionalComponent } from 'vue'; declare const Grid: FunctionalComponent<{}, {}>; export default Grid;