import { CSSProperties } from "./tailwind-parser"; export declare function parseScrollClass(className: string): CSSProperties | null;