import { ComponentInterface } from '../../stencil-public-runtime'; export declare class TabComponent implements ComponentInterface { tab: any; active: boolean; render(): any; }