import { Styles } from '../types/style'; declare function backgrounds(...properties: Array): Styles; export default backgrounds;