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