import { Description } from "./Description";
import { Type } from "./type";
export declare class DataSourceRowExpansionChangedEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
}