export declare class RowDetailsStatus {
	constructor(expand: boolean);

	expand: boolean;
}
