import { TemplateRef } from '@angular/core'; import { CdkStepLabel } from '@angular/cdk/stepper'; export declare class McRAIStepLabel extends CdkStepLabel { constructor(template: TemplateRef); }