import { ColorScheme, Modifiers, Spacings, TextSizes } from "../dynamic"; import { BuildContext } from "./createStyler"; export declare const svgModule: ({ colors, withColors, withModifiers, }: BuildContext) => { stroke: (param: import("../dynamic").VariantParam<{ inherit: () => { stroke: "inherit"; }; current: () => { stroke: "currentColor"; }; $number: (x: number) => { strokeWidth: number; }; $custom: import("../dynamic").CombinableHandler>; }> | 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", { inherit: () => { stroke: "inherit"; }; current: () => { stroke: "currentColor"; }; $number: (x: number) => { strokeWidth: number; }; $custom: import("../dynamic").CombinableHandler>; }> | import("../dynamic").VariantParam<{ inherit: () => { stroke: "inherit"; }; current: () => { stroke: "currentColor"; }; $number: (x: number) => { strokeWidth: number; }; $custom: import("../dynamic").CombinableHandler>; }>[]) => any; fill: (param: import("../dynamic").VariantParam<{ inherit: () => { fill: "inherit"; }; current: () => { fill: "currentColor"; }; $custom: import("../dynamic").CombinableHandler>; }> | 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", { inherit: () => { fill: "inherit"; }; current: () => { fill: "currentColor"; }; $custom: import("../dynamic").CombinableHandler>; }> | import("../dynamic").VariantParam<{ inherit: () => { fill: "inherit"; }; current: () => { fill: "currentColor"; }; $custom: import("../dynamic").CombinableHandler>; }>[]) => any; };