import { BaseDashboardOptions } from './dashboard-options'; export declare class TabDashboardOptions extends BaseDashboardOptions { grow?: boolean; right?: boolean; centered?: boolean; vertical?: boolean; icons?: boolean; }