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