/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const previous = "scrollview.previous"; /** * @hidden */ export declare const next = "scrollview.next"; /** * @hidden */ export declare const messages: { "scrollview.previous": string; "scrollview.next": string; };