export declare function toTabStateLabel({ showHeader, label, }: { showHeader: boolean; label: string; }): string;