export interface IToolbarTabs { title?: string; name?: string; length?: number; isDisabled?: boolean; }