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