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