import { CompleteThemeSettings } from '../types'; /** * Themable interface for styled components that require theme settings. */ export type Themable = { theme: CompleteThemeSettings; }; //# sourceMappingURL=types.d.ts.map