import { ComponentInterface } from '../../stencil-public-runtime'; export declare class TectonTabPane implements ComponentInterface { value: string; label: string; name: string; selected: boolean; index: number; guid: number; provided: boolean; url: string; moduleId: string; minHeight: string; authPayload: Array<{ key: string; value: string; }>; showForm: boolean; _showForm: boolean; hostElement: HTMLElement; get iframeTitle(): string; componentDidRender(): void; selectedObserver(): void; onIFrameLoad: (event: Event) => void; render(): any; }