export interface TagTabProps { label?: string; isActive?: boolean; } export declare const TagTab: ({ label, isActive }: TagTabProps) => JSX.Element;