import { ScalarType } from '../type';
export declare const backgroundColor: (color?: string, hoverColor?: string | undefined, focusColor?: string | undefined, transitionTime?: ScalarType) => import("styled-components").FlattenSimpleInterpolation;
