import type { Base } from "survey-core"; import { type ShallowRef } from "vue"; export declare function useCreatorModel(createModel: () => T, getUpdatedModelProps: Array<() => any>, clean?: (value: T) => void): ShallowRef;