import { Background } from '../models/background'; export interface Common { updateComponent(): void; getDefaultStyle(): string; getCustomStyle(): string; backgroundChanged(value: Background): void; }