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