import { IViewComponentStateMethods } from "./IViewComponentStateMethods";
export interface IViewComponentState extends IViewComponentStateMethods {
}
