import type { ScrollerScrollIndicatorPosition } from './types'; export declare const getComponentCss: (scrollbar: boolean, alignScrollIndicator: ScrollerScrollIndicatorPosition, hasOverflow: boolean, canScrollLeft: boolean, canScrollRight: boolean) => string; //# sourceMappingURL=diwa-scroller-styles.d.ts.map