import { Control } from './control'; export declare class Tab { controls: Control[]; key: string; label: string; сontrolType: number; constructor(controls?: Control[], key?: string, label?: string, сontrolType?: number); }