import { OmniaTheming } from "@omnia/fx/ux"; import { ShapeDefinition, ShapeDefinitionTypes } from "../../models"; /** * NOTE: whenever an new property is added in settings, we need to define its initial value in factory * To ensure it fully react on view * */ export declare const ShapeDefinitionFactory: { createDefaultProcessTemplate(theming: OmniaTheming, type?: ShapeDefinitionTypes): ShapeDefinition; };