/** * Format object keys from camelCase to Title Case * * @param body */ declare const _sfc_main: import("vue").DefineComponent & { "onUpdate:visible"?: ((...args: any[]) => any) | undefined; }, {} | { [x: string]: any; }, {}>; export default _sfc_main;