import { BaseField } from "../baseField.model"; import { DynAttachment } from "../dynAttachment"; export declare class ImageWithMarkersFieldStyleCSS { ContainerNormale?: string; ContainerMouseover?: string; DescrizioneNormale?: string; DescrizioneMouseover?: string; BottoneMarcaNormale?: string; BottoneMarcaMouseover?: string; } export declare class ImageWithMarkersField extends BaseField { DynAttachment: DynAttachment; DynAttachmentID: number; ResizedImagesHeightPx: number; ImageWithMarkersFieldStyleCSS?: ImageWithMarkersFieldStyleCSS; }