import { IPropertyListDescriptor } from '../IPropertyDescriptor';
import { LengthPercentageTuple } from '../types/length-percentage';
export declare type BackgroundPosition = BackgroundImagePosition[];
export declare type BackgroundImagePosition = LengthPercentageTuple;
export declare const backgroundPosition: IPropertyListDescriptor<BackgroundPosition>;
