import { Tab } from '../models/tab'; export declare class VrcTabComponent implements Tab { label: string; active: boolean; styleButton: string; }