/**
 * Copyright (c) 2017 ~ present NAVER Corp.
 * billboard.js project is licensed under the MIT license
 */
import {Plugin} from "../plugin";
import {StanfordOptions} from "./options";

export default class Stanford extends Plugin {
	/**
	 * Generate stanford diagram
     */
	constructor(options: StanfordOptions);
}
