import { ScrollbarStylesProps } from './types'; export declare const getDefaultScrollbar: () => import('styled-components').FlattenInterpolation>; export declare const getCustomScrollbar: ({ width, height, borderRadius, isThin, thumbColor, thumbColorHover, trackColor, trackColorHover, theme, }?: ScrollbarStylesProps) => import('styled-components').FlattenInterpolation>;