import { jsonSafeParse, jsonSafeStringify, jsonStringifyInfo } from '../core/utils/json'; import { getImageContent, getImageDataUri, getImageSrc } from '../core/utils/image.js'; declare const _default: { overrideProps: typeof overrideProps; jsonInfo: typeof jsonStringifyInfo; jsonParse: typeof jsonSafeParse; jsonStringify: typeof jsonSafeStringify; imagecontent: typeof getImageContent; imagedatauri: typeof getImageDataUri; imagesrc: typeof getImageSrc; }; export default _default; declare function overrideProps(current: any, props?: any): any;