/**
 * 2024-11-04:  Copied from PhotoFormWebpart
 * Sample functions generated by ChatGPT for handling various types of file.
 *  2024-11-03:  Currently tested and used in PasteFormForm.tsx in PhotoForm.
 *
 */
export declare function handleImagePaste(e: ClipboardEvent, setImageData: (data: string | null) => void): void;
//# sourceMappingURL=handlePasteImage.d.ts.map