/// import { Config } from "@styled-system/core"; import { BackgroundColorProperty } from "../utils/csstype"; import { OptionalResponsiveProp } from "../utils/types"; /** */ export interface BackgroundColorProps { /** Sets the background color of an element. */ backgroundColor?: OptionalResponsiveProp; } export declare const config: Config; export declare const backgroundColor: import("@styled-system/core").styleFn; export declare const backgroundColorPropTypes: import("../../../private_utils").ObjectMap>;