/** * Styles the default scrollbar to be more pretty and less intrusive (especially on dark backgrounds), (similar to MacOS) */ export declare function prettyScrollbar(root?: Element | undefined): HTMLStyleElement; //# sourceMappingURL=styles.d.ts.map