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