export declare class CollapsibleSectionStateCacheInternal { private cacheFactory; private cacheId; private stateCache; private handlers; constructor(); isSet(heading: string): boolean; isExpanded(heading: string): boolean; setExpanded(heading: string, expanded: boolean): void; onChange(heading: string, listener: Function): void; } export declare const CollapsibleSectionStateCache: CollapsibleSectionStateCacheInternal;