import { BaseEditorResources } from "../../common/EditorResources"; export declare class ServerlessWorkflowDiagramEditorResources extends BaseEditorResources { get(args: { resourcesPathPrefix: string; }): any; getReferencedJSPaths(resourcesPathPrefix: string, gwtModuleName: string): { path: string; userAgentCondition: string | undefined; }[]; getReferencedCSSPaths(resourcesPathPrefix: string, gwtModuleName: string): never[]; getFontResources(resourcesPathPrefix: string, gwtModuleName: string): ({ family: string; additionalStyle: string; sources: { mimeType: string; content: string; format: string; }[]; } | { family: string; sources: { mimeType: string; content: string; format: string; }[]; additionalStyle?: undefined; })[]; getEditorResourcesPath(): string; getTemplatePath(): string; getHtmlOutputPath(): string; } //# sourceMappingURL=SwfDiagramEditorResources.d.ts.map