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