export declare class SpsWorkflowStepComponent { static readonly displayName = "sps-workflow-step, sps-wf-step"; static readonly props: { title: string; icon: string; }; readonly _spsWorkflowStepClass = true; icon: string; title: string; }