export type MasonryPluginOptions = {
    /**
     * The name of the vue element.
     * @default 'masonry'
     */
    name?: string;
};
//# sourceMappingURL=plugin-options.d.ts.map