/** Core */ import { CoreComponent } from "cmf.core/src/core"; export declare class IconDetails extends CoreComponent { /** * Title of the wizard step details */ mainTitle: string; /** * icon of the wizard step details */ icon: string; constructor(); } export declare class IconDetailsModule { }