import { CompiledTheme, ThemeSelect } from 'gloss'; export declare type ThemeableProps = { theme?: CompiledTheme; subTheme?: ThemeSelect; coat?: string | false; }; export declare function themeable(Component: A): A; //# sourceMappingURL=themeable.d.ts.map