/** * Custom styles for the scroll-panel component * Edit this file to customize the appearance */ export interface ScrollPanelClasses { container: string; wrapper: string; content: string; bar: { vertical: string; horizontal: string; }; } export declare const defaultClasses: ScrollPanelClasses;