import { Group } from './Group'; export declare class Tabs extends Group { /** * Type of an object * @type String * @default */ static type: string; static fromObject(object: any): Promise; } //# sourceMappingURL=Tabs.d.ts.map