export declare type ScrollDragMode = 'horizontal' | 'vertical' | 'all';
