export interface IViewComponent {
    render(): void;
}
