export declare const twMergeConfig: {
    prefix: string;
    extend: {
        classGroups: {
            'bg-color': {
                bg: ((value: string) => boolean)[];
            }[];
            'text-color': {
                text: ((value: string) => boolean)[];
            }[];
            'border-color': {
                border: ((value: string) => boolean)[];
            }[];
            'outline-color': {
                outline: ((value: string) => boolean)[];
            }[];
            'ring-color': {
                ring: ((value: string) => boolean)[];
            }[];
            'ring-offset-color': {
                'ring-offset': ((value: string) => boolean)[];
            }[];
            'divide-color': {
                divide: ((value: string) => boolean)[];
            }[];
            'text-decoration-color': {
                decoration: ((value: string) => boolean)[];
            }[];
            'gradient-color-from': {
                from: ((value: string) => boolean)[];
            }[];
            'gradient-color-via': {
                via: ((value: string) => boolean)[];
            }[];
            'gradient-color-to': {
                to: ((value: string) => boolean)[];
            }[];
            p: {
                p: string[];
            }[];
            px: {
                px: string[];
            }[];
            py: {
                py: string[];
            }[];
            ps: {
                ps: string[];
            }[];
            pe: {
                pe: string[];
            }[];
            pt: {
                pt: string[];
            }[];
            pr: {
                pr: string[];
            }[];
            pb: {
                pb: string[];
            }[];
            pl: {
                pl: string[];
            }[];
            m: {
                m: string[];
            }[];
            mx: {
                mx: string[];
            }[];
            my: {
                my: string[];
            }[];
            ms: {
                ms: string[];
            }[];
            me: {
                me: string[];
            }[];
            mt: {
                mt: string[];
            }[];
            mr: {
                mr: string[];
            }[];
            mb: {
                mb: string[];
            }[];
            ml: {
                ml: string[];
            }[];
            gap: {
                gap: string[];
            }[];
            'gap-x': {
                'gap-x': string[];
            }[];
            'gap-y': {
                'gap-y': string[];
            }[];
            'space-x': {
                'space-x': string[];
            }[];
            'space-y': {
                'space-y': string[];
            }[];
            'scroll-p': {
                'scroll-p': string[];
            }[];
            'scroll-px': {
                'scroll-px': string[];
            }[];
            'scroll-py': {
                'scroll-py': string[];
            }[];
            'scroll-ps': {
                'scroll-ps': string[];
            }[];
            'scroll-pe': {
                'scroll-pe': string[];
            }[];
            'scroll-pt': {
                'scroll-pt': string[];
            }[];
            'scroll-pr': {
                'scroll-pr': string[];
            }[];
            'scroll-pb': {
                'scroll-pb': string[];
            }[];
            'scroll-pl': {
                'scroll-pl': string[];
            }[];
            'scroll-m': {
                'scroll-m': string[];
            }[];
            'scroll-mx': {
                'scroll-mx': string[];
            }[];
            'scroll-my': {
                'scroll-my': string[];
            }[];
            'scroll-ms': {
                'scroll-ms': string[];
            }[];
            'scroll-me': {
                'scroll-me': string[];
            }[];
            'scroll-mt': {
                'scroll-mt': string[];
            }[];
            'scroll-mr': {
                'scroll-mr': string[];
            }[];
            'scroll-mb': {
                'scroll-mb': string[];
            }[];
            'scroll-ml': {
                'scroll-ml': string[];
            }[];
            typography: {
                typography: string[];
            }[];
            'font-size': {
                text: string[];
            }[];
            rounded: {
                rounded: string[];
            }[];
            'rounded-s': {
                'rounded-s': string[];
            }[];
            'rounded-e': {
                'rounded-e': string[];
            }[];
            'rounded-t': {
                'rounded-t': string[];
            }[];
            'rounded-r': {
                'rounded-r': string[];
            }[];
            'rounded-b': {
                'rounded-b': string[];
            }[];
            'rounded-l': {
                'rounded-l': string[];
            }[];
            'rounded-ss': {
                'rounded-ss': string[];
            }[];
            'rounded-se': {
                'rounded-se': string[];
            }[];
            'rounded-ee': {
                'rounded-ee': string[];
            }[];
            'rounded-es': {
                'rounded-es': string[];
            }[];
            'rounded-tl': {
                'rounded-tl': string[];
            }[];
            'rounded-tr': {
                'rounded-tr': string[];
            }[];
            'rounded-br': {
                'rounded-br': string[];
            }[];
            'rounded-bl': {
                'rounded-bl': string[];
            }[];
            shadow: {
                shadow: string[];
            }[];
        };
    };
};
