import { ColorScheme, Modifiers, Spacings, TextSizes } from "../dynamic"; import { BuildContext } from "./createStyler"; export declare const opacityModule: ({ withModifiers, }: BuildContext) => { opacity: (param: import("../dynamic").VariantParam<{ $number: (x: number) => { opacity: number; }; }> | import("../dynamic").VariantParamWithModifier<"marker" | "default" | "hover" | "focus" | "focusWithin" | "focusVisible" | "active" | "visited" | "target" | "first" | "last" | "only" | "odd" | "even" | "firstOfType" | "lastOfType" | "onlyOfType" | "empty" | "disabled" | "checked" | "indeterminate" | "required" | "valid" | "invalid" | "inRange" | "outOfRange" | "placeholderShown" | "autoFill" | "readOnly" | "open" | "before" | "after" | "firstLetter" | "firstLine" | "selection" | "file" | "placeholder" | "sm" | "md" | "lg" | "xl" | "2xl" | "dark" | "portrait" | "landscape" | "motionSafe" | "motionReduce" | "print" | "rtl" | "ltr", { $number: (x: number) => { opacity: number; }; }> | import("../dynamic").VariantParam<{ $number: (x: number) => { opacity: number; }; }>[]) => any; };