import { JustifiedGrid as VanillaJustifiedGrid } from "@egjs/grid"; import { VueGridInterface } from "../types"; export declare const JustifiedGrid: VueGridInterface; export declare type JustifiedGrid = VueGridInterface;