import { ScrollbarWidthPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface ScrollbarWidthProps { /** * The **`scrollbar-width`** property allows the author to set the maximum thickness of an element’s scrollbars when they are shown. * * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-width */ style$ScrollbarWidth: T; } export declare const scrollbarWidth: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;