import type { getSourceFunction } from './getPasteSource'; /** * @internal * Checks whether the fragment provided contain elements from Google sheets * @param props Properties related to the PasteEvent * @returns */ declare const isGoogleSheetDocument: getSourceFunction; export default isGoogleSheetDocument;