import type { JSONPath } from '../components/RenderModal/SchemaEditor/zod-types'; export declare const focusDefaultPropsPath: ({ path, scrollBehavior, }: { path: JSONPath; scrollBehavior?: ScrollBehavior; }) => { success: boolean; };