declare type BackgroundRepeatModeType = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat'; export declare const getBackgroundRepeatMode: (mode?: string | undefined) => BackgroundRepeatModeType | undefined; export {};