export class LayoutState { title?: string; layoutClass?: string; // TODO Remove this crazy stuff - the back function should always be $window.history.back() // and not for individual controllers to define! back: () => void; }