import { Property } from 'csstype'; import { TLength } from './typings'; export declare const fill: import("./typings").CssProperty; export declare const stroke: import("./typings").CssProperty<"lightest" | "lighter" | "light" | "dark" | "darker" | "darkest" | "success" | "info" | "warning" | "danger" | "primary" | "secondary" | "lightred" | "lightpurple" | "lightindigo" | "lightteal" | "lightorange" | "background" | Property.Stroke>; export declare const strokeWidth: import("./typings").CssProperty>;