export declare const checkboxCommon: (props: any, emit: any) => { id: string; checkbox: any; isFocusVisible: import("vue").Ref; handleFocus: (event: any) => void; handleBlur: (event: any) => void; indeterminate: import("vue").ComputedRef; checked: import("vue").ComputedRef; unchecked: import("vue").ComputedRef; updateValue: (e: Event) => void; };