import React, { PropsWithChildren } from 'react'; import { colorsDark, colorsLight, zIndices } from './theme/defaultValues'; import { ThemeContextProps } from './theme/types'; declare const ThemeProvider: React.FC>; export * from './theme/types'; export * from './theme/color.type'; export * from './theme/defaultValues'; export { ThemeProvider, colorsDark, colorsLight, zIndices }; //# sourceMappingURL=index.d.ts.map