import type { getSourceFunction } from './getPasteSource'; /** * @internal * Checks whether the fragment only contains a single image to paste * and the editor have the ConvertSingleImageBody Experimental feature * @param props Properties related to the PasteEvent * @returns */ declare const shouldConvertToSingleImage: getSourceFunction; export default shouldConvertToSingleImage;