import {System} from "../System";
import Engine from "../../Engine";
import View from "../../../view/View";
import GUIElement from "./GUIElement";

export default class GUIElementSystem extends System<GUIElement> {
    constructor(container: View, engine: Engine)
}
