import type { ConversionFunction } from './types'; /** * Only background-color is expanded. * https://developer.mozilla.org/en-US/docs/Web/CSS/background */ export declare const background: ConversionFunction;