/**
 * Indicates the orientation of the scrollbar.
 * @type {'horizontal' | 'vertical'}
 */
export declare const orientation = "data-orientation";
/**
 * Present when the user scrolls inside the scroll area.
 */
export declare const scrolling = "data-scrolling";