declare const GalleryConstants: { CLASSNAME: string; ACTIVE: string; LIMIT: number; ICONS: { MORE: string; LEFT: string; RIGHT: string; }; DIRECTION: { LEFT: string; RIGHT: string; }; }; export default GalleryConstants;