import { PluginObject } from 'vue';
import { default as component } from './masonry-wall.mjs';
type InstallableComponent = typeof component & PluginObject<never>;
declare const MasonryWall: InstallableComponent;
export default MasonryWall;
