import deprecatedWarning from './deprecatedWarning'; export { themeColor, getTypographyFromTheme, srOnlyStyle, breakpoint, svgFill, showHide, ShowHideTypes, showAboveBackDrop, customCss, CustomCssPropsType, CustomCssPropsInterface, getValueFromTheme, themeSpacing, } from './themeUtils'; export { valueFromObject } from './valueFromObject'; export { fromProps } from './fromProps'; /** * @deprecated Use getValueFromTheme instead */ declare const fromTheme: (params_0: string, params_1?: ((value: any) => void) | undefined) => ({ theme }: { theme: import("..").Theme.ThemeInterface; }) => any; export { fromTheme, deprecatedWarning }; //# sourceMappingURL=index.d.ts.map