/** Design tokens that control scrollbars. */ export declare const ScrollbarToken: { /** Width of a standard scrollbar. */ readonly width: import("lit").CSSResult; /** Width of a thin scrollbar. */ readonly thinWidth: import("lit").CSSResult; /** Color of a scrollbar. */ readonly color: import("lit").CSSResult; }; //# sourceMappingURL=ScrollbarToken.d.ts.map