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