import { Reason } from './Reason'; export declare const dialogCommon: (props: any, emit: any) => { visible: import("vue").Ref; inlineStyle: import("vue").ComputedRef<{ width: any; } | { width?: undefined; }>; handleClose: (reason: Reason) => void; };