/** * SVG icons gotten from https://svgrepo.com */ declare const _default: { zoomIn: string; zoomOut: string; resetZoom: string; rotate: string; rotate_once: string; rotate_once_anti_clockwise: string; rotate_anticlockwise: string; }; export default _default;