import { default as CollectionLabels } from './CollectionLabels'; import { default as ComponentTypes } from './ComponentTypes'; import { default as EventTypes } from './EventTypes'; import { default as FormPages } from './FormPages'; import { default as FormTypes } from './FormTypes'; import { default as HubFormats } from './HubFormats'; import { default as PageAction } from './PageAction'; import { default as TaskStates } from './TaskStates'; declare const Models: { CollectionLabels: { add: string; remove: string; change: string; item: string; }; ComponentTypes: { ALERT: string; AUTOCOMPLETE: string; CALCULATION: string; CHECKBOXES: string; COLLECTION: string; COLLECTION_SUMMARY: string; CONTAINER: string; DATE: string; DETAILS: string; EMAIL: string; FILE: string; HEADING: string; HTML: string; INSET_TEXT: string; LIST: string; MULTI_FILE: string; PARAGRAPH: string; PHONE_NUMBER: string; RADIOS: string; SELECT: string; TEXT: string; TEXT_AREA: string; TIME: string; WARNING: string; }; EventTypes: { BLUR: string; SUBMIT: string; CANCEL: string; }; FormPages: { CYA: string; HUB: string; PARTIAL_CYA: string; }; FormTypes: { CYA: string; FORM: string; FORM_WITH_TASK: string; HUB: string; TASK: string; TASK_CYA: string; WIZARD: string; }; HubFormats: { CYA: string; TASK: string; }; PageAction: { TYPES: { CANCEL: string; COLLECTION_ADD: string; COLLECTION_DUPLICATE: string; COLLECTION_REMOVE: string; NAVIGATE: string; SAVE_AND_CONTINUE: string; SAVE_AND_NAVIGATE: string; SAVE_AND_RETURN: string; SUBMIT: string; }; DEFAULTS: { cancel: { type: string; validate: boolean; label: string; classModifiers: string; }; collectionAdd: undefined; collectionDuplicate: undefined; collectionRemove: undefined; navigate: undefined; saveAndContinue: { type: string; validate: boolean; label: string; }; saveAndNavigate: { type: string; validate: boolean; label: string; }; saveAndReturn: { type: string; validate: boolean; label: string; classModifiers: string; }; submit: { type: string; validate: boolean; }; }; }; TaskStates: { TYPES: { COMPLETE: string; IN_PROGRESS: string; NOT_STARTED: string; CANNOT_START_YET: string; SKIPPED: string; }; DETAILS: { complete: { label: string; colour: string; }; inProgress: { label: string; colour: string; }; notStarted: { label: string; colour: string; }; cannotStartYet: { label: string; colour: string; }; skipped: { label: string; colour: string; }; }; }; }; export { CollectionLabels, ComponentTypes, EventTypes, FormPages, FormTypes, HubFormats, PageAction, TaskStates }; export default Models;