export declare const defaultTheme: { em: number; colors: { black: (context: import("./style-context").StyleContextValue) => string; white: (context: import("./style-context").StyleContextValue) => string; }; fonts: { default: (context: import("./style-context").StyleContextValue) => string; }; spacing: { '2xs': "0.5em"; xs: "1em"; sm: "2em"; base: "3em"; lg: "5em"; xl: "7em"; '2xl': "10em"; }; tracking: { tighter: "-0.05em"; tight: "-0.025em"; normal: "0em"; wide: "0.025em"; wider: "0.05em"; widest: "0.1em"; }; leading: { none: number; tight: number; snug: number; normal: number; relaxed: number; loose: number; }; borderRadius: { none: number; xs: "0.125em"; sm: "0.25em"; md: "0.375em"; lg: "0.5em"; xl: "0.75em"; '2xl': "1em"; '3xl': "1.5em"; full: number; }; }; export declare type DefaultTheme = typeof defaultTheme; //# sourceMappingURL=default-theme.d.ts.map