export declare const editableCommon: (props: any) => { onEdit: () => void; target: any; isEditing: import("vue").Ref; };