import { IWidthHeight } from '../interfaces/interfaces'; import { IpEmailObjectStoreService } from '../services/internals/ip-email-object-store/ip-email-object-store.service'; export declare class WidthHeightComponent { private emailObject; model: IWidthHeight; label: string; disabled: boolean; private units; constructor(emailObject: IpEmailObjectStoreService); markForCheck(): void; getLabel(): string; toggleChange({ checked }: { checked: any; }): void; getUnits(): import("../interfaces/interfaces").TUnits[]; disableValueField(): boolean; showAutoSlider(): boolean; getUnitLabel(unit: string): string; }