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