declare const identifier = "is.workflow.actions.properties.articles"; declare const icon = "RichText"; declare const WFAction: { ActionClass: string; CreationDate: string; Description: { DescriptionNote: string; }; Name: string; WFContentItemClass: string; }; export { identifier, icon, WFAction };