import type { StaticConfig, ThemeableProps } from '../types'; export declare function themeable any>(Component: ComponentType, staticConfig: Partial, optimize?: boolean): ComponentType extends (props: infer P) => infer R ? (props: Omit & ThemeableProps) => R : unknown; //# sourceMappingURL=themeable.d.ts.map