import forms from '@tailwindcss/forms';
import { Config } from 'tailwindcss/types/config';
export declare const sansFontFamily = "Inter Variable";
export declare const monoFontFamily = "Inconsolata Variable";
declare const _default: {
    content: string[];
    darkMode: "class";
    plugins: (typeof forms | {
        handler: () => void;
    } | {
        handler: import("tailwindcss/types/config").PluginCreator;
        config?: Partial<Config>;
    })[];
    theme: {
        extend: {
            borderRadius: {
                default: string;
            };
            borderColor: {
                DEFAULT: string;
            };
            colors: {
                border: string;
                input: string;
                background: string;
                primary: string;
                'primary-foreground': string;
                card: string;
                'card-foreground': string;
                muted: string;
                'muted-foreground': string;
                foreground: string;
                destructive: string;
                'destructive-foreground': string;
                accent: string;
                'accent-foreground': string;
                popover: string;
                'popover-foreground': string;
                ring: string;
                divider: string;
                'selectable-hover': string;
                'focus-ring': string;
                'focus-ring-offset': string;
                live: string;
                'sentiment-positive': string;
                'sentiment-neutral': string;
                'sentiment-warning': string;
                'sentiment-negative': string;
            };
            spacing: {
                'spacing-focus-ring': string;
            };
            ringWidth: {
                'spacing-focus-ring': string;
            };
            ringOffsetWidth: {
                'focus-ring': string;
            };
            fontFamily: {
                sans: string[];
                mono: string[];
            };
            keyframes: {
                'accordion-down': {
                    from: {
                        height: string;
                    };
                    to: {
                        height: string;
                    };
                };
                'accordion-up': {
                    from: {
                        height: string;
                    };
                    to: {
                        height: string;
                    };
                };
            };
            animation: {
                'accordion-down': string;
                'accordion-up': string;
            };
        };
    };
};
export default _default;
