declare const _default: { events: { readonly APP_LOADED: "APP_LOADED"; readonly ITEM_CREATED: "ITEM_CREATED"; readonly ITEM_LOADED: "ITEM_LOADED"; readonly GALLERY_CHANGE: "GALLERY_CHANGE"; readonly ITEM_ACTION_TRIGGERED: "ITEM_ACTION_TRIGGERED"; readonly CURRENT_ITEM_CHANGED: "CURRENT_ITEM_CHANGED"; readonly NEED_MORE_ITEMS: "NEED_MORE_ITEMS"; readonly VIDEO_ENDED: "VIDEO_ENDED"; readonly VIDEO_ERROR: "VIDEO_ERROR"; readonly VIDEO_PAUSED: "VIDEO_PAUSED"; readonly VIDEO_PLAYED: "VIDEO_PLAYED"; readonly HOVER_SET: "HOVER_SET"; readonly LOAD_MORE_CLICKED: "LOAD_MORE_CLICKED"; readonly ITEM_CLICKED: "ITEM_CLICKED"; readonly THUMBNAIL_CLICKED: "THUMBNAIL_CLICKED"; readonly ITEM_FOCUSED: "ITEM_FOCUSED"; readonly ITEM_LOST_FOCUS: "ITEM_LOST_FOCUS"; readonly GALLERY_SCROLLED: "GALLERY_SCROLLED"; readonly NAVIGATION_API_READY: "NAVIGATION_API_READY"; readonly GALLERY_NAVIGATION_START: "GALLERY_NAVIGATION_START"; }; deviceType: { readonly DESKTOP: "desktop"; readonly MOBILE: "mobile"; readonly TABLET: "tablet"; }; isLayout: (layoutName: any) => (options: any) => boolean; hasExternalAbovePlacement: (placement: string, idx: number) => boolean; hasExternalBelowPlacement: (placement: string, idx: number) => boolean; hasHoverPlacement: (placement: string) => boolean; hasExternalRightPlacement: (placement: string, idx: number) => boolean; hasExternalLeftPlacement: (placement: string, idx: number) => boolean; hasExternalVerticalPlacement: (placement: string) => boolean; hasExternalHorizontalPlacement: (placement: string) => boolean; isExternalAbovePlacement: (placement?: string | undefined) => boolean; isExternalBelowPlacement: (placement?: string | undefined) => boolean; isHoverPlacement: (placement: string) => boolean; isExternalRightPlacement: (placement: string) => boolean; isExternalLeftPlacement: (placement: string) => boolean; isExternalVerticalPlacement: (placement: string) => boolean; isExternalHorizontalPlacement: (placement: string) => boolean; isConstantVerticalPlacement: (placement: string) => boolean; resizeMethods: { readonly FILL: "fill"; readonly FIT: "fit"; readonly FULL: "full"; readonly VIDEO: "video"; }; socialNetworks: { readonly FACEBOOK: "facebook"; readonly TWITTER: "twitter"; readonly PINTEREST: "pinterest"; readonly EMAIL: "email"; readonly TUMBLR: "tumblr"; }; urlSizes: { readonly RESIZED: "resized"; readonly MULTI: "multi"; readonly SCALED: "scaled"; readonly PIXEL: "pixel"; readonly THUMBNAIL: "thumbnail"; readonly SQUARE: "square"; readonly FULL: "full"; readonly SAMPLE: "sample"; readonly PRELOAD: "preload"; readonly DOWNLOAD: "download"; readonly DOWNLOAD_SAMPLE: "download_sample"; readonly MAGNIFIED: "magnified"; }; urlTypes: { readonly HIGH_RES: "img"; readonly LOW_RES: "thumb"; readonly VIDEO: "video"; readonly THREE_D: "3d"; }; viewMode: { readonly SITE: "SITE"; readonly EDIT: "EDIT"; readonly PREVIEW: "PREVIEW"; readonly SEO: "SEO"; }; layoutParams_crop_method: { FILL: string; FIT: string; MIN: string; MAX: string; }; layoutParams_crop_alignment: { CENTER: string; TOP: string; LEFT: string; RIGHT: string; BOTTOM: string; }; layoutParams_structure_galleryLayout: { JSON_FIXED: number; DESIGNED_PRESET: number; EMPTY: number; COLLAGE: number; MASONRY: number; GRID: number; THUMBNAIL: number; SLIDER: number; SLIDESHOW: number; PANORAMA: number; COLUMN: number; MAGIC: number; FULLSIZE: number; BRICKS: number; MIX: number; ALTERNATE: number; }; layoutParams_structure_groupsOrder: { BY_HEIGHT: string; LEFT_TO_RIGHT: string; }; layoutParams_structure_layoutOrientation: { VERTICAL: string; HORIZONTAL: string; }; layoutParams_structure_responsiveMode: { FIT_TO_SCREEN: string; SET_ITEMS_PER_ROW: string; }; layoutParams_structure_scrollDirection: { VERTICAL: string; HORIZONTAL: string; }; layoutParams_groups_allowedGroupTypes: { 1: string; '2v': string; '2h': string; '3r': string; '3b': string; '3t': string; '3l': string; '3v': string; '3h': string; }; layoutParams_thumbnails_alignment: { BOTTOM: string; LEFT: string; TOP: string; RIGHT: string; }; layoutParams_navigationArrows_verticalAlignment: { ITEM_CENTER: string; IMAGE_CENTER: string; INFO_CENTER: string; }; layoutParams_navigationArrows_position: { ON_GALLERY: string; OUTSIDE_GALLERY: string; MOUSE_CURSOR: string; }; layoutParams_navigationArrows_type: { readonly DEFAULT_ARROW: "DEFAULT_ARROW"; readonly ARROW_2: "ARROW_2"; readonly ARROW_3: "ARROW_3"; readonly ARROW_4: "ARROW_4"; readonly ARROW_5: "ARROW_5"; readonly ARROW_6: "ARROW_6"; readonly ARROW_7: "ARROW_7"; }; layoutParams_navigationArrows_container_type: { readonly NONE: "NONE"; readonly SHADOW: "SHADOW"; readonly BOX: "BOX"; }; layoutParams_info_layout: { NO_BACKGROUND: string; ATTACHED_BACKGROUND: string; SEPARATED_BACKGROUND: string; DONT_SHOW: string; }; layoutParams_info_sizeUnits: { PERCENT: string; PIXEL: string; }; layoutParams_info_placement: { OVERLAY: string; ABOVE: string; BELOW: string; LEFT: string; RIGHT: string; ALTERNATE_HORIZONTALLY: string; ALTERNATE_VERTICALLY: string; }; layoutParams_targetItemSize_unit: { SMART: string; PIXEL: string; PERCENT: string; }; behaviourParams_item_clickAction: { ACTION: string; LINK: string; NOTHING: string; MAGNIFY: string; }; behaviourParams_item_video_playTrigger: { HOVER: string; AUTO: string; CLICK: string; }; behaviourParams_item_overlay_hoveringBehaviour: { APPEARS: string; DISAPPEARS: string; ALWAYS_SHOW: string; NEVER_SHOW: string; }; behaviourParams_item_overlay_hoverAnimation: { NO_EFFECT: string; FADE_IN: string; EXPAND: string; SLIDE_UP: string; SLIDE_RIGHT: string; SLIDE_DOWN: string; SLIDE_LEFT: string; }; behaviourParams_item_overlay_position: { LEFT: string; RIGHT: string; BOTTOM: string; TOP: string; CENTERED_VERTICALLY: string; CENTERED_HORIZONTALLY: string; }; behaviourParams_item_overlay_sizeUnits: { PIXEL: string; PERCENT: string; }; behaviourParams_item_content_hoverAnimation: { NO_EFFECT: string; ZOOM_IN: string; TILT: string; BLUR: string; GRAYSCALE: string; SHRINK: string; INVERT: string; COLOR_IN: string; DARKENED: string; MAIN_COLOR: string; }; behaviourParams_item_content_placementAnimation: { NO_EFFECT: string; SLIDE: string; }; behaviourParams_item_content_loader: { BLUR: string; COLOR: string; MAIN_COLOR: string; }; behaviourParams_item_secondaryMedia_trigger: { OFF: string; HOVER: string; }; behaviourParams_item_secondaryMedia_behaviour: { APPEARS: string; }; behaviourParams_gallery_layoutDirection: { LEFT_TO_RIGHT: string; RIGHT_TO_LEFT: string; }; behaviourParams_gallery_scrollAnimation: { NO_EFFECT: string; FADE_IN: string; GRAYSCALE: string; SLIDE_UP: string; EXPAND: string; SHRINK: string; ZOOM_OUT: string; ONE_COLOR: string; MAIN_COLOR: string; BLUR: string; }; behaviourParams_gallery_vertical_loadMore_amount: { PARTIAL: string; ALL: string; }; behaviourParams_gallery_horizontal_slideAnimation: { SCROLL: string; FADE: string; DECK: string; }; behaviourParams_gallery_horizontal_slideTransition: { EASE: string; }; behaviourParams_gallery_horizontal_autoSlide_behaviour: { OFF: string; INTERVAL: string; CONTINUOUS: string; }; behaviourParams_gallery_horizontal_slideshowInfo_buttonsAlignment: { LEFT: string; RIGHT: string; CENTER: string; }; behaviourParams_item_threeDimensionalScene_playTrigger: { HOVER: string; AUTO: string; CLICK: string; }; parse3DDimensions: (dimensions: string) => { x: number; y: number; z: number; }; stylingParams_itemResolutionMode: { FULL: string; SCALED_DOWN: string; }; layoutParams_thumbnails_position: { readonly ON_GALLERY: "ON_GALLERY"; readonly OUTSIDE_GALLERY: "OUTSIDE_GALLERY"; }; }; export default _default; //# sourceMappingURL=index.d.ts.map