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