import { ScrollbarColorProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface ScrollbarColorProps { /** * The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb. * * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-color */ style$ScrollbarColor: T; } export declare const scrollbarColor: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;