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