import { TableNotification } from './types'; export declare const notifications: { copyMultiRangeScattered: () => TableNotification; pasteMultiRangeScattered: () => TableNotification; pasteReadonlyAbort: () => TableNotification; pasteOverflowAbort: () => TableNotification; pasteValidationSkipped: (count: number) => TableNotification; fillReadonlyAbort: () => TableNotification; fillValidationSkipped: (count: number) => TableNotification; pinNoSelection: () => TableNotification; };