interface Tab { name: string; icon: string; label: string; disabled: boolean; } declare const _default; export default _default;