import { IEditableSectionState } from './EditableSection.types'; export declare const setModel: (newModel: any, state: IEditableSectionState, setState: (state: IEditableSectionState) => void, onChange?: (newModel: any) => void, modelId?: string) => void; export declare const switchEditMode: (state: IEditableSectionState, setState: (state: IEditableSectionState) => void, preventReset?: boolean) => void;