export const theme: {
    screens: Record<"sm" | "md" | "lg" | "xl" | "2xl", string>;
    supports: Record<string, string>;
    data: Record<string, string>;
    colors: any;
    spacing: any;
    container: Partial<{
        screens: import("tailwindcss/types/config.js").ScreensConfig;
        center: boolean;
        padding: string | Record<string, string>;
    }>;
    inset: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    zIndex: Record<"0" | "10" | "20" | "40" | "30" | "50" | "auto", string>;
    order: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "first" | "last" | "none", string>;
    gridColumn: Record<"auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full", string>;
    gridColumnStart: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "13", string>;
    gridColumnEnd: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "13", string>;
    gridRow: Record<"auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full", string>;
    gridRowStart: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "13", string>;
    gridRowEnd: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "13", string>;
    margin: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    aspectRatio: Record<"auto" | "square" | "video", string>;
    height: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    maxHeight: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    minHeight: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    width: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    maxWidth: import("tailwindcss/types/config.js").KeyValuePair<string, string> & {
        sm: string;
        md: string;
        lg: string;
        xl: string;
    };
    minWidth: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    flex: Record<"1" | "auto" | "none" | "initial", string>;
    flexShrink: Record<"0" | "DEFAULT", string>;
    flexGrow: Record<"0" | "DEFAULT", string>;
    flexBasis: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    borderSpacing: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    transformOrigin: Record<"top" | "left" | "right" | "bottom" | "center" | "top-right" | "bottom-right" | "bottom-left" | "top-left", string>;
    translate: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    rotate: Record<"0" | "1" | "2" | "3" | "6" | "12" | "45" | "90" | "180", string>;
    skew: Record<"0" | "1" | "2" | "3" | "6" | "12", string>;
    scale: Record<"0" | "50" | "90" | "75" | "95" | "100" | "105" | "110" | "125" | "150", string>;
    animation: Record<"none" | "spin" | "ping" | "pulse" | "bounce", string>;
    keyframes: Record<"spin" | "ping" | "pulse" | "bounce", Record<string, import("tailwindcss/types/generated/default-theme.js").CSSDeclarationList>>;
    cursor: Record<"auto" | "none" | "default" | "pointer" | "wait" | "text" | "move" | "help" | "not-allowed" | "context-menu" | "progress" | "cell" | "crosshair" | "vertical-text" | "alias" | "copy" | "no-drop" | "grab" | "grabbing" | "all-scroll" | "col-resize" | "row-resize" | "n-resize" | "e-resize" | "s-resize" | "w-resize" | "ne-resize" | "nw-resize" | "se-resize" | "sw-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "zoom-in" | "zoom-out", string>;
    scrollMargin: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    scrollPadding: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    listStyleType: Record<"none" | "disc" | "decimal", string>;
    columns: Record<"sm" | "md" | "lg" | "xl" | "2xl" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "3xs" | "2xs" | "xs" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl", string>;
    gridAutoColumns: Record<"auto" | "min" | "max" | "fr", string>;
    gridAutoRows: Record<"auto" | "min" | "max" | "fr", string>;
    gridTemplateColumns: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "none" | "subgrid", string>;
    gridTemplateRows: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "none" | "subgrid", string>;
    gap: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    space: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    divideWidth: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    divideColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    divideOpacity: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    borderRadius: Record<"sm" | "md" | "lg" | "xl" | "2xl" | "none" | "DEFAULT" | "3xl" | "full", string>;
    borderWidth: Record<"0" | "2" | "4" | "8" | "DEFAULT", string>;
    borderColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    borderOpacity: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backgroundColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    backgroundOpacity: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backgroundImage: Record<"none" | "gradient-to-t" | "gradient-to-tr" | "gradient-to-r" | "gradient-to-br" | "gradient-to-b" | "gradient-to-bl" | "gradient-to-l" | "gradient-to-tl", string>;
    gradientColorStops: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    backgroundSize: Record<"auto" | "cover" | "contain", string>;
    backgroundPosition: Record<"top" | "left" | "right" | "bottom" | "center" | "left-bottom" | "left-top" | "right-bottom" | "right-top", string>;
    fill: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    stroke: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    strokeWidth: Record<"0" | "1" | "2", string>;
    objectPosition: Record<"top" | "left" | "right" | "bottom" | "center" | "left-bottom" | "left-top" | "right-bottom" | "right-top", string>;
    padding: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    textIndent: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    fontFamily: Record<"sans" | "serif" | "mono", string[]> & {
        sans: string[];
    };
    fontSize: Record<"sm" | "lg" | "xl" | "2xl" | "xs" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "base" | "8xl" | "9xl", [string, {
        lineHeight: string;
    }]>;
    fontWeight: Record<"normal" | "thin" | "extralight" | "light" | "medium" | "semibold" | "bold" | "extrabold" | "black", string>;
    lineHeight: Record<"normal" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "none" | "tight" | "snug" | "relaxed" | "loose", string> & {
        '4.5': string;
        '5.5': string;
    };
    letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", string>;
    textColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    textOpacity: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    textDecorationColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    textDecorationThickness: Record<"0" | "1" | "2" | "4" | "8" | "auto" | "from-font", string>;
    textUnderlineOffset: Record<"0" | "1" | "2" | "4" | "8" | "auto", string>;
    placeholderColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    placeholderOpacity: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    caretColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    accentColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    opacity: Record<"0" | "5" | "10" | "20" | "40" | "60" | "80" | "30" | "50" | "45" | "90" | "75" | "95" | "100" | "15" | "25" | "35" | "55" | "65" | "70" | "85", string>;
    boxShadow: Record<"sm" | "md" | "lg" | "xl" | "2xl" | "none" | "DEFAULT" | "inner", string> & {
        'elevation-shadow': string;
        'elevation-shadow-md': string;
        'elevation-shadow-lg': string;
        'elevation-shadow-xl': string;
        'elevation-shadow-2xl': string;
        'elevation-shadow-inner-sm': string;
        'elevation-shadow-none': string;
        'elevation-shadow-sm': string;
        'elevation-shadow-custom': string;
        'elevation-shadow-custom-2': string;
        'elevation-shadow-custom-3': string;
    };
    boxShadowColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    outlineWidth: Record<"0" | "1" | "2" | "4" | "8", string> & {
        3: string;
    };
    outlineOffset: Record<"0" | "1" | "2" | "4" | "8", string> & {
        3: string;
    };
    outlineColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    ringWidth: Record<"0" | "1" | "2" | "4" | "8" | "DEFAULT", string>;
    ringColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    ringOpacity: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    ringOffsetWidth: Record<"0" | "1" | "2" | "4" | "8", string>;
    ringOffsetColor: import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>;
    blur: Record<"sm" | "md" | "lg" | "xl" | "0" | "2xl" | "none" | "DEFAULT" | "3xl", string>;
    brightness: Record<"0" | "50" | "90" | "75" | "95" | "100" | "105" | "110" | "125" | "150" | "200", string>;
    contrast: Record<"0" | "50" | "75" | "100" | "125" | "150" | "200", string>;
    dropShadow: Record<"sm" | "md" | "lg" | "xl" | "2xl" | "none" | "DEFAULT", string | string[]>;
    grayscale: Record<"0" | "DEFAULT", string>;
    hueRotate: Record<"0" | "60" | "30" | "90" | "180" | "15", string>;
    invert: Record<"0" | "DEFAULT", string>;
    saturate: Record<"0" | "50" | "100" | "150" | "200", string>;
    sepia: Record<"0" | "DEFAULT", string>;
    backdropBlur: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropBrightness: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropContrast: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropGrayscale: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropHueRotate: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropInvert: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropOpacity: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropSaturate: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    backdropSepia: import("tailwindcss/types/config.js").KeyValuePair<string, string>;
    transitionProperty: Record<"colors" | "opacity" | "none" | "DEFAULT" | "all" | "shadow" | "transform", string>;
    transitionTimingFunction: Record<"DEFAULT" | "linear" | "in" | "out" | "in-out", string>;
    transitionDelay: Record<"0" | "75" | "100" | "150" | "200" | "300" | "500" | "700" | "1000", string>;
    transitionDuration: Record<"0" | "DEFAULT" | "75" | "100" | "150" | "200" | "300" | "500" | "700" | "1000", string>;
    willChange: Record<"auto" | "transform" | "scroll" | "contents", string>;
    content: Record<"none", string>;
};
declare namespace _default {
    let content: string[];
    namespace theme {
        namespace extend {
            export { colorTokens as colors };
            export { spacing };
            export let outlineWidth: {
                3: string;
            };
            export let outlineOffset: {
                3: string;
            };
            export namespace fontFamily {
                let sans: string[];
            }
            export namespace maxWidth {
                let sm: string;
                let md: string;
                let lg: string;
                let xl: string;
            }
            export let lineHeight: {
                '4.5': string;
                '5.5': string;
            };
            export { shadows as boxShadow };
        }
    }
    let plugins: {
        handler: import("tailwindcss/types/config.js").PluginCreator;
        config?: Partial<import("tailwindcss/types/config.js").Config>;
    }[];
    let darkMode: string;
}
export default _default;
import { colorTokens } from "./tailwindUtils/colors.js";
import { spacing } from "./tailwindUtils/spacing.js";
import { shadows } from "./tokens/shadowTokens.js";
