import { Property } from 'csstype'; import { TLength } from './typings'; export declare const backgroundColor: import("./typings").CssProperty<"lightest" | "lighter" | "light" | "dark" | "darker" | "darkest" | "success" | "info" | "warning" | "danger" | "primary" | "secondary" | "lightred" | "lightpurple" | "lightindigo" | "lightteal" | "lightorange" | "background" | Property.BackgroundColor>; export declare const backgroundAttachment: import("./typings").CssProperty; export declare const backgroundClip: import("./typings").CssProperty; export declare const backgroundImage: import("./typings").CssProperty; export declare const backgroundOpacity: import("./typings").CssProperty; export declare const backgroundOrigin: import("./typings").CssProperty; export declare const backgroundPosition: import("./typings").CssProperty>; export declare const backgroundRepeat: import("./typings").CssProperty; export declare const backgroundSize: import("./typings").CssProperty>;