export declare enum EFormioKey { EDITGRID = "editgrid", PANEL = "panel", BUTTON = "button", KEY = "key", TYPE = "type", TITLE = "title", EDIT_GRID = "editgrid", COMPONENTS = "components", COLUMNS = "columns", TITLE_PANEL = "titlePanel", TITLE_EDIT_GRID = "titleEditGrid", LABEL = "label", VALIDATE = "validate", REQUIRED = "required", UNIQUE = "unique", CONDITIONAL = "conditional", CUSTOM_CONDITIONAL = "customConditional", JSON = "json", WHEN = "when", EQ = "eq", SHOW = "show", ID = "id", SELECT = "select", TYPE_ADDRESS = "address" }