import { ElementRef } from '@angular/core'; import { ThemeService } from '@ts-core/frontend/theme'; import { ThemeAssetDirective } from './ThemeAssetDirective'; export declare class ThemeImageDirective extends ThemeAssetDirective { constructor(element: ElementRef, theme: ThemeService); protected commitSourceProperties(): void; }