import { SpacingThemeConfig } from '../types'; declare const _default: (overrides: SpacingThemeConfig) => { minorUnit: import("../types").ThemeAttribute; majorUnit: import("../types").ThemeAttribute; xs: (props: { theme?: import("../types").ThemeConfig; }) => any; sm: (props: { theme?: import("../types").ThemeConfig; }) => any; md: (props: { theme?: import("../types").ThemeConfig; }) => any; lg: (props: { theme?: import("../types").ThemeConfig; }) => any; xl: (props: { theme?: import("../types").ThemeConfig; }) => any; '2xl': (props: { theme?: import("../types").ThemeConfig; }) => any; '3xl': (props: { theme?: import("../types").ThemeConfig; }) => any; '4xl': (props: { theme?: import("../types").ThemeConfig; }) => any; '5xl': (props: { theme?: import("../types").ThemeConfig; }) => any; '6xl': (props: { theme?: import("../types").ThemeConfig; }) => any; }; export default _default;