import { ComponentProps, CSS as StitchesCSS, VariantProps } from '@stitches/react'; export declare const screens: { readonly sm: "640px"; readonly md: "768px"; readonly lg: "1024px"; readonly xl: "1280px"; readonly '2xl': "1536px"; }; declare const stitches: import("@stitches/react/types/stitches.js").default<"", { sm: string; md: string; lg: string; xl: string; "2xl": string; light: "(prefers-color-scheme: light)"; dark: "(prefers-color-scheme: dark)"; }, { colors: { 'bg-overlay': "rgba(8, 9, 12, 50%)"; 'bg-app': "#1B1D29"; 'bg-app-2': "#1E212F"; 'bg-default': "#23283B"; 'bg-hover': "#262E45"; 'bg-active': "#2A314D"; 'border-muted': "#354061"; 'border-default': "#3D4A76"; 'border-highlight': "#4D5E94"; 'text-muted': "#A09FA6"; 'text-default': "#EDEDEF"; 'text-highlight': "#FFEF5C"; 'text-link': "#9E8CFC"; 'text-link-hover': "#BCAFFD"; 'text-info': "#849DFF"; 'text-success': "#63C174"; 'text-warning': "#F1A10D"; 'text-error': "#F16A50"; 'primary-bg': "#6E56CF"; 'primary-bg-hover': "#7C66DC"; 'primary-bg-active': "#9E8CFC"; 'info-bg': "#192140"; 'info-border': "#273E89"; 'info-bg-solid': "#3E63DD"; 'success-bg': "#132819"; 'success-border': "#245530"; 'success-bg-solid': "#46A758"; 'success-bg-solid-hover': "#5DB46B"; 'warning-bg': "#341C00"; 'warning-border': "#693F05"; 'warning-bg-solid': "#FFB224"; 'error-bg': "#3B1813"; 'error-bg-hover': "#481A14"; 'error-bg-active': "#541C15"; 'error-border': "#7F2315"; 'error-border-hover': "#A42A12"; 'error-bg-solid': "#E54D2E"; 'error-bg-solid-hover': "#EC5E41"; 'accent-1-text': "#D864D8"; 'accent-1-bg': "#AB4ABA"; 'accent-2-text': "#0AC5B3"; 'accent-2-bg': "#12A594"; 'accent-3-text': "#FF8B3E"; 'accent-3-bg': "#F76808"; 'accent-4-text': "#00C2D7"; 'accent-4-bg': "#05A2C2"; 'accent-5-text': "#F65CB6"; 'accent-5-bg': "#D6409F"; }; space: { 1: "4px"; 2: "8px"; 3: "12px"; 4: "16px"; 5: "20px"; 6: "24px"; 7: "28px"; 8: "32px"; 10: "40px"; 12: "48px"; 14: "56px"; '3xs': "2px"; xxs: "4px"; xs: "8px"; sm: "12px"; md: "16px"; lg: "24px"; xl: "32px"; xxl: "40px"; '3xl': "48px"; '4xl': "56px"; }; fonts: { sans: "Inter, sans-serif"; serif: "Inter, ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif"; mono: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace"; }; fontWeights: { thin: 100; extralight: 200; light: 300; normal: 400; medium: 500; semibold: 600; bold: 700; extrabold: 800; black: 900; }; fontSizes: { xl: "1.5rem"; lg: "1.125rem"; md: "1rem"; sm: "0.875rem"; xs: "0.8125rem"; xxs: "0.75rem"; '3xs': "0.6875rem"; }; lineHeights: { '3': ".75rem"; '4': "1rem"; '5': "1.25rem"; '6': "1.5rem"; '7': "1.75rem"; '8': "2rem"; '9': "2.25rem"; '10': "2.5rem"; none: "1"; tight: "1.2"; snug: "1.375"; normal: "1.5"; relaxed: "1.625"; loose: "2"; }; letterSpacings: { tighter: "-0.05em"; tight: "-0.025em"; normal: "0em"; wide: "0.025em"; wider: "0.05em"; widest: "0.1em"; }; sizes: { '0': "0px"; '0.5': "0.125rem"; '1': "0.25rem"; '1.5': "0.375rem"; '2': "0.5rem"; '2.5': "0.625rem"; '3': "0.75rem"; '3.5': "0.875rem"; '4': "1rem"; '5': "1.25rem"; '6': "1.5rem"; '7': "1.75rem"; '8': "2rem"; '9': "2.25rem"; '10': "2.5rem"; '11': "2.75rem"; '12': "3rem"; '14': "3.5rem"; '15': "3.75rem"; '16': "4rem"; '18': "4.5rem"; '20': "5rem"; '24': "6rem"; '28': "7rem"; '30': "7.5rem"; '32': "8rem"; '36': "9rem"; '40': "10rem"; '44': "11rem"; '48': "12rem"; '50': "12.5rem"; '52': "13rem"; '55': "13.75rem"; '56': "14rem"; '60': "15rem"; '64': "16rem"; '70': "17.5rem"; '72': "18rem"; '80': "20rem"; '90': "22.5rem"; '96': "24rem"; auto: "auto"; px: "1px"; '1/2': "50%"; '1/3': "33.333333%"; '2/3': "66.666667%"; '1/4': "25%"; '2/4': "50%"; '3/4': "75%"; '1/5': "20%"; '2/5': "40%"; '3/5': "60%"; '4/5': "80%"; '1/6': "16.666667%"; '2/6': "33.333333%"; '3/6': "50%"; '4/6': "66.666667%"; '5/6': "83.333333%"; '1/12': "8.333333%"; '2/12': "16.666667%"; '3/12': "25%"; '4/12': "33.333333%"; '5/12': "41.666667%"; '6/12': "50%"; '7/12': "58.333333%"; '8/12': "66.666667%"; '9/12': "75%"; '10/12': "83.333333%"; '11/12': "91.666667%"; full: "100%"; screen: "100vw"; min: "min-content"; max: "max-content"; none: "none"; '2xs': "15rem"; xs: "20rem"; sm: "25rem"; md: "28rem"; lg: "32.5rem"; xl: "36rem"; '2xl': "40rem"; '3xl': "45rem"; '4xl': "48rem"; '5xl': "64rem"; '6xl': "72rem"; '7xl': "80rem"; prose: "65ch"; }; borderWidths: { '0': "0px"; '2': "2px"; '4': "4px"; '8': "8px"; '1': "1px"; }; borderStyles: unknown; radii: { none: "0px"; sm: "0.125rem"; base: "0.25rem"; md: "0.375rem"; lg: "0.5rem"; xl: "0.75rem"; '2xl': "1rem"; '3xl': "1.5rem"; full: "9999px"; }; shadows: { sm: "0 1px 2px 0 rgba(0, 0, 0, 0.05)"; base: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)"; md: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"; lg: "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"; xl: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)"; '2xl': "0 25px 50px -12px rgba(0, 0, 0, 0.25)"; inner: "inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)"; none: "0 0 #0000"; }; zIndices: { '0': "0"; '1': "10"; '2': "20"; '3': "30"; '4': "40"; '5': "50"; }; transitions: unknown; }, import("@stitches/react/types/config.js").DefaultThemeMap, { font: (variant: string) => { fontWeight: number; fontSize: string; lineHeight: string; fontFamily: string; } | { fontWeight: number; fontSize: string; lineHeight: string; fontFamily: string; } | { fontWeight: number; fontSize: string; lineHeight: string; fontFamily: string; } | { fontWeight: number; fontSize: string; lineHeight: string; fontFamily: string; } | { fontWeight: number; fontSize: string; lineHeight: string; fontFamily: string; } | { fontWeight: number; fontSize: string; lineHeight: string; fontFamily: string; } | { fontWeight: number; fontSize: string; lineHeight: string; fontFamily: string; }; bg: (value: any) => { backgroundColor: any; }; text: (value: any) => { color: any; }; p: (value: any) => { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; pt: (value: any) => { paddingTop: any; }; pr: (value: any) => { paddingRight: any; }; pb: (value: any) => { paddingBottom: any; }; pl: (value: any) => { paddingLeft: any; }; px: (value: any) => { paddingLeft: any; paddingRight: any; }; py: (value: any) => { paddingTop: any; paddingBottom: any; }; m: (value: any) => { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; mt: (value: any) => { marginTop: any; }; mr: (value: any) => { marginRight: any; }; mb: (value: any) => { marginBottom: any; }; ml: (value: any) => { marginLeft: any; }; mx: (value: any) => { marginLeft: any; marginRight: any; }; my: (value: any) => { marginTop: any; marginBottom: any; }; spaceX: (value: any) => { '& > * + *': { marginLeft: any; }; }; spaceY: (value: any) => { '& > * + *': { marginTop: any; }; }; lh: (value: any) => { lineHeight: any; }; ls: (value: any) => { letterSpacing: any; }; borderLeftRadius: (value: any) => { borderTopLeftRadius: any; borderBottomLeftRadius: any; }; borderRightRadius: (value: any) => { borderTopRightRadius: any; borderBottomRightRadius: any; }; borderTopRadius: (value: any) => { borderTopLeftRadius: any; borderTopRightRadius: any; }; borderBottomRadius: (value: any) => { borderBottomLeftRadius: any; borderBottomRightRadius: any; }; truncate: () => { overflow: string; textOverflow: string; whiteSpace: string; }; }>; type Stitches = typeof stitches; export type CSS = StitchesCSS; export type { ComponentProps, VariantProps }; export declare const config: Stitches['config']; export declare const createTheme: Stitches['createTheme']; export declare const css: Stitches['css']; export declare const getCssText: Stitches['getCssText']; export declare const globalCss: Stitches['globalCss']; export declare const keyframes: Stitches['keyframes']; export declare const prefix: Stitches['prefix']; export declare const reset: Stitches['reset']; export declare const styled: Stitches['styled']; export declare const theme: Stitches['theme']; export declare const globalStyles: (options?: { noFonts?: boolean; }) => string; export declare function useMatchMedia(key: keyof typeof config.media): boolean;