/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /// declare const SETTINGS_ICON: JSX.Element; declare const EDIT_ICON: JSX.Element; declare const DELETE_ICON: JSX.Element; declare const REFRESH_ICON: JSX.Element; declare const BACK_ICON: JSX.Element; declare const SAVE_ICON: JSX.Element; declare const FORWARD_ICON: JSX.Element; declare const ZOOM_BACK: JSX.Element; declare const UNDO_ICON: JSX.Element; declare const REDO_ICON: JSX.Element; declare const MAIL_ICON: JSX.Element; export { SETTINGS_ICON, EDIT_ICON, DELETE_ICON, REFRESH_ICON, BACK_ICON, SAVE_ICON, FORWARD_ICON, ZOOM_BACK, UNDO_ICON, REDO_ICON, MAIL_ICON, };