import { ComponentInterface } from '../../stencil-public-runtime'; export declare class TabItem implements ComponentInterface { componentDidLoad(): void; render(): any; }