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