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