import type { GetSourceFunction } from './getDocumentSource'; /** * @internal * Checks whether the provided HTML attributes identify a OneNote Desktop document * @param props Properties related to the PasteEvent * @returns True if the document is identified as a OneNote Desktop document, otherwise false */ export declare const isOneNoteDesktopDocument: GetSourceFunction;