import { ThemeService } from '../../../services/theme.service'; import { LayeredCardMetadata } from './types'; import * as i0 from "@angular/core"; export declare class LayeredCardComponent { theme: ThemeService; props: LayeredCardMetadata; color(background: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }