import RetrieverProvider from './ThemeProvider';
export default RetrieverProvider;
export { ColorsProperties } from './colors';
export { default as GlobalStyles } from './Global';
export * from './theme';
export { FontsProperties } from './typography';
export { BreakpointsType, ButtonType, ColorsType, FontSizeType, FontType, FontWeightType, ITheme, LayersType, ScreensType, } from '@retriever-ui/type';
