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