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