import React from 'react'; export interface IBackgroundStyleSetterProps { className?: string; style?: React.CSSProperties; } export declare const BackgroundStyleSetter: React.FC;