import { ScalarType } from '../type'; export declare const backgroundColor: (color?: string, hoverColor?: string | undefined, focusColor?: string | undefined, transitionTime?: ScalarType) => import("@emotion/utils").SerializedStyles;