import { StyleOptions } from '../../types'; export interface BackgroundColorProps { /** * The **`background-color`** CSS property sets the background color of an element. * * @see https://developer.mozilla.org/docs/Web/CSS/background-color */ style$BackgroundColor: T; } export declare const backgroundColor: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;