import React from 'react'; import { ThemeProviderProps } from './ThemeProvider'; /** * This can be used to decorate a component in order to use this specific theme just for it * * @example Decorate a component to enfoce this theme * * I am a header with a default style * * I have a compact style * * * */ declare const CompactThemeProvider: React.FC; export default CompactThemeProvider; //# sourceMappingURL=CompactThemeProvider.d.ts.map