/**
 * A function that generates CSS to hide scrollbars for the given CSS selector.
 *
 * @category Styles
 */
export declare function hideScrollbars(selector: string): import("element-vir").CSSResult;
