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