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