export declare class ListViewRepeaterSetExpandedAction { id: string; expanded: boolean; constructor(id: string, expanded?: boolean); }