import { MmUIComponent } from './component' /** Tab component */ export declare class MmTab extends MmUIComponent { /** TAB header */ label: string /** An identifier corresponding to the activeName of the TAB, representing the TAB alias */ name: string /** Whether the label can be closed */ closable: boolean /** Whether to disable */ disabled: boolean }