import { iTailwindTheme } from './types';
export declare const createBackgroundStyles: ({ theme, e, addUtilities, }: {
    theme: iTailwindTheme;
    e: any;
    addUtilities: Function;
}) => void;
export default createBackgroundStyles;
