export declare const PageActionTypes: { 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; }; export declare const DefaultPageActions: { 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; }; }; declare const 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; }; }; }; export default PageAction;