import { IpUserInterfaceService } from '../../services/internals/user-interfaces/user-interface.service'; import { IpEmailObjectStoreService } from '../../services/internals/ip-email-object-store/ip-email-object-store.service'; export declare class StructureSettingsComponent { private ipInternalService; private emailObject; currentStructure$: import("rxjs").Observable; constructor(ipInternalService: IpUserInterfaceService, emailObject: IpEmailObjectStoreService); markForCheck(): void; }