export declare const inputCommon: (props: any, emit: any) => { onConfirm: () => void; onEnter: () => void; inputRef: any; isFocused: import("vue").Ref; showLabelInside: import("vue").ComputedRef; api: import("../../table-cells/common/EditableContext").EditableContextProps; labelText: import("vue").ComputedRef; sizeClass: import("vue").ComputedRef; handleInput: (event: any) => void; handleKeypress: (event: any) => void; };