export default TranslatedTab; declare function TranslatedTab({ label, ...otherProps }: { [x: string]: any; label: any; }): JSX.Element;