import { EventEmitter } from '../../stencil-public-runtime'; export declare class NestShellPanel { expanded: boolean; nestPanelExpanded: EventEmitter; setExpanded: () => void; componentWillLoad(): void; render(): any; }