export interface IRenderable {
    render(): void;
}
