/** * @slot default - Slot for placing the content of the tab panel. */ export declare class PostTabPanel { host: HTMLPostTabPanelElement; panelId: string; /** * The name of the panel, used to associate it with a tab header. */ readonly name: string; componentWillLoad(): void; render(): any; }