declare interface IPartExplorer extends IApp { // Subparts. readonly partScroller: IScroller> // Components. readonly subjects: IPartAny[] } declare type IPartExplorerAny = IPartExplorer declare const thisPartExplorer: IPartExplorerAny