export declare class NestPanel { heading: string; description: string; secondary: boolean; fit: boolean; closed: boolean; render(): any; }