import { SpreadsheetActivePaneChangedEventArgs as SpreadsheetActivePaneChangedEventArgs_internal } from "./SpreadsheetActivePaneChangedEventArgs"; import { SpreadsheetPane } from "./SpreadsheetPane"; /** * Event arguments for the * activePaneChanged event. */ export declare class IgcSpreadsheetActivePaneChangedEventArgs { protected _implementation: any; /** * @hidden */ get i(): SpreadsheetActivePaneChangedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; /** * Returns the new value of the * activePane */ get newValue(): SpreadsheetPane; /** * Returns the previous value of the * activePane */ get oldValue(): SpreadsheetPane; }