import { Injector } from '@angular/core'; import { TamuAbstractBaseComponent } from '../shared/tl-abstract-base.component'; import * as i0 from "@angular/core"; export declare class TlCardComponent extends TamuAbstractBaseComponent { /** Used to override the type of card. */ themeVariant: any; /** Used to describe the format of card. */ panelFormat: 'solid' | 'outlined' | 'mixed'; /** Designate how to expand/collapse. */ collapseMethod: 'click' | 'none'; /** Designate the initial expanded/collapsed state. */ startCollapsed: boolean; /** Designate the actual expanded/collapsed state. */ collapsed: 'true' | 'false'; constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }