import type { BlockAiFieldActionProps, BlockRenderContext } from "./types.js"; export declare function AiEditableFieldLabel({ htmlFor, label, ctx, action, }: { htmlFor: string; label: string; ctx: BlockRenderContext; action?: Omit; }): import("react").JSX.Element; //# sourceMappingURL=AiEditableField.d.ts.map