import type { GetSourceFunction } from './getDocumentSource'; /** * @internal * Check whether the fragment provided contain Wac Elements * @param props Properties related to the PasteEvent * @returns */ export declare const documentContainWacElements: GetSourceFunction;