import { Type } from "./type";
/**
 * @hidden
 */
export interface ISupportsExpansionChangeNotifications {
    notifyRowExpansionChanged(a: number, b: boolean, c: boolean): void;
}
/**
 * @hidden
 */
export declare let ISupportsExpansionChangeNotifications_$type: Type;
