export declare class PlanetCollapsible { toggled: boolean; toggle(): Promise; render(): any; }