/** * @internal */ export declare const PastePropertyNames: { /** * Node attribute used to identify if the content is from Google Sheets. */ GOOGLE_SHEET_NODE_NAME: string; /** * Name of the HTMLMeta Property that provides the Office App Source of the pasted content */ PROG_ID_NAME: string; /** * Name of the HTMLMeta Property that identifies pated content as from Excel Desktop */ EXCEL_DESKTOP_ATTRIBUTE_NAME: string; };