import { UxTheme } from '../styles/ux-theme'; export interface UxComponent { theme: UxTheme; }