import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class WizardStepComponent {
    label: string;
    optional: boolean;
    disabled: boolean;
    validated: boolean;
    isActive: boolean;
    isCompleted: boolean;
    contentTemplate: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<WizardStepComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WizardStepComponent, "cfc-wizard-step", never, { "label": { "alias": "label"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "validated": { "alias": "validated"; "required": false; }; }, {}, never, ["*"], false, never>;
}
