export type Tab = 'home' | 'profile' | 'activity' | 'wallet'; export declare class DTabButton { tab: Tab; active: boolean; hasAlert: boolean; render(): any; }