import type * as Stitches from '@stitches/react'; export declare const createThemeBase: any; export declare const styled: any; export declare const css: any; export declare const keyframes: any; export declare const getCssText: any; export declare const globalCss: any; export declare const theme: any; export declare const config: any; export declare type VariantProps = Stitches.VariantProps; export declare type CSS = Stitches.CSS; export declare type StitchesTheme = typeof theme;