import { RtShowEntity } from './RtShowEntity'; export declare class RtShowEntitiesWithCustomization extends RtShowEntity { isEnabled: boolean; customizationEntities: Array; protected ResetBeforeLoadFrom(): void; ConvertToJsonObject(): {}; LoadFromJsonObject(obj: {}): void; protected getTClass(): typeof RtShowEntitiesWithCustomization; }