declare const TailwindThemeContext: import("react").Context; declare const TailwindThemeConsumer: import("react").Consumer; declare const TailwindThemeProvider: (props: { children?: React.ReactNode; }) => JSX.Element; export { TailwindThemeContext, TailwindThemeConsumer, TailwindThemeProvider }; //# sourceMappingURL=tailwindThemeContext.d.ts.map