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