import type { OberonImage } from "@oberoncms/core"; export declare const Image: { fields: { image: { type: "custom"; render: (props: { field: import("@puckeditor/core").CustomField; name: string; id: string; value: OberonImage | null; onChange: (value: OberonImage | null) => void; readOnly?: boolean; }) => import("react/jsx-runtime").JSX.Element; }; }; defaultProps: { image: null; }; render: ({ image }: import("@puckeditor/core").WithId>) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=client.d.ts.map