import type { GetSourceFunction } from './getDocumentSource'; /** * @internal * Checks whether the Array provided contains strings that identify Word Desktop documents * @param props Properties related to the PasteEvent * @returns */ export declare const isWordDesktopDocument: GetSourceFunction;