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