import { BorderConfig, ColorsConfig, DefaultModeTheme, NeumorphismConfig, ReactNeumorphismAugmentedTheme, TypographyConfig } from '../types/theme';
export declare const buildAugmentedTheme: ({ mode, neumorphismConfig, colorsConfig, typographyConfig, borderConfig, }: {
    mode: DefaultModeTheme;
    neumorphismConfig?: Partial<NeumorphismConfig>;
    colorsConfig?: Partial<ColorsConfig>;
    typographyConfig?: Partial<TypographyConfig>;
    borderConfig?: Partial<BorderConfig>;
}) => ReactNeumorphismAugmentedTheme;
//# sourceMappingURL=theme.d.ts.map