import { Property } from 'csstype'; import { TLength } from './typings'; export declare const border: import("./typings").CssProperty>; export declare const borderTop: import("./typings").CssProperty>; export declare const borderBottom: import("./typings").CssProperty>; export declare const borderLeft: import("./typings").CssProperty>; export declare const borderRight: import("./typings").CssProperty>; export declare const borderColor: import("./typings").CssProperty<"lightest" | "lighter" | "light" | "dark" | "darker" | "darkest" | "success" | "info" | "warning" | "danger" | "primary" | "secondary" | "lightred" | "lightpurple" | "lightindigo" | "lightteal" | "lightorange" | "background" | Property.BorderColor>; export declare const borderTopColor: import("./typings").CssProperty<"lightest" | "lighter" | "light" | "dark" | "darker" | "darkest" | "success" | "info" | "warning" | "danger" | "primary" | "secondary" | "lightred" | "lightpurple" | "lightindigo" | "lightteal" | "lightorange" | "background" | Property.BorderTopColor>; export declare const borderBottomColor: import("./typings").CssProperty<"lightest" | "lighter" | "light" | "dark" | "darker" | "darkest" | "success" | "info" | "warning" | "danger" | "primary" | "secondary" | "lightred" | "lightpurple" | "lightindigo" | "lightteal" | "lightorange" | "background" | Property.BorderBottomColor>; export declare const borderLeftColor: import("./typings").CssProperty<"lightest" | "lighter" | "light" | "dark" | "darker" | "darkest" | "success" | "info" | "warning" | "danger" | "primary" | "secondary" | "lightred" | "lightpurple" | "lightindigo" | "lightteal" | "lightorange" | "background" | Property.BorderLeftColor>; export declare const borderRightColor: import("./typings").CssProperty<"lightest" | "lighter" | "light" | "dark" | "darker" | "darkest" | "success" | "info" | "warning" | "danger" | "primary" | "secondary" | "lightred" | "lightpurple" | "lightindigo" | "lightteal" | "lightorange" | "background" | Property.BorderRightColor>; export declare const borderImage: import("./typings").CssProperty; export declare const borderImageOutset: import("./typings").CssProperty>; export declare const borderImageRepeat: import("./typings").CssProperty; export declare const borderImageSlice: import("./typings").CssProperty; export declare const borderImageSource: import("./typings").CssProperty; export declare const borderImageWidth: import("./typings").CssProperty>; export declare const borderOpacity: import("./typings").CssProperty; export declare const borderTopOpacity: import("./typings").CssProperty; export declare const borderBottomOpacity: import("./typings").CssProperty; export declare const borderLeftOpacity: import("./typings").CssProperty; export declare const borderRightOpacity: import("./typings").CssProperty; export declare const borderRadius: import("./typings").CssProperty>; export declare const borderTopLeftRadius: import("./typings").CssProperty>; export declare const borderBottomLeftRadius: import("./typings").CssProperty>; export declare const borderTopRightRadius: import("./typings").CssProperty>; export declare const borderBottomRightRadius: import("./typings").CssProperty>; export declare const borderStyle: import("./typings").CssProperty; export declare const borderTopStyle: import("./typings").CssProperty; export declare const borderBottomStyle: import("./typings").CssProperty; export declare const borderLeftStyle: import("./typings").CssProperty; export declare const borderRightStyle: import("./typings").CssProperty; export declare const borderWidth: import("./typings").CssProperty; export declare const borderTopWidth: import("./typings").CssProperty; export declare const borderBottomWidth: import("./typings").CssProperty; export declare const borderLeftWidth: import("./typings").CssProperty; export declare const borderRightWidth: import("./typings").CssProperty; export declare const boxShadow: import("./typings").CssProperty<"sm" | "md" | "lg" | "xl" | "xs" | "2xl" | "default" | "inner" | "outline" | Property.BoxShadow>;