export declare const imageViewerProps: { _constants: { type: ObjectConstructor; default: () => { MODE: { CONTAIN: { name: string; icon: string; }; ORIGINAL: { name: string; icon: string; }; }; DEFAULT_POPPER_ZINDEX: number; THUMBNAILTOP: number; MENUTOP: number; }; }; urlList: { type: ArrayConstructor; default: () => never[]; }; zIndex: { type: NumberConstructor; default: number; }; previewVisible: { type: BooleanConstructor; default: boolean; }; closeShow: { type: BooleanConstructor; default: boolean; }; arrowShow: { type: BooleanConstructor; default: boolean; }; toolShow: { type: BooleanConstructor; default: boolean; }; showIndex: { type: BooleanConstructor; default: boolean; }; imageFullCurrent: { type: BooleanConstructor; default: boolean; }; startPosition: { type: NumberConstructor; default: number; }; asyncClose: { type: BooleanConstructor; default: boolean; }; deleteButton: { type: BooleanConstructor; default: boolean; }; onSwitch: { type: FunctionConstructor; default: () => void; }; onClose: { type: FunctionConstructor; default: () => void; }; isThumbnail: { type: BooleanConstructor; default: boolean; }; isMenuView: { type: BooleanConstructor; default: boolean; }; modalView: { type: BooleanConstructor; default: boolean; }; modalHeight: { type: (NumberConstructor | StringConstructor)[]; default: number; }; bgColor: { type: StringConstructor; default: string; }; };