export declare type HashTable = { [key: string]: boolean; }; export declare class RepeaterStateModel { expanded: HashTable; }